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

Method PushBack

CryScriptSystem/ScriptObject.cpp:134–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void CScriptObject::PushBack(int nVal)
135{
136 _GUARD_STACK(m_pLS);
137 if (!_GET_THIS())
138 return;
139 int nLastPos=lua_getn(m_pLS,-1);
140 SetAt(nLastPos+1,nVal);
141}
142
143void CScriptObject::PushBack(float fVal)
144{

Callers 5

EnumDisplayFormatsMethod · 0.80
EnumAAFormatsMethod · 0.80
GetCallsStackMethod · 0.80
GetBreakPointsMethod · 0.80
GetWeaponsSlotsMethod · 0.80

Calls 1

lua_getnFunction · 0.85

Tested by

no test coverage detected