GetTrainSpeed

From Multi Theft Auto: Wiki
Revision as of 08:06, 19 June 2009 by Awwu (talk | contribs) (Needs example)
Jump to navigation Jump to search

Gets the speed at which a train is traveling on the rails.

Syntax

float getTrainSpeed ( vehicle train )

Required Arguments

  • train: the train of which to retrieve the speed.

Returns

Returns the train's speed if successful, false otherwise.

Example

--TODO

See Also