CScriptSetGetChain

Class Hierarchy
C++
class CScriptSetGetChain;
File

IScriptSystem.h

Description

Helper for faster Set/Gets on the table.

CScriptSetGetChain::~CScriptSetGetChain Destructor
C++
CScriptSetGetChain::CScriptSetGetChain Constructor
C++
CScriptSetGetChain(IScriptTable * pTable);
CScriptSetGetChain::GetValue Method
C++
template <class T> bool GetValue(const char * sKey, T & value) const;
CScriptSetGetChain::SetToNull Method
C++
void SetToNull(const char * sKey);
CScriptSetGetChain::SetValue Method
C++
template <class T> void SetValue(const char * sKey, const T & value) const;