Home
last modified time | relevance | path

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

/dports/games/ivan/ivan-059/Main/Source/
H A Dhuman.cpp4056 character* RandomFriend = 0; in GetAICommand() local
4117 RandomFriend = Friend[RAND() % Friend.size()]; in GetAICommand()
4240 if(RandomFriend) in GetAICommand()
4242 lsquare* Square = RandomFriend->GetLSquareUnder(); in GetAICommand()
4255 RandomFriend->DuplicateToNearestSquare(this, CHANGE_TEAM); in GetAICommand()
7200 character* RandomFriend = 0; in GetAICommand() local
7253 RandomFriend = Friend[RAND() % Friend.size()]; in GetAICommand()
7273 if(RandomFriend && !RAND_N(4)) in GetAICommand()
7277 RandomFriend->GetLSquareUnder()->DrawParticles(RED); in GetAICommand()
7278 RandomFriend->TeleportNear(NearestEnemy); in GetAICommand()
H A Dnonhuman.cpp2272 character* RandomFriend = 0; in GetAICommand() local
2330 RandomFriend = Friend[RAND() % Friend.size()]; in GetAICommand()
2383 if(RandomFriend && Enemies) in GetAICommand()
2385 lsquare* Square = RandomFriend->GetLSquareUnder(); in GetAICommand()