AMXX-BG.INFO angle_speed.inc Functions

angle_speed functions

All callable symbols documented in this include, grouped by declaration type.

Natives

Name Signature
angle_get_speed 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])
angle_set_speed native angle_set_speed(ent, Float:fAngleSpeed[3])