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

Method IsIntValue

engine/Poseidon/IO/ParamFile/ParamFile.hpp:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 virtual bool IsTextValue() const { return false; }
92 virtual bool IsFloatValue() const { return false; }
93 virtual bool IsIntValue() const { return false; }
94 virtual bool IsError() const { return false; }
95 virtual ~ParamEntry();
96

Callers 9

ParamClassToTextFunction · 0.45
RenderEntryValueFunction · 0.45
renderConfigPanelMethod · 0.45
WriteArrayValueJsonMethod · 0.45
WriteEntryJsonMethod · 0.45
EntryToGameValueFunction · 0.45
getValueParamFunction · 0.45
test_paramfile.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected