RequestAnimDict
DocsRequestAnimDict(animDict)Parameters
| Name | Type | Description |
|---|---|---|
animDict | char* | — |
Returns
voidThis native does not return a value.
RequestAnimDict(animDict)| Name | Type | Description |
|---|---|---|
animDict | char* | — |
voidThis native does not return a value.
-- Synchronous animation dictionary loading
QBCore.Functions.RequestAnimDict("anim@mp_player_intcelebrationfemale@slow_clap")
-- Dictionary is now loaded and ready to use
TaskPlayAnim(ped, "anim@mp_player_intcelebrationfemale@slow_clap", "slow_clap", ...)Blocks the current thread until the animation dictionary is loaded. Skips the request if already loaded (HasAnimDictLoaded check).
No snippets yet. Be the first to contribute!