MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / Enqueue

Function Enqueue

src/openrct2/actions/GameActionRunner.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void Enqueue(const GameAction* ga, uint32_t tick)
71 {
72 auto action = Clone(ga);
73 Enqueue(std::move(action), tick);
74 }
75
76 void Enqueue(GameAction::Ptr&& ga, uint32_t tick)
77 {

Callers 3

ExecuteInternalFunction · 0.85

Calls 5

CloneFunction · 0.85
GetModeFunction · 0.85
GetCurrentPlayerIdFunction · 0.85
GetPlayerMethod · 0.80
SetPlayerMethod · 0.80

Tested by

no test coverage detected