Skip to content
On this page

maxArmour()

Used to get or set the player's Maximum Armour. Makes it larger than 100.

Function Definition

ts
public maxArmour: number;

Returns

  • number

Documentation

Examples

ts
const maxArmour = player.maxArmour;
console.log(`Their max armour is: ${maxArmour}`);
player.maxArmour = 1999;

Documentation Created with ❤️ by Stuyk