HasAnimSetLoaded
Docslocal retval = HasAnimSetLoaded(animSet)Description
Gets whether the specified animation set has finished loading. An animation set provides movement animations for a ped.
Animation set and clip set are synonymous. See <code>SET_PED_MOVEMENT_CLIPSET</code>.
Parameters
| Name | Type | Description |
|---|---|---|
animSet | char* | — |
Returns
BOOLReturns TRUE (1) or FALSE (0).