resetHeatHaze | Multi Theft Auto: Wiki Skip to content

resetHeatHaze

Client-side
Server-side
Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


This function restores the default heat haze.

Syntax

bool resetHeatHaze ( )

Returns

  • bool: value

Returns true if the heat haze was reset correctly, false otherwise.

Code Examples

shared

This example resets the heat haze.

addCommandHandler("reset2000",
function()
resetHeatHaze()
end
)

See Also

World Functions