Description
Returns the current armor health of a player as a flat value. Armor health is the yellow portion of the health bar that reduces incoming damage per hit. Returns 0 for heroes with no armor health component.
Snippet
Player Armor Health(Event Player);
Properties
Returns: Number
Parameters: Player
Player
Type: Player, Default: Event Player
The player whose current armor health will be returned.