Streaming::requestAnimDict: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
m (Adds description about preloading animations)
Line 1: Line 1:
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==
==Syntax==

Revision as of 15:15, 20 September 2019

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