UFO: Alien Invasion
Loading...
Searching...
No Matches
leStep_t Struct Reference

#include <cl_localentity.h>

Collaboration diagram for leStep_t:
Collaboration graph

Data Fields

int steps
int lastMoveTime
int lastMoveDuration
int stepTimes [MAX_ROUTE]
struct leStep_s * next

Detailed Description

Definition at line 56 of file cl_localentity.h.

Field Documentation

◆ lastMoveDuration

int leStep_t::lastMoveDuration

Definition at line 59 of file cl_localentity.h.

Referenced by CL_ActorDoMoveTime(), and CL_GetStepTime().

◆ lastMoveTime

int leStep_t::lastMoveTime

◆ next

struct leStep_s* leStep_t::next

◆ steps

int leStep_t::steps

Definition at line 57 of file cl_localentity.h.

Referenced by CL_ActorDoMoveTime(), and CL_GetStepTime().

◆ stepTimes

int leStep_t::stepTimes[MAX_ROUTE]

the time each steps needs

Definition at line 60 of file cl_localentity.h.

Referenced by CL_ActorDoMoveTime(), and CL_GetStepTime().


The documentation for this struct was generated from the following file: