Player::clearDecorations: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
m (category)
Line 11: Line 11:
==See also==
==See also==
{{Player_function_c}}
{{Player_function_c}}
[[Category:Player]]
[[Category:Server-side Function]]
[[Category:Client-side Function]]
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Revision as of 12:47, 30 April 2019

Syntax

player.clearDecorations();

Required Arguments

Return value

  • Undefined

Example

// todo

See also