Player::clearDecorations: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
m (category)
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
==See also==
==See also==
{{Player_function_c}}
{{Player_function_c}}
[[Category:Player Appearance]]
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]
[[Category:Server-side Function]]
[[Category:Client-side Function]]

Latest revision as of 13:05, 30 April 2019

Syntax

player.clearDecorations();

Required Arguments

Return value

  • Undefined

Example

// todo

See also