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

GetPlayerWeaponTint

Материал из RAGE MP Wiki Archive

Syntax

<syntaxhighlight lang="C#" >WeaponTint NAPI.Player.GetPlayerWeaponTint(Client player, WeaponHash weapon);</syntaxhighlight>

Required Arguments

  • player: parameter input should be in Client type.
  • weapon: parameter input should be in WeaponHash type.

NOTE: This function returns data in WeaponTint type.

Usage example(s)

Example Description <syntaxhighlight lang="C#" >NAPI.Player.GetPlayerWeaponTint(player, weapon);</syntaxhighlight>