DisableSkyFog

Definition

DisableSkyFog()

Description

This function disables sky fog. Note that sky fog is disabled by default.

Example

function Init()
    DisableSkyFog()
end

function Update()

end
adminDisableSkyFog