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

Method BitAnd

src/game_variables.cpp:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248Game_Variables::Var_t Game_Variables::BitAnd(int variable_id, Var_t value) {
249 return SetOp(variable_id, value, VarBitAnd, "Invalid write var[{}] &= {}!");
250}
251
252Game_Variables::Var_t Game_Variables::BitXor(int variable_id, Var_t value) {
253 return SetOp(variable_id, value, VarBitXor, "Invalid write var[{}] ^= {}!");

Callers 2

variables.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected