MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / setVariable

Method setVariable

src/common/StateDatabase.cpp:620–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618
619
620void StateDatabase::ExpressionToken::setVariable(std::string var) {
621 tokenType = variable;
622 tokenContents.variable = var;
623}
624
625
626void StateDatabase::ExpressionToken::setOper(Operator op) {

Callers 1

StateDatabase.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected