Native referenceFiveM

GET_ENTITY_SPEED_VECTOR

0x9A8D700A51CB7B0D ENTITY
FUNCTION SIGNATURE
Vector3 GET_ENTITY_SPEED_VECTOR(Entity entity, BOOL relative);
Property Value
Native Name GET_ENTITY_SPEED_VECTOR
Hash 0x9A8D700A51CB7B0D
Return Type Vector3
Parameters entity (Entity), relative (BOOL)

Description: ``` Relative can be used for getting speed relative to the frame of the vehicle, to determine for example, if you are going in reverse (-y speed) or not (+y speed).

Back to ENTITY