|
UFO: Alien Invasion
|
#include <cl_localentity.h>

Data Fields | |
| int | steps |
| int | lastMoveTime |
| int | lastMoveDuration |
| int | stepTimes [MAX_ROUTE] |
| struct leStep_s * | next |
Definition at line 56 of file cl_localentity.h.
| int leStep_t::lastMoveDuration |
Definition at line 59 of file cl_localentity.h.
Referenced by CL_ActorDoMoveTime(), and CL_GetStepTime().
| int leStep_t::lastMoveTime |
Definition at line 58 of file cl_localentity.h.
Referenced by CL_ActorDoMoveTime(), CL_GetStepTime(), and CL_NotifyBattlescapeEventDelay().
| struct leStep_s* leStep_t::next |
Definition at line 61 of file cl_localentity.h.
Referenced by CL_ActorDoMoveTime(), CL_GetStepTime(), CL_NotifyBattlescapeEventDelay(), and LET_StartIdle().
| int leStep_t::steps |
Definition at line 57 of file cl_localentity.h.
Referenced by CL_ActorDoMoveTime(), and CL_GetStepTime().
the time each steps needs
Definition at line 60 of file cl_localentity.h.
Referenced by CL_ActorDoMoveTime(), and CL_GetStepTime().