ClearPlayerDecorations
Внешний вид
Clears all player's decorations.
<syntaxhighlight lang="csharp">void NAPI.Player.ClearPlayerDecorations(Player player);</syntaxhighlight>
Parameters
- player: parameter input should be in Player type
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>