IsTrainDerailable: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Undo revision 22402 by ToMMy975 (Talk))
Line 24: Line 24:
{{Vehicle_functions}}
{{Vehicle_functions}}
[[Category:Needs_Example]]
[[Category:Needs_Example]]
[http://www.bestessays.com essay]

Revision as of 18:07, 11 February 2010

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