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

Return Values
Name Type Description

Red r

Float

The red part of the color in which the light glows. (0.0 - 1.0)

Green g

Float

The green part of the color in which the light glows. (0.0 - 1.0)

Blue b

Float

The blue part of the color in which the light glows. (0.0 - 1.0)

Emissive e

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

Return Values
Name Type Description

Top Pole topPole

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

Parameters
Name Type Description

Red r

Float

The red part of the color in which the light glows. (0.0 - 1.0)

Green g

Float

The green part of the color in which the light glows. (0.0 - 1.0)

Blue b

Float

The blue part of the color in which the light glows. (0.0 - 1.0)

Emissive e

Float

The light intensity of the pole. (0.0 - 5.0)

getBottomPole () → ReturnValue : Object<IndicatorPole>

Details

Flags

RuntimeSync RuntimeParallel MemberFunc

Display Name

getBottomPole

Return Values
Name Type Description

ReturnValue 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
Parameters
Name Type Description

Red r

Float

The red part of the color in which the light glows. (0.0 - 1.0)

Green g

Float

The green part of the color in which the light glows. (0.0 - 1.0)

Blue b

Float

The blue part of the color in which the light glows. (0.0 - 1.0)

Emissive e

Float

The light intensity of the pole. (0.0 - 5.0)