Description: Checks if the specified model has loaded into memory.
| Property | Value |
|---|---|
| Native Name | HAS_MODEL_LOADED |
| Hash | 0x1283B8B89DD5D1B6 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | model (Hash) |
Parameters
model(Hash)
Usage
Lua (Direct):
local result = HasModelLoaded(model)
Lua (Hash):
local result = Citizen.InvokeNative(0x1283B8B89DD5D1B6, model)