IsTrainDerailable

From Multi Theft Auto: Wiki
Revision as of 17:32, 7 August 2009 by Sebassje (talk | contribs)
Jump to navigation Jump to search

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

Syntax

bool isTrainDerailable ( vehicle vehicleToCheck )              

Required Arguments

  • vehicleToCheck: The vehicle you wish to check.

Returns

Returns true if the train is derailable, false otherwise.

Example

Click to collapse [-]
Example
-- TODO

See Also