FTEQW
Documentation of the FTE engine source tree.
eval_s Union Reference

#include <progslib.h>

Public Attributes

string_t string
 
pvec_t _float
 
pvec_t _vector [3]
 
func_t function
 
pint_t _int
 
puint_t _uint
 
pint64_t i64
 
puint64_t u64
 
pdouble_t _double
 
pint_t edict
 
pvec_t prog
 

Member Data Documentation

◆ _double

pdouble_t eval_s::_double

◆ _float

pvec_t eval_s::_float

◆ _int

pint_t eval_s::_int

◆ _uint

puint_t eval_s::_uint

◆ _vector

pvec_t eval_s::_vector[3]

◆ edict

pint_t eval_s::edict

◆ function

func_t eval_s::function

◆ i64

pint64_t eval_s::i64

◆ prog

pvec_t eval_s::prog

◆ string

string_t eval_s::string

◆ u64

puint64_t eval_s::u64

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