UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
sequence_s Struct Reference

Data Fields

char name [MAX_VAR]
 
int start
 
int length
 

Detailed Description

Definition at line 57 of file cl_sequence.cpp.

Field Documentation

int sequence_s::length

the amount of sequence commands

Definition at line 60 of file cl_sequence.cpp.

Referenced by CL_ParseSequence(), and SEQ_InitContext().

char sequence_s::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_s::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().


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