GetGeneratorInputReadPosition

Introduced

v5.0

Description

Returns the stack position at which the generator reads from the inputs. The generator can read above any of the construction mode markers. See ChangeGeneratorInputReadPosition for an example of usage.

Scripting Syntax

oReturn = GetGeneratorInputReadPosition( Operator );

Return Value

Returns the siConstructionMode on which the generator is reading on its inputs. Can be above any construction mode markers.

Parameters

Parameter Type Description
Operator String Specifies the generator operator to query

See Also

ChangeGeneratorInputReadPosition MoveOperator MoveOperatorBefore MoveOperatorAfter