Files
RCBASIC4/doc/files/getlighttype.txt
2026-02-26 15:33:51 -06:00

17 lines
287 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