FTEQW
Documentation of the FTE engine source tree.
CompilerConstant_t Struct Reference

#include <qcc.h>

Public Attributes

char name [MAXCONSTANTNAMELENGTH]
 
char * value
 
char params [MAXCONSTANTPARAMS][MAXCONSTANTPARAMLENGTH]
 
int numparams
 
int inside:10
 
pbool used:1
 
pbool evil:1
 
pbool varg:1
 
const char * fromfile
 
int fromline
 
int namelen
 

Member Data Documentation

◆ evil

pbool CompilerConstant_t::evil

◆ fromfile

const char* CompilerConstant_t::fromfile

◆ fromline

int CompilerConstant_t::fromline

◆ inside

int CompilerConstant_t::inside

◆ name

char CompilerConstant_t::name[MAXCONSTANTNAMELENGTH]

◆ namelen

int CompilerConstant_t::namelen

◆ numparams

int CompilerConstant_t::numparams

◆ params

char CompilerConstant_t::params[MAXCONSTANTPARAMS][MAXCONSTANTPARAMLENGTH]

◆ used

pbool CompilerConstant_t::used

◆ value

char* CompilerConstant_t::value

◆ varg

pbool CompilerConstant_t::varg

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