Native referenceRedM

SET_DAMPING

0xEEA3B200A6FEB65B PHYSICS
FUNCTION SIGNATURE
void SET_DAMPING(Entity entity, int vertex, float value);
Property Value
Native Name SET_DAMPING
Hash 0xEEA3B200A6FEB65B
Return Type void
Build 1207
Parameters entity (Entity), vertex (int), value (float)

Usage

Lua (Direct):

SetDamping(entity, vertex, value)

Lua (Hash):

Citizen.InvokeNative(0xEEA3B200A6FEB65B, entity, vertex, value)
Back to PHYSICS