UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
script_t Struct Reference

Data Fields

char filename [MAX_OSPATH]
 
char * buffer
 
const char * script_p
 
const char * end_p
 

Detailed Description

Definition at line 36 of file scriplib.cpp.

Field Documentation

char* script_t::buffer

Definition at line 38 of file scriplib.cpp.

Referenced by GetToken(), LoadScriptFile(), and ParseFromMemory().

const char* script_t::end_p

Definition at line 40 of file scriplib.cpp.

Referenced by LoadScriptFile(), ParseFromMemory(), and TokenAvailable().

char script_t::filename[MAX_OSPATH]

Definition at line 37 of file scriplib.cpp.

Referenced by GetToken(), LoadScriptFile(), and ParseFromMemory().

const char* script_t::script_p

Definition at line 39 of file scriplib.cpp.

Referenced by GetToken(), LoadScriptFile(), ParseFromMemory(), and TokenAvailable().


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