Skip to content

TeamType Enum

The TeamType enum defines the types of teams that can be targeted or identified in the game. It is used to specify the relationship of an entity or action with respect to the player’s team.

Enum Values

NameValueDescription
TEAM_ENEMY1Represents the enemy team.
TEAM_FRIEND2Represents the player's team (friendly).
TEAM_BOTH3Represents both teams (enemy and friend).