Files
RCBASIC4/doc/files/getlighttype.txt

16 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
#/light
#ref SetLightType