Streaming::hasAnimSetLoaded

From RAGE Multiplayer Wiki
Revision as of 21:32, 6 May 2017 by Marty uploader (talk | contribs) (yay)

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

Template:Streaming s function c