|
UFO: Alien Invasion
|

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