Skip to main content

GetPlayerArmor

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

Syntax

```csharp int NAPI.Player.GetPlayerArmor(Player player); ```

Required Arguments

  • player: parameter input should be in Player type.

NOTE: This function returns data in int type.

Usage example(s)

Example Description

```csharp NAPI.Player.GetPlayerArmor(player); ```