Home
last modified time | relevance | path

Searched refs:nextChatAI_ (Results 1 – 1 of 1) sorted by relevance

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgCycle.cpp472 : nextChatAI_( 0 ) in gCycleChatBot()
512 hugReplacement_.lastTimeSeen_ = nextChatAI_; in FindHugReplacement()
517 hugLeft_.lastTimeSeen_ = nextChatAI_; in FindHugReplacement()
519 hugRight_.lastTimeSeen_ = nextChatAI_; in FindHugReplacement()
680 if ( currentTime < nextChatAI_ ) in Activate()
688 if ( nextChatAI_ <= EPS ) in Activate()
694 timeOnChatAI_ += currentTime - nextChatAI_; in Activate()
971 nextChatAI_ = currentTime; in Activate()
1009 nextChatAI_ = currentTime; in Activate()
1099 nextChatAI_ = currentTime + minTime; in Activate()
[all …]