float _DOOR_SYSTEM_GET_AUTOMATIC_RATE(`doorHash` (Hash));
| Property |
Value |
| Native Name |
_DOOR_SYSTEM_GET_AUTOMATIC_RATE |
| Hash |
0x8433E1954BE323FC |
| Return Type |
float |
| Build |
1207 |
| Parameters |
doorHash (Hash) |
Parameters
Usage
Lua (Direct):
local result = DoorSystemGetAutomaticRate(doorHash)
Lua (Hash):
local result = Citizen.InvokeNative(0x8433E1954BE323FC, doorHash)
Back to OBJECT