IsTrainDerailed

From Multi Theft Auto: Wiki
Revision as of 17:04, 11 December 2009 by Sebassje (talk | contribs)
Jump to navigation Jump to search

This function will check if a train or tram is derailed.

Syntax

bool isTrainDerailed ( vehicle vehicleToCheck )              

Required Arguments

  • vehicleToCheck: The vehicle that you wish to check is derailed.

Returns

Returns true if the train is derailed, false if the train is still on the rails

Example

Click to collapse [-]
Example
-- TODO

See Also