Gameplay::preloadCloudHat

From RAGE Multiplayer Wiki
Revision as of 09:38, 29 April 2024 by Shr0x (talk | contribs) (Created page with "{{ClientsideJsFunction}} {{JSContainer| Preload a cloud hat into memory. ===Required Params=== *'''cloudHatName:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.preloadCloudHat(cloudHatName); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_definition_c}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax

Preload a cloud hat into memory.

Required Params

  • cloudHatName: string

Return value

  • void

Syntax

mp.game.gameplay.preloadCloudHat(cloudHatName);

Example

//todo


See also