add: OnARoll chatter event with phrases that bots will say when completing a kill streak in a short amount of time
This commit is contained in:
parent
e2ed55364d
commit
9d7b037e05
5 changed files with 21 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ CR_DECLARE_SCOPED_ENUM (Chatter,
|
|||
CoverMe,
|
||||
BehindSmoke,
|
||||
BombsiteSecured,
|
||||
OnARoll,
|
||||
Count
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -226,6 +226,7 @@ private:
|
|||
int m_tryOpenDoor {}; // attempt's to open the door
|
||||
int m_liftState {}; // state of lift handling
|
||||
int m_radioSelect {}; // radio entry
|
||||
int m_killsCount {}; // the kills count of a bot
|
||||
|
||||
int m_lastPredictIndex { kInvalidNodeIndex }; // last predicted path index
|
||||
int m_lastPredictLength {}; // last predicted path length
|
||||
|
|
@ -286,6 +287,8 @@ private:
|
|||
float m_breakableTime {}; // breakable acquired time
|
||||
float m_stuckTimestamp {}; // last time was stuck
|
||||
float m_timeDebugUpdateTime {}; // time to update last debug timestamp
|
||||
float m_lastVictimTime {}; // time when bot killed an enemy
|
||||
float m_killsInterval {}; // interval between kills
|
||||
|
||||
bool m_moveToGoal {}; // bot currently moving to goal??
|
||||
bool m_isStuck {}; // bot is stuck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue