MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / IsJSON

Method IsJSON

Source/Scripting/scriptparams.h:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 bool IsFloat() const { return type_ == FLOAT; }
98 bool IsInt() const { return type_ == INT; }
99 bool IsJSON() const { return type_ == JSON; }
100 friend std::ostream &operator<<(std::ostream &os, const ScriptParam &data);
101 bool operator==(const ScriptParam &) const;
102 bool operator!=(const ScriptParam &) const;

Callers 3

scriptparams.cppFile · 0.80
GetJSONValMethod · 0.80
IsParamJSONMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected