Skip to main content
Version: 2025-03-11

GameAttributeType

The type of the game attribute

enum GameAttributeType {
ARMOR
EXPERIENCE
GOLD
GOLD_UNRELIABLE
HEALTH
INVENTORY_VALUE
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.INVENTORY_VALUE

Total worth of player inventory (only for 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