Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
using Var_t = Game_Variables::Var_t;
29
30
constexpr Var_t VarSet(Var_t o, Var_t n) {
31
(void)o;
32
return n;
33
}
34
35
constexpr Var_t VarAdd(Var_t l, Var_t r) {
36
Var_t res = 0;
Callers
1
SetArray
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected