Tribes Online Manual
FAQ, Patches, Customer Support, Hardware Links
Screenshots, downloads, movies and more!
Order Tribes online

Dev Team
Status Report
.Plans

nels.bruckner--10/07
mitch.shaw--10/01
dave.meddish--09/30
scott.rudi--09/30
craig.maitlen--09/30

FAQ
General
Troubleshooting
IRC Questions
Unofficial FAQs
Bug Report

Downloads
Tribes 1.4 Patch
Skin Editor
Mirror Sites

Customize
Skin Tools
Reticles
Scripting
Editors
Maps

Tactical Support

Server Corps
Basic Admin
Advanced Admin
Server Forum
Scripting Document

The Tribes
Independents
Starwolf
Blood Eagle
Diamond Sword
Children of the Phoenix

Links
Datumplane
Planet Tribes
Planetstarsiege
Xtreme Tribes

Universe
The Story
Fan Fiction
Art


Starwolf


Blood Eagle


Diamond
Sword


Children
of the
Phoenix


Independents


 

 

Vehicle Functions

Updated 04/09/99

Vehicle::canMount(VObject, Player or Client)
VObject: The vehicle object Id.
Player: The object Id. Example: 8361.
Client: The Client Id. Example: 2049.
USED IN: Vehicle.cs
RETURN: True if Player or Client can mount the vehicle. False if can't mount or failed.
Used to see if there is room for the Player or Client to mount the VObject.

Vehicle::nextPassengerPoint(Vobject)
VObject: The vehicle object Id.
USED IN: Not currently used in any script files.
RETURN: Number. The next available mount point. If failed then -1.
Used to get the next available mount point on the vehicle.

Vehicle::incPassengers(Vobject)
VObject: The vehicle object Id.
USED IN: Not currently used in any script files.
RETURN: True if succeed or False or -1 if failed.
Used to increment the passenger counter for the VObject.

Vehicle::incPassengers(Vobject)
VObject: The vehicle object Id.
USED IN: Not currently used in any script files.
RETURN: True if succeed or False or -1 if failed.
Used to decrement the passenger counter for the VObject.

Vehicle::getMountPoint(Vobj, Mpoint)
Vobj: The object Id of the vehicle.
Mpoint: The mount point.
USED IN: Vehicle.cs
RETURN: Position. The X, Y, and Z position of the Mpoint. Example: "X Y Z".
Used to get the position of the desired Mpoint. There are two Mpoints on a Scout, four on a LPC, and six on an HPC. Mpoint zero is the driver mount position. Mpoint one is the drivers exit point. Mpoints two through six are the passenger Mpoints.