Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ MakeWayUpdate
Function
MakeWayUpdate
src/game_map.cpp:746–748 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
744
745
template <typename T>
746
static void MakeWayUpdate(T& other) {
747
other.Update();
748
}
749
750
static void MakeWayUpdate(Game_Event& other) {
751
other.Update(false);
Callers
1
MakeWayCollideEvent
Function · 0.85
Calls
1
Update
Method · 0.45
Tested by
no test coverage detected