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 57 of file cl_localentity.h.
int leStep_s::lastMoveDuration |
Definition at line 60 of file cl_localentity.h.
Referenced by CL_ActorDoMoveTime(), and CL_GetStepTime().
int leStep_s::lastMoveTime |
Definition at line 59 of file cl_localentity.h.
Referenced by CL_ActorDoMoveTime(), CL_GetStepTime(), and CL_NotifyBattlescapeEventDelay().
struct leStep_s* leStep_s::next |
Definition at line 62 of file cl_localentity.h.
Referenced by CL_ActorDoMoveTime(), CL_GetStepTime(), CL_NotifyBattlescapeEventDelay(), and LET_StartIdle().
int leStep_s::steps |
Definition at line 58 of file cl_localentity.h.
Referenced by CL_ActorDoMoveTime(), and CL_GetStepTime().
the time each steps needs
Definition at line 61 of file cl_localentity.h.
Referenced by CL_ActorDoMoveTime(), and CL_GetStepTime().