SetTrainDerailable: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 12: Line 12:
*'''derailableVehicle:''' The vehicle that you wish to set derailable.
*'''derailableVehicle:''' The vehicle that you wish to set derailable.
*'''derailable:''' whether the train or tram is derailable. ''True as derailable, False as non-derailable.''
*'''derailable:''' whether the train or tram is derailable. ''True as derailable, False as non-derailable.''


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


==Example==
==Example==

Revision as of 23:10, 6 March 2009

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