Modular Indicator Pole

Parent

Functions

getModule (module : Int) → index : Object<Actor>

Gets the module at the given position in the stack

Details

Flags

RuntimeSync RuntimeParallel MemberFunc

Display Name

Get Module

Parameters
Name Type Description

Module module

Int

The module at the given offset in the stack or nil if none

Return Values
Name Type Description

Module Offset index

Object<Actor>

The index in the stack, 0 being the first module

getNext () → next : Object<Actor>

Returns the next pole module if any.

Details

Flags

RuntimeSync RuntimeParallel MemberFunc

Display Name

Get Next

Return Values
Name Type Description

Next module next

Object<Actor>

The next module in this chain.