Skip to main content
Version: 2024-06-05

GameAttributeType

Game attribute type

enum GameAttributeType {
ARMOR
EXPERIENCE
GOLD
GOLD_UNRELIABLE
HEALTH
MANA
MONEY
NET_WORTH
}

Values

GameAttributeType.ARMOR

Armor

GameAttributeType.EXPERIENCE

Current experience

GameAttributeType.GOLD

Total amount of gold the player has

GameAttributeType.GOLD_UNRELIABLE

Unreliable gold

GameAttributeType.HEALTH

Health

GameAttributeType.MANA

Total amount of mana

GameAttributeType.MONEY

Total amount of money the player has

GameAttributeType.NET_WORTH

Total net worth

Member Of

GameEventPlayerAttributeUpdate object