MCPcopy Create free account
hub / github.com/EasyRPG/Player / Mult

Method Mult

src/game_variables.cpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232Game_Variables::Var_t Game_Variables::Mult(int variable_id, Var_t value) {
233 return SetOp(variable_id, value, VarMult, "Invalid write var[{}] *= {}!");
234}
235
236Game_Variables::Var_t Game_Variables::Div(int variable_id, Var_t value) {
237 return SetOp(variable_id, value, VarDiv, "Invalid write var[{}] /= {}!");

Callers 3

variables.cppFile · 0.80
BM_VariableMultFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected