Table of Contents

Class FlexOpFetch1

Namespace
ValveResourceFormat.ResourceTypes.ModelFlex.FlexOps
Assembly
ValveResourceFormat.dll

Flex operation that fetches a controller value.

public class FlexOpFetch1 : FlexOp

Inheritance

Inherited Members

Constructors

FlexOpFetch1(float)

Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelFlex.FlexOps.FlexOpFetch1 class.

public FlexOpFetch1(float data)

Parameters

data float

Properties

ControllerId

Gets the controller ID to fetch.

public int ControllerId { get; }

Property Value

int

Methods

Run(in FlexRuleContext)

Executes the flex operation.

public override void Run(in FlexRuleContext context)

Parameters

context FlexRuleContext

Remarks

Pushes the controller value onto the stack.