Description: type: see DECOR_REGISTER
| Property | Value |
|---|---|
| Native Name | DECOR_IS_REGISTERED_AS_TYPE |
| Hash | 0x72355278C069F272 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | propertyName (const char*), type (int) |
Parameters
propertyName(const char*)type(int)
Usage
Lua (Direct):
local result = DecorIsRegisteredAsType(propertyName, type)
Lua (Hash):
local result = Citizen.InvokeNative(0x72355278C069F272, propertyName, type)