Represents a text object or image object. More...
Data Fields | |
qboolean | inuse |
char | name [MAX_VAR] |
char * | text |
char | font [MAX_VAR] |
char | image [MAX_VAR] |
vec2_t | pos |
vec2_t | speed |
vec2_t | size |
vec2_t | enlarge |
vec4_t | color |
vec4_t | fade |
vec4_t | bgcolor |
align_t | align |
qboolean | relativePos |
Represents a text object or image object.
Definition at line 96 of file cl_sequence.c.
the alignment of the 2d obj
Definition at line 109 of file cl_sequence.c.
Referenced by SEQ_Render2D().
background color of the box define by pos
, size
Definition at line 108 of file cl_sequence.c.
Referenced by SEQ_Render2D().
2d obj color
Definition at line 106 of file cl_sequence.c.
Referenced by SEQ_Execute2Dobj(), and SEQ_Render2D().
enlarge in x and y direction
Definition at line 105 of file cl_sequence.c.
Referenced by SEQ_Render2D().
char seq2D_s::font[MAX_VAR] |
the font to use in case this is a text object
Definition at line 100 of file cl_sequence.c.
Referenced by SEQ_Execute2Dobj(), and SEQ_Render2D().
char seq2D_s::image[MAX_VAR] |
still in use in this sequence? or already deactivated?
Definition at line 97 of file cl_sequence.c.
Referenced by SEQ_Execute2Dobj(), SEQ_ExecuteRemove(), SEQ_Find2D(), and SEQ_Render2D().
char seq2D_s::name[MAX_VAR] |
the script id for this object
Definition at line 98 of file cl_sequence.c.
Referenced by SEQ_Execute2Dobj(), and SEQ_Find2D().
the position of the 2d obj
Definition at line 102 of file cl_sequence.c.
Referenced by SEQ_Render2D().
useful for translations when sentence length may differ
Definition at line 110 of file cl_sequence.c.
Referenced by SEQ_Render2D().
how fast the 2d obj will change (fade, scale, ...)
Definition at line 103 of file cl_sequence.c.
Referenced by SEQ_Render2D().
char* seq2D_s::text |
a placeholder for gettext (V_TRANSLATION_STRING)
Definition at line 99 of file cl_sequence.c.
Referenced by SEQ_ExecuteRemove(), and SEQ_Render2D().