HasModelLoaded — FiveM Natives
0x98A4EB5D89A0C952 · STREAMING · all
Returns whether the specified model (archetype) is currently loaded. Note that this will return 'true' even if the model has been requested and loaded by something other than the current script, if you're intending to actually use the model in a later frame, you should call REQUEST_MODEL anyway.
Parameters
| Name | Type | Description |
|---|---|---|
| model | Hash | The model hash to check for. |
Returns
BOOL