MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / SetToNullChain

Method SetToNullChain

CryScriptSystem/ScriptObject.cpp:314–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void 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
321void CScriptObject::SetToNull(const char *sKey)
322{

Callers 6

CheckCollisionsMethod · 0.80
OnCollideMethod · 0.80
GetViewIntersectionMethod · 0.80
FireMethod · 0.80
ProcessHitTargetMethod · 0.80
ProcessHitMethod · 0.80

Calls 2

lua_pushstringFunction · 0.85
lua_pushnilFunction · 0.85

Tested by

no test coverage detected