# eGameObjectTeam
# Description
A collection of game object team enumerations used to identify which team a game object belongs to, value type is number
# How to use
if(object->Team() == eGameObjectTeam::Order) {
// Current object belongs to the Order team
}
# Properties
key | value | remarks |
---|---|---|
Unknown | 0 | Unknown team |
Order | 100 | Order team (Blue side) |
Chaos | 200 | Chaos team (Red side) |
Neutral | 300 | Neutral team (Monsters, etc.) |