(svn r23625) -Add: ScriptViewport::ScrollTo, for SinglePlayer only (GameScript only)

This commit is contained in:
truebrain
2011-12-19 21:00:48 +00:00
parent d85a628dde
commit 894216083d
10 changed files with 134 additions and 0 deletions

View File

@@ -70,6 +70,7 @@
#include "../script/api/game/game_tunnel.hpp.sq"
#include "../script/api/game/game_vehicle.hpp.sq"
#include "../script/api/game/game_vehiclelist.hpp.sq"
#include "../script/api/game/game_viewport.hpp.sq"
#include "../script/api/game/game_waypoint.hpp.sq"
#include "../script/api/game/game_waypointlist.hpp.sq"
@@ -165,6 +166,7 @@ void GameInstance::RegisterAPI()
SQGSVehicleList_Depot_Register(this->engine);
SQGSVehicleList_SharedOrders_Register(this->engine);
SQGSVehicleList_Station_Register(this->engine);
SQGSViewport_Register(this->engine);
SQGSWaypoint_Register(this->engine);
SQGSWaypointList_Register(this->engine);
SQGSWaypointList_Vehicle_Register(this->engine);