| 312 | } |
| 313 | |
| 314 | void CScriptObject::SetToNullChain(const char *sKey) |
| 315 | { |
| 316 | lua_pushstring(m_pLS, sKey); |
| 317 | lua_pushnil(m_pLS); |
| 318 | SET_FUNCTION(m_pLS, - 3); |
| 319 | } |
| 320 | |
| 321 | void CScriptObject::SetToNull(const char *sKey) |
| 322 | { |
no test coverage detected