Definition at line 98 of file VideoMinimap.h. References Impala::Core::Trec::Thread::GetShotAt(), and Push(). 00099 { 00100 for (int i=length-1; i>=0;i--) 00101 { 00102 int shot = t->GetShotAt(position, direction * i); 00103 if (shot == -1) 00104 continue; 00105 Push(shot); 00106 } 00107 }
Here is the call graph for this function:
|