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

Method SetValue

CryScriptSystem/ScriptObject.cpp:206–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void CScriptObject::SetValue(const char *sKey, int nVal)
207{
208 _GUARD_STACK(m_pLS);
209 if (!_GET_THIS())
210 return;
211
212 SetValueChain(sKey,nVal);
213
214}
215
216void CScriptObject::SetValueChain(const char *sKey, float fVal)
217{

Callers 15

EnumDisplayFormatsMethod · 0.45
EnumAAFormatsMethod · 0.45
RayWorldIntersectionMethod · 0.45
SetEntityMethod · 0.45
SetContainerMethod · 0.45
GetDirectionVectorMethod · 0.45
GetObjectStatusMethod · 0.45
GetCameraPositionMethod · 0.45
GetCameraAnglesMethod · 0.45
GetBBoxMethod · 0.45
GetLocalBBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected