Home
last modified time | relevance | path

Searched defs:QueuedGameAction (Results 1 – 1 of 1) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DGameAction.cpp37 struct QueuedGameAction struct
39 uint32_t tick;
40 uint32_t uniqueId;
41 GameAction::Ptr action;
43 explicit QueuedGameAction(uint32_t t, std::unique_ptr<GameAction>&& ga, uint32_t id) in QueuedGameAction() argument
50 bool operator<(const QueuedGameAction& comp) const in operator <()