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

Function VarSet

src/game_variables.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28using Var_t = Game_Variables::Var_t;
29
30constexpr Var_t VarSet(Var_t o, Var_t n) {
31 (void)o;
32 return n;
33}
34
35constexpr Var_t VarAdd(Var_t l, Var_t r) {
36 Var_t res = 0;

Callers 1

SetArrayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected