| 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)