Definition
EnableSkyFog()
Description
This function enables sky fog by setting the sky fog attribute to true. To activate the sky fog, you must also activate the general fog through the Modify > Fog menu or the EnableFog() function.
Example
function Init() EnableSkyFog() end function Update() endEnableSkyFog