mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Add peep flags and destination
This commit is contained in:
@@ -201,7 +201,6 @@ namespace OpenRCT2::Scripting
|
||||
void RemoveCustomGameActions(const std::shared_ptr<Plugin>& plugin);
|
||||
std::unique_ptr<GameActionResult> DukToGameActionResult(const DukValue& d);
|
||||
DukValue GameActionResultToDuk(const GameAction& action, const std::unique_ptr<GameActionResult>& result);
|
||||
DukValue PositionToDuk(const CoordsXYZ& position);
|
||||
static std::string_view ExpenditureTypeToString(ExpenditureType expenditureType);
|
||||
static ExpenditureType StringToExpenditureType(const std::string_view& expenditureType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user