Modular Pole Module Indicator

Parent

FicsIt Indicator Module for FicsIt Modular Indicator Poles provides pioneers with the most fundamental indicator. The new and improved incandecent RGB bulb provides versatility to the industrious. Each modules color and intensity can be set via the network by a computer.

Functions

setColor (r : Float, g : Float, b : Float, e : Float)

Sets the color of this module

Details

Flags

RuntimeSync RuntimeParallel 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)

Emit e

Float

The light intensity of the pole. (>=0.0)

getColor () → FLinearColor : Struct<Color>

Details

Flags

RuntimeSync RuntimeParallel MemberFunc

Display Name

getColor

Return Values
Name Type Description

FLinearColor FLinearColor

Struct<Color>