OpenMoHAA 0.82.0
Loading...
Searching...
No Matches
AbstractScript Class Reference
Inheritance diagram for AbstractScript:
GameScript

Public Member Functions

strFilename (void)
 
const_str ConstFilename (void)
 
bool GetSourceAt (size_t sourcePos, str *sourceLine, int &column, int &line)
 
bool GetSourceAt (const unsigned char *sourcePos, str *sourceLine, int &column, int &line)
 
void PrintSourcePos (sourceinfo_t *sourcePos, bool dev)
 
void PrintSourcePos (size_t sourcePos, bool dev)
 
void PrintSourcePos (unsigned char *m_pCodePos, bool dev)
 
void PrintSourcePos (str sourceLine, int column, int line, bool dev)
 

Public Attributes

const_str m_Filename
 
char * m_SourceBuffer
 
size_t m_SourceLength
 
con_set< const uchar *, sourceinfo_t > * m_ProgToSource
 
sourceinfo_t cachedInfo [16]
 
size_t cachedInfoIndex
 

The documentation for this class was generated from the following files: