Files
RCBASIC4/doc/files/getlighttype.txt
2025-08-13 19:19:38 -05:00

16 lines
286 B
Plaintext

#title GetLightType [RCBasic Doc]
#header function GetLightType( actor )
Returns the type of light
Returns -1 if it does not have a type (ie. its not a light)
Possible Light Types
#list ul
#li LIGHT_TYPE_POINT
#li LIGHT_TYPE_DIRECTIONAL
#li LIGHT_TYPE_SPOT
#/list
#ref SetLightType