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

Method MultArray

src/game_variables.cpp:556–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556void Game_Variables::MultArray(int first_id_a, int last_id_a, int first_id_b) {
557 PrepareArray(first_id_a, last_id_a, first_id_b, "Invalid write var[{},{}] *= var[{},{}]!");
558 WriteArray(first_id_a, last_id_a, first_id_b, VarMult);
559}
560
561void Game_Variables::DivArray(int first_id_a, int last_id_a, int first_id_b) {
562 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