SetLightStyle
Sets a light style.
native void SetLightStyle(int style, const char[] value)
Parameters
int style
Light style (from 0 to MAX_LIGHTSTYLES-1)
const char[] value
Light value string (see world.cpp/light.cpp in dlls)
Return Value
voidError
Light style index is out of range.