Streaming::hasAnimSetLoaded

From RAGE Multiplayer Wiki
Revision as of 03:33, 27 May 2024 by Shr0x (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gets whether the specified animation set has finished loading. An animation set provides movement animations for a ped. See SET_PED_MOVEMENT_CLIPSET.

Animation set and clip set are synonymous.

Syntax

mp.game.streaming.hasAnimSetLoaded(animSet);

Required Arguments

  • animSet: String

Return value

  • Boolean

Example

// todo

See also