ResetVehicleIdleTime: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(I guess this is a serverside function)
(Forgot the 'See Also')
Line 18: Line 18:
--Example here
--Example here
</syntaxhighlight>
</syntaxhighlight>
==See Also==
{{Vehicle functions}}
{{Vehicle functions}}
[[Category:Needs_Example]]
[[Category:Needs_Example]]

Revision as of 09:07, 27 February 2009

Resets the vehicle idle time

Syntax

bool resetVehicleIdleTime ( vehicle theVehicle )

Required Arguments

  • theVehicle: The vehicle you wish to reset the idle time from.

Returns

Returns true if the vehicle idle time has been reset, false if it failed to reset the idle time.

Example

--Example here

See Also