UFO: Alien Invasion
Loading...
Searching...
No Matches
sequence_t Struct Reference
Collaboration diagram for sequence_t:
Collaboration graph

Data Fields

char name [MAX_VAR]
int start
int length

Detailed Description

Definition at line 57 of file cl_sequence.cpp.

Field Documentation

◆ length

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

◆ name

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

◆ start

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


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