mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 19:25:12 +01:00
Close #24146: Expand plugin functionality for balloons and money effects
This commit is contained in:
@@ -27,9 +27,11 @@
|
||||
#include "../interface/InteractiveConsole.h"
|
||||
#include "../platform/Platform.h"
|
||||
#include "Duktape.hpp"
|
||||
#include "bindings/entity/ScBalloon.hpp"
|
||||
#include "bindings/entity/ScEntity.hpp"
|
||||
#include "bindings/entity/ScGuest.hpp"
|
||||
#include "bindings/entity/ScLitter.hpp"
|
||||
#include "bindings/entity/ScMoneyEffect.hpp"
|
||||
#include "bindings/entity/ScParticle.hpp"
|
||||
#include "bindings/entity/ScPeep.hpp"
|
||||
#include "bindings/entity/ScStaff.hpp"
|
||||
@@ -438,6 +440,8 @@ void ScriptEngine::Initialise()
|
||||
ScTrackSegment::Register(ctx);
|
||||
ScEntity::Register(ctx);
|
||||
ScLitter::Register(ctx);
|
||||
ScBalloon::Register(ctx);
|
||||
ScMoneyEffect::Register(ctx);
|
||||
ScVehicle::Register(ctx);
|
||||
ScCrashedVehicleParticle::Register(ctx);
|
||||
ScPeep::Register(ctx);
|
||||
|
||||
Reference in New Issue
Block a user