Fog type

From NWN Lexicon
Jump to navigationJump to search

FOG_TYPE_* Constant Group

For use with SetFogColor(), it is to specify which time of day the color change will affect.



Constants

Constant Value Description
FOG_TYPE_ALL 0
Both Moonlight (Night) and Sunlight (Day) fog colors will be affected.
FOG_TYPE_MOON 2
Only Moonlight (Night) fog color will be affected.
FOG_TYPE_SUN 1
Only Sunlight (Day) fog color will be affected.


See Also

functions: 

SetFogColor