class CScriptSetGetChain;
IScriptSystem.h
Helper for faster Set/Gets on the table.
CScriptSetGetChain(IScriptTable * pTable);
template <class T> bool GetValue(const char * sKey, T & value) const;
void SetToNull(const char * sKey);
template <class T> void SetValue(const char * sKey, const T & value) const;