SetFogPower - Cell
Jump to navigation
Jump to search
Member of: Cell Script
Sets the fog power for this cell. Only works in non-sky-lit interiors.
Syntax[edit | edit source]
Function SetFogPower(float afPower) native
Parameters[edit | edit source]
- afPower: The fog power to use
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Set the fog power to 1
FoggyCell.SetFogPower(1.0)