SetTrainDerailable

From Multi Theft Auto: Wiki
Revision as of 23:10, 6 March 2009 by EAi (talk | contribs)
Jump to navigation Jump to search

This function will set a train or tram as derailable. This is, if it can derail when it goes above the maximum speed.

Syntax

void setTrainDerailable ( vehicle derailableVehicle, bool derailable )              

Required Arguments

  • derailableVehicle: The vehicle that you wish to set derailable.
  • derailable: whether the train or tram is derailable. True as derailable, False as non-derailable.

Returns

Returns true if the state was successfully set, false otherwise.

Example

Click to collapse [-]
Example
-- TODO

See Also