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

Method BitXor

src/game_variables.cpp:252–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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[{}] ^= {}!");
254}
255
256Game_Variables::Var_t Game_Variables::BitShiftLeft(int variable_id, Var_t value) {
257 return SetOp(variable_id, value, VarBitShiftLeft, "Invalid write var[{}] <<= {}!");

Callers 2

variables.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected