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

Method BitShiftLeft

src/game_variables.cpp:256–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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[{}] <<= {}!");
258}
259
260Game_Variables::Var_t Game_Variables::BitShiftRight(int variable_id, Var_t value) {
261 return SetOp(variable_id, value, VarBitShiftRight, "Invalid write var[{}] >>= {}!");

Callers 2

variables.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected