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

Method EndSetGetChain

CryScriptSystem/ScriptObject.cpp:190–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void CScriptObject::EndSetGetChain()
191{
192 if(lua_istable(m_pLS,-1))
193 lua_pop(m_pLS,1);
194 else{
195 DebugBreak();
196 }
197}
198
199void CScriptObject::SetValueChain(const char *sKey, int nVal)
200{

Callers 15

SetMethod · 0.80
GetMethod · 0.80
SetEaxEnvironmentMethod · 0.80
CreateParticleMethod · 0.80
ReadParticleTableMethod · 0.80
GetLocalOSTimeMethod · 0.80
SetMemberVectorMethod · 0.80
GetPosMethod · 0.80
GetCenterOfMassPosMethod · 0.80
GetObjectPosMethod · 0.80
GetObjectAnglesMethod · 0.80
GetAnglesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected