Streaming::hasAnimSetLoaded

From RAGE Multiplayer Wiki

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