Indicator Pole

Building Type

Buildable

Max Network Connections

2

Build Gun In Game
300
300

The indicator pole allows you to display a color-coded states of program in the world so you can see them also from far away.

The indicator pole has a dynamic height and can also get stacked.

You can even access the stacked pole via the API so you don’t need to connect every pole it self to a computer network.

Interface

Parent

Functions

Set Color setColor (Float Red r, Float Green g, Float Blue b, Float Emissive e)

Allows to change the color and light intensity of the indicator lamp.

Flags

RuntimeSync RuntimeParallel RuntimeAsync

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)

Get Top Pole getTopPole (Object(IndicatorPole) Top Pole topPole out)

Allows to get the pole placed on top of this pole.

Flags

RuntimeSync RuntimeParallel

Return Values
Name Type Description

Top Pole topPole

Object(IndicatorPole) out

The pole placed on top of this pole.

Get Color getColor (Float Red r out, Float Green g out, Float Blue b out, Float Emissive e out)

Allows to get the color and light intensity of the indicator lamp.

Flags

RuntimeSync RuntimeParallel

Return Values
Name Type Description

Red r

Float out

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

Green g

Float out

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

Blue b

Float out

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

Emissive e

Float out

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

getBottomPole getBottomPole (Object(IndicatorPole) ReturnValue ReturnValue out)

Flags

RuntimeSync RuntimeParallel

Return Values
Name Type Description

ReturnValue ReturnValue

Object(IndicatorPole) out

Signals

Color Changed ColorChanged (Float Red r, Float Green g, Float Blue b, Float Emissive e)

Triggers when the color of the indicator pole changes.

Flags

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)