angle_get_speed
Returns the number of elements in the array.
Syntax
native angle_get_speed(ent, Float:fAngleSpeed[3]) /** * Returns the number of elements in the array. * * @param ent Id of entity which we want to set angle speed. * @param fAngleSpeed Array in which we put angle speed (Pitch, Yaw, Roll). * @return 0 - invalid entity, 1 - succesfully set angle speed */ native angle_set_speed(ent, Float:fAngleSpeed[3])
Usage
| ent | Ent id which we check angle speed |
Return
if failed, 1 if success
Defined in
angle_speed.inc
at line 14
.
This documentation was automatically generated from source.