resetHeatHaze | Multi Theft Auto: Wiki Skip to content

resetHeatHaze

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

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

resetHeatHaze ( )

Code Examples

server

This example resets the heat haze.

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

See Also

World Functions