|
UFO: Alien Invasion
|
#include "../../shared/mathlib.h"

Go to the source code of this file.
Macros | |
| #define | pSequenceContext_t struct sequenceContext_s* |
Functions | |
| pSequenceContext_t | SEQ_AllocContext (void) |
| Allocate a sequence context. | |
| void | SEQ_FreeContext (pSequenceContext_t context) |
| bool | SEQ_InitContext (pSequenceContext_t context, const char *sequenceName) |
| bool | SEQ_Render (pSequenceContext_t context) |
| void | SEQ_SendClickEvent (pSequenceContext_t context) |
| void | SEQ_SetView (pSequenceContext_t context, vec2_t pos, vec2_t size) |
| void | SEQ_Shutdown (void) |
| void | CL_ParseSequence (const char *name, const char **text) |
| Reads the sequence values from given text-pointer. | |
| #define pSequenceContext_t struct sequenceContext_s* |
Definition at line 31 of file cl_sequence.h.
Referenced by SEQ_FreeContext(), SEQ_InitContext(), SEQ_Render(), SEQ_SendClickEvent(), and SEQ_SetView().
| void CL_ParseSequence | ( | const char * | name, |
| const char ** | text ) |
Reads the sequence values from given text-pointer.
Definition at line 878 of file cl_sequence.cpp.
References CL_FindSequenceCommand(), cl_genericPool, Com_EParse(), Com_Error(), Com_Parse(), Com_ParseList(), Com_Printf(), Com_UnParseLastToken(), data, seqCmd_t::data, ERR_DROP, ERR_FATAL, seqCmd_t::handler, i, sequence_t::length, LIST_Delete(), MAX_DATA_LENGTH, MAX_SEQCMDS, MAX_SEQUENCES, Mem_PoolAllocTypeN, name, seqCmd_t::name, sequence_t::name, linkedList_t::next, numSeqCmds, numSequences, OBJZERO, Q_streq, Q_strncpyz(), seqCmdFunc, seqCmds, sequences, sequence_t::start, and v.
Referenced by CL_ParseClientData().
| pSequenceContext_t SEQ_AllocContext | ( | void | ) |
Allocate a sequence context.
Definition at line 545 of file cl_sequence.cpp.
References Mem_AllocType.
Referenced by uiSequenceNode::onWindowOpened().
| void SEQ_FreeContext | ( | pSequenceContext_t | context | ) |
References pSequenceContext_t.
| bool SEQ_InitContext | ( | pSequenceContext_t | context, |
| const char * | sequenceName ) |
References pSequenceContext_t.
| bool SEQ_Render | ( | pSequenceContext_t | context | ) |
References pSequenceContext_t.
| void SEQ_SendClickEvent | ( | pSequenceContext_t | context | ) |
References pSequenceContext_t.
| void SEQ_SetView | ( | pSequenceContext_t | context, |
| vec2_t | pos, | ||
| vec2_t | size ) |
References name, and pSequenceContext_t.
Definition at line 998 of file cl_sequence.cpp.
References numSeqCmds, numSequences, OBJZERO, seqCmds, and sequences.
Referenced by CL_Shutdown().