Streaming::requestAnimSet

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

Starts loading the specified animation set. An animation set provides movement animations for a ped. See SET_PED_MOVEMENT_CLIPSET.

Syntax

mp.game.streaming.requestAnimSet(animSet);

Required Arguments

  • animSet: String

Return value

  • Undefined

Example

// todo

See also