IScriptTableDumpSink

C++
struct IScriptTableDumpSink {
};
File

IScriptSystem.h

IScriptTableDumpSink::~IScriptTableDumpSink Destructor
C++
IScriptTableDumpSink::OnElementFound Method (char *, ScriptVarType)
C++
virtual void OnElementFound(const char * sName, ScriptVarType type) = 0;
IScriptTableDumpSink::OnElementFound Method (int, ScriptVarType)
C++
virtual void OnElementFound(int nIdx, ScriptVarType type) = 0;