sequenceContext_s Struct Reference

Collaboration diagram for sequenceContext_s:
Collaboration graph
[legend]

Data Fields

int time
qboolean endClickLoop
int currentCmd
int endCmd
cvar_tanimspeed
seqCamera_t camera
seqEnt_t ents [MAX_SEQENTS]
int numEnts
seq2D_t obj2Ds [MAX_SEQ2DS]
int numObj2Ds

Detailed Description

Sequence context

Definition at line 131 of file cl_sequence.c.


Field Documentation

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().

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().

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().


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

Generated by  doxygen 1.6.2