variable Struct Reference

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

#include <ergo_scripted.h>

List of all members.

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 [read]
const char* variable::name
struct variable* variable::next [read]
double variable::num
union { ... } variable::v

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

Generated on 21 Nov 2012 for ergo by  doxygen 1.6.1