Indicator Pole
Parent |
Functions
getColor () → (r : Float, g : Float, b : Float, e : Float)
Allows to get the color and light intensity of the indicator lamp.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Get Color |
| Name | Type | Description |
|---|---|---|
Red |
Float |
The red part of the color in which the light glows. (0.0 - 1.0) |
Green |
Float |
The green part of the color in which the light glows. (0.0 - 1.0) |
Blue |
Float |
The blue part of the color in which the light glows. (0.0 - 1.0) |
Emissive |
Float |
The light intensity of the pole. (0.0 - 5.0) |
getTopPole () → topPole : Object<IndicatorPole>
Allows to get the pole placed on top of this pole.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Get Top Pole |
| Name | Type | Description |
|---|---|---|
Top Pole |
Object<IndicatorPole> |
The pole placed on top of this pole. |
setColor (r : Float, g : Float, b : Float, e : Float)
Allows to change the color and light intensity of the indicator lamp.
Details
Flags |
RuntimeSync RuntimeParallel RuntimeAsync MemberFunc |
Display Name |
Set Color |
| Name | Type | Description |
|---|---|---|
Red |
Float |
The red part of the color in which the light glows. (0.0 - 1.0) |
Green |
Float |
The green part of the color in which the light glows. (0.0 - 1.0) |
Blue |
Float |
The blue part of the color in which the light glows. (0.0 - 1.0) |
Emissive |
Float |
The light intensity of the pole. (0.0 - 5.0) |
getBottomPole () → ReturnValue : Object<IndicatorPole>
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
getBottomPole |
| Name | Type | Description |
|---|---|---|
ReturnValue |
Object<IndicatorPole> |
Signals
ColorChanged (Float Red r, Float Green g, Float Blue b, Float Emissive e)
Triggers when the color of the indicator pole changes.
Details
| Name | Type | Description |
|---|---|---|
Red |
Float |
The red part of the color in which the light glows. (0.0 - 1.0) |
Green |
Float |
The green part of the color in which the light glows. (0.0 - 1.0) |
Blue |
Float |
The blue part of the color in which the light glows. (0.0 - 1.0) |
Emissive |
Float |
The light intensity of the pole. (0.0 - 5.0) |