MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / setExpression

Method setExpression

src/MathExp.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void MathExp::setExpression(std::string str)
136{
137 mExpression = str;
138}
139
140void MathExp::setVariable(std::string name, float val)
141{

Callers 1

resolveExpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected