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

Method IsTextValue

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

Source from the content-addressed store, hash-verified

89 virtual ParamClass* GetClassInterface() { return nullptr; }
90 virtual bool IsArray() const { return false; }
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; }

Callers 5

CollectStringsMethod · 0.45
EntryToGameValueFunction · 0.45
getValueParamFunction · 0.45
test_paramfile.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected