UFO: Alien Invasion
|
Data Fields | |
char | filename [MAX_OSPATH] |
char * | buffer |
const char * | script_p |
const char * | end_p |
Definition at line 36 of file scriplib.cpp.
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().