Fog type

From NWN Lexicon

[edit] FOG_TYPE_* Constant Group

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



[edit] 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.


[edit] See Also

functions: 

SetFogColor


Personal tools
Categories