16 lines
231 B
Plaintext
16 lines
231 B
Plaintext
#title SetLightType [RCBasic Doc]
|
|
#header Sub SetLightType( actor, light_type )
|
|
|
|
Sets the type of light
|
|
|
|
Possible Light Types
|
|
#list ul
|
|
#li LIGHT_TYPE_POINT
|
|
#li LIGHT_TYPE_DIRECTIONAL
|
|
#li LIGHT_TYPE_SPOT
|
|
#/list
|
|
|
|
#ref SetLightType
|
|
|
|
|