Streaming::requestAnimDict

From RAGE Multiplayer Wiki
Revision as of 15:15, 20 September 2019 by TedJr (talk | contribs) (Adds description about preloading animations)

This function is required when using client-side animations, you should preload the anim dictionary before using it, otherwise the animation won't work.

Syntax

mp.game.streaming.requestAnimDict(animDict);

Required Arguments

  • animDict: String

Return value

  • Undefined

Example

// todo

See also

Template:Streaming s function c