Class FlexOpFetch1
Namespace: ValveResourceFormat.ResourceTypes.ModelFlex.FlexOps
Assembly: ValveResourceFormat.dll
Flex operation that fetches a controller value.
csharp
public class FlexOpFetch1 : FlexOpInheritance
object ← FlexOp ← FlexOpFetch1
Inherited Members
FlexOp.Data, FlexOp.Run(in FlexRuleContext), FlexOp.Build(string, int)
Constructors
FlexOpFetch1(float)
Initializes a new instance of the class.
csharp
public FlexOpFetch1(float data)Parameters
data float
Properties
ControllerId
Gets the controller ID to fetch.
csharp
public int ControllerId { get; }Property Value
Methods
Run(in FlexRuleContext)
Executes the flex operation.
csharp
public override void Run(in FlexRuleContext context)Parameters
context FlexRuleContext
Remarks
Pushes the controller value onto the stack.

