/////////////////////////////////////////////////////////////////////
| 108 | |
| 109 | ////////////////////////////////////////////////////////////////////////// |
| 110 | void CScriptTable::CreateNew() |
| 111 | { |
| 112 | lua_newtable(L); |
| 113 | Attach(); |
| 114 | } |
| 115 | |
| 116 | ////////////////////////////////////////////////////////////////////////// |
| 117 | bool CScriptTable::BeginSetGetChain() |