0bot: allow bots to check breakable team (fix #693)
This commit is contained in:
parent
ae913a52db
commit
1394d08a28
3 changed files with 21 additions and 2 deletions
|
|
@ -114,7 +114,7 @@ CR_DECLARE_SCOPED_ENUM (CollisionState,
|
|||
StrafeRight
|
||||
)
|
||||
|
||||
// counter-strike team id's
|
||||
// counter-strike team id's (internal for bot)
|
||||
CR_DECLARE_SCOPED_ENUM (Team,
|
||||
Terrorist = 0,
|
||||
CT,
|
||||
|
|
@ -123,6 +123,14 @@ CR_DECLARE_SCOPED_ENUM (Team,
|
|||
Invalid = -1
|
||||
)
|
||||
|
||||
// counter-strike team id's (used by gamedll, for reference)
|
||||
CR_DECLARE_SCOPED_ENUM (CSTeam,
|
||||
Unassigned = 0,
|
||||
Terrorist,
|
||||
CT,
|
||||
Spectator
|
||||
)
|
||||
|
||||
// item status for StatusIcon message
|
||||
CR_DECLARE_SCOPED_ENUM (ItemStatus,
|
||||
Nightvision = cr::bit (0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue