MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetInt

Method GetInt

engine/Poseidon/IO/ParamFile/ParamFile.cpp:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 return false;
250}
251int ParamEntry::GetInt() const
252{
253 NotValue(GetContext());
254 return 0;
255}
256RStringB ParamEntry::GetValueRaw() const
257{
258 NotValue(GetContext());

Callers 15

RenderEntryValueFunction · 0.45
WriteArrayValueJsonMethod · 0.45
ReloadViewerMethod · 0.45
CreateCameraEffectFunction · 0.45
LoadMethod · 0.45
SerializeBinMethod · 0.45
ParamValueSpecClass · 0.45
SerializeMethod · 0.45
LoadMethod · 0.45
NetworkServer.cppFile · 0.45

Calls 1

NotValueFunction · 0.85

Tested by

no test coverage detected