ergo
variable Struct Reference

describes a variable recognized by the scripting system. More...

#include <ergo_scripted.h>

Public Attributes

const char * name
 
const char * description
 
union {
   char *   str
 
   double   num
 
   int   vint
 
   struct variable *   list
 
v
 
enum VarType type
 
struct variablenext
 

Detailed Description

describes a variable recognized by the scripting system.

Member Data Documentation

const char* variable::description

Referenced by es_print_help_var(), and variable_new().

struct variable* variable::list
struct variable* variable::next
double variable::num
int variable::vint

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