GetAreaLightColor(int, object)
From NWN Lexicon
Jump to navigationJump to searchGets the light color in the area specified.
Parameters
- nColorType
- The color type returned. Valid values are the AREA_LIGHT_COLOR_* constants.
- oArea
- The area to query for light color.
Description
Gets the light color in the area specified.
- nColorType specifies the color type returned.
- Valid values for nColorType are the AREA_LIGHT_COLOR_* values.
If no valid area (or object) is specified, it uses the area of caller. If an object other than an area is specified, will use the area that the object is currently in.
Remarks
Version
This function was added in 1.87.8193.35 of NWN:EE.
Example
See Also
constants: | AREA_LIGHT_COLOR_* Constants |
functions: |
GetAreaLightDirection() SetAreaLightColor() SetAreaLightDirection() |
author: Shadguy