ClearPlayerAccessory

From RAGE Multiplayer Wiki
Revision as of 13:16, 27 November 2019 by Muphy (talk | contribs) (Created page with "This function let's you clear the player accessories. ==Syntax== <syntaxhighlight lang="C#" >void NAPI.Player.ClearPlayerAccessory(Client player, int slot);</syntaxhighlight>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function let's you clear the player accessories.

Syntax

void NAPI.Player.ClearPlayerAccessory(Client player, int slot);

Required Arguments

  • player: parameter input should be in Client type.
  • slot: parameter input should be in int type.

Usage example(s)

Example Description

NAPI.Player.ClearPlayerAccessory(Client player, int slot);