Перейти к содержанию

ClearPlayerAccessory

Материал из RAGE MP Wiki Archive
Версия от 21:45, 22 декабря 2022; imported>Xabi
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

This function let's you clear the player accessories.

Syntax

<syntaxhighlight lang="C#" >void NAPI.Player.ClearPlayerAccessory(Player player, int slot);</syntaxhighlight>

Required Arguments

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

Usage example(s)

Example Description <syntaxhighlight lang="C#" >NAPI.Player.ClearPlayerAccessory(Player player, int slot);</syntaxhighlight>