Esempio n. 1
0
 /// checks if the bot has kicked/chipped very recently.
 bool justKicked() {
     return RJ::timestamp() - lastKickTime() < 0.25 * SecsToTimestamp;
 }
Esempio n. 2
0
 /// checks if the bot has kicked/chipped very recently.
 bool justKicked() {
     return RJ::timestamp() - lastKickTime() < RJ::SecsToTimestamp(0.25);
 }