Streaming::requestAnimDict
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