MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / DoubleValue

Method DoubleValue

lib/variables/variable.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99std::optional<double> Variable::DoubleValue() const
100{
101 return GetDouble(Value());
102}
103
104std::optional<int> Variable::IntValue() const
105{

Callers 9

CompareVariablesMethod · 0.45
isNumberFunction · 0.45
compareNumberFunction · 0.45
CompareVariablesMethod · 0.45
modifyNumValueFunction · 0.45
PerformActionMethod · 0.45
ConditionIsMetMethod · 0.45

Calls 2

GetDoubleFunction · 0.85
ValueFunction · 0.70

Tested by

no test coverage detected