# CreateDamageInfo
handle CreateDamageInfo(handle_1, handle_2, Vector_3, Vector_4, float_5, int_6)
# Class
✔️ Server: Global
❌ Client: undefined
# Function Description
(hInflictor, hAttacker, flDamage) - Allocate a damageinfo object, used as an argument to TakeDamage(). Call DestroyDamageInfo( hInfo ) to free the object.
# Parameters
Type | Name | Description |
---|---|---|
handle | handle_1 | No Description Set |
handle | handle_2 | No Description Set |
Vector | Vector_3 | No Description Set |
Vector | Vector_4 | No Description Set |
float | float_5 | No Description Set |
int | int_6 | No Description Set |