Data Fields | |
char | name [MAX_VAR] |
int | start |
int | length |
Definition at line 56 of file cl_sequence.c.
the amount of sequence commands
Definition at line 59 of file cl_sequence.c.
Referenced by CL_ParseSequence(), and SEQ_InitSequence().
char sequence_s::name[MAX_VAR] |
the name of the sequence (script id)
Definition at line 57 of file cl_sequence.c.
Referenced by CL_ParseSequence(), and SEQ_InitSequence().
the start in the sequence command buffer for this sequence
Definition at line 58 of file cl_sequence.c.
Referenced by CL_ParseSequence(), and SEQ_InitSequence().