
Public Member Functions | |
| gLoopData () | |
| void | AddCycle (const gCycle *c) |
Public Attributes | |
| bool | loop |
| int | winding |
| tArray< const gCycle * > | closedIn |
Definition at line 580 of file gAIBase.cpp.
| gLoopData::gLoopData | ( | ) | [inline] |
| void gLoopData::AddCycle | ( | const gCycle * | c | ) | [inline] |
| bool gLoopData::loop |
Definition at line 582 of file gAIBase.cpp.
Referenced by gAISensor::DetectLoop(), and gAIPlayer::EmergencySurvive().
| tArray<const gCycle*> gLoopData::closedIn |
Definition at line 584 of file gAIBase.cpp.
Referenced by gAISensor::DetectLoop(), and gAIPlayer::EmergencySurvive().
1.5.4