Class Transport [-] [+]
Represents a transport object in the world, such as boats and zeppelins.
Inherits all methods from: Object, WorldObject, GameObject
Methods
| AddPassenger |
Adds a WorldObject as a passenger to the Transport |
| EnableMovement |
Enables or disables movement on the Transport |
| GetPassengers |
Returns a table of all passengers on the Transport |
| IsMotionTransport |
Returns 'true' if the Transport is a MotionTransport (moving transport such as a boat or zeppelin) |
| RemovePassenger |
Removes a WorldObject passenger from the Transport |