SetLightSourceProperties
Sets the properties of a LightSourceToy.
Syntaxโ
SetLightSourceProperties *light_reference intensity? range? color? shadow_type? shadow_strength? light_type?
Argumentsโ
| Name | Required | Type | Description |
|---|---|---|---|
light reference | Yes | a reference to LightSourceToy object. | |
intensity | No | Any number | Default: not changing |
range | No | Any number | Default: not changing |
color | No | Color in format RRGGBB or RRGGBBAA. | Default: not changing |
shadow type | No | LightShadows enum value - found using 'serhelp LightShadows' command | Default: not changing |
shadow strength | No | Any number | Default: not changing |
light type | No | LightType enum value - found using 'serhelp LightType' command | Default: not changing |
On a running serverโ
Use serhelp SetLightSourceProperties to inspect the reference generated by your installed SER version.