MCPcopy 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
745template <typename T>
746static void MakeWayUpdate(T& other) {
747 other.Update();
748}
749
750static void MakeWayUpdate(Game_Event& other) {
751 other.Update(false);

Callers 1

MakeWayCollideEventFunction · 0.85

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected