SetVehicleDirtLevel: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Remove issue from disabled function)
mNo edit summary
 
Line 11: Line 11:
===Required Arguments===  
===Required Arguments===  
*'''theVehicle:''' The vehicle that you want to set the dirt level from
*'''theVehicle:''' The vehicle that you want to set the dirt level from
*'''dirtLevel:''' The dirt level
*'''dirtLevel:''' (0.0 = fully clean, 15.0 = maximum dirt visible.)


===Returns===
===Returns===

Latest revision as of 21:36, 2 November 2023

Dialog-warning.png Function has been disabled.

Reason/Note: This function doesn't work actually. See the bugtracker for updates and more information.

This function sets the dirt level on a vehicle.

Syntax

bool setVehicleDirtLevel ( vehicle theVehicle, int dirtLevel )

Required Arguments

  • theVehicle: The vehicle that you want to set the dirt level from
  • dirtLevel: (0.0 = fully clean, 15.0 = maximum dirt visible.)

Returns

Returns true if the dirt level was set on the vehicle, false if the dirt level was not set or if invalid arguments are specified.

Example

--TODO

See Also