Data Fields | |
int | time |
qboolean | endClickLoop |
int | currentCmd |
int | endCmd |
cvar_t * | animspeed |
seqCamera_t | camera |
seqEnt_t | ents [MAX_SEQENTS] |
int | numEnts |
seq2D_t | obj2Ds [MAX_SEQ2DS] |
int | numObj2Ds |
Sequence context
Definition at line 131 of file cl_sequence.c.
Speed of the animation
Definition at line 141 of file cl_sequence.c.
Referenced by SEQ_InitSequence(), and SEQ_Render3D().
Position of the camera
Definition at line 144 of file cl_sequence.c.
Referenced by SEQ_ExecuteCamera(), and SEQ_SetCamera().
Current position in the sequence command array of the current running sequence
Definition at line 137 of file cl_sequence.c.
Referenced by SEQ_Execute(), and SEQ_InitSequence().
If the menu node the sequence is rendered in fetches a click this is true
Definition at line 135 of file cl_sequence.c.
Referenced by SEQ_ClickEvent(), SEQ_Execute(), SEQ_ExecuteClick(), and SEQ_StopSequence().
The number of all sequence commands in the current running sequence
Definition at line 139 of file cl_sequence.c.
Referenced by SEQ_Execute(), and SEQ_InitSequence().
seqEnt_t sequenceContext_s::ents[MAX_SEQENTS] |
Store sequence entities
Definition at line 147 of file cl_sequence.c.
Referenced by SEQ_ExecuteModel(), SEQ_FindEnt(), and SEQ_Render3D().
Definition at line 148 of file cl_sequence.c.
Referenced by SEQ_ExecuteModel(), and SEQ_InitSequence().
Definition at line 152 of file cl_sequence.c.
Referenced by SEQ_Execute2Dobj(), and SEQ_InitSequence().
seq2D_t sequenceContext_s::obj2Ds[MAX_SEQ2DS] |
Store sequence 2Dobj
Definition at line 151 of file cl_sequence.c.
Referenced by SEQ_Execute2Dobj(), SEQ_Find2D(), and SEQ_Render2D().
Milliseconds the sequence is already running
Definition at line 133 of file cl_sequence.c.
Referenced by SEQ_Execute(), SEQ_ExecuteClick(), SEQ_ExecuteWait(), and SEQ_InitSequence().