GetPlayerArmor

From RAGE Multiplayer Wiki
Revision as of 13:21, 27 November 2019 by Muphy (talk | contribs) (Created page with "This function will tell you how much armor has the player. ==Syntax== <syntaxhighlight lang="C#" >int NAPI.Player.GetPlayerArmor(Client player);</syntaxhighlight> '''Require...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function will tell you how much armor has the player.

Syntax

int NAPI.Player.GetPlayerArmor(Client player);

Required Arguments

  • player: parameter input should be in Client type.

NOTE: This function returns data in int type.

Usage example(s)

Example Description

NAPI.Player.GetPlayerArmor(player);