GameAssistType
The type of assist
enum GameAssistType {
BLIND
DAMAGE
TRADE
}
Values
GameAssistType.BLIND
Assist because of blinding the enemy (only for CS2)
GameAssistType.DAMAGE
Assist because of damage done
GameAssistType.TRADE
Assist because of trading (only for CS2)
Member Of
GameEventPlayerAssist
object