-
Notifications
You must be signed in to change notification settings - Fork 276
AmbientBoxLight
Adrien GIVRY edited this page Sep 23, 2020
·
3 revisions
Represents an ambient light with a box shape
- Inherits from:
CLight - C++ related class:
CAmbientBoxLight - Lua usertype name:
AmbientBoxLight
This usertype has no variables
| Name | Input | Output | Description |
|---|---|---|---|
| new | AmbientBoxLight | Default Constructor |
| Name | Input | Output | Description |
|---|---|---|---|
| GetSize |
AmbientBoxLight: instance |
number | Returns the size of the box |
| SetSize |
AmbientBoxLight: instancenumber: size |
Defines the size of the box |
This usertype has no operators
