Skip to main content
Version: 2024-10-11

GameAttributeType

The type of the game attribute

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

Values

GameAttributeType.ARMOR

Armor (only for CS2)

GameAttributeType.EXPERIENCE

Current experience (only for Dota2)

GameAttributeType.GOLD

Total amount of gold the player has (only for Dota2)

GameAttributeType.GOLD_UNRELIABLE

Unreliable gold (only for Dota2)

GameAttributeType.HEALTH

Health (only for CS2 and Dota2)

GameAttributeType.MANA

Total amount of mana (only for Dota2)

GameAttributeType.MONEY

Total amount of money the player has (only for CS2)

GameAttributeType.NET_WORTH

Total net worth (only for Dota2)

Member Of

GameEventPlayerAttributeUpdate object