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

Method ModArray

src/game_variables.cpp:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566void Game_Variables::ModArray(int first_id_a, int last_id_a, int first_id_b) {
567 PrepareArray(first_id_a, last_id_a, first_id_b, "Invalid write var[{},{}] %= var[{},{}]!");
568 WriteArray(first_id_a, last_id_a, first_id_b, VarMod);
569}
570
571void Game_Variables::BitOrArray(int first_id_a, int last_id_a, int first_id_b) {
572 PrepareArray(first_id_a, last_id_a, first_id_b, "Invalid write var[{},{}] |= var[{},{}]!");

Callers 2

variables.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected