Streaming::hasAnimSetLoaded

From RAGE Multiplayer Wiki
Revision as of 20:52, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(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

streaming.hasAnimSetLoaded(animSet);

Required Arguments

  • animSet: String

Return value

  • Boolean

Example

todo

See also

Template:Streaming function c