Table of Contents

Class FlexOpSub

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

Flex operation that subtracts two values.

public class FlexOpSub : FlexOp

Inheritance

Inherited Members

Constructors

FlexOpSub(float)

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

public FlexOpSub(float data)

Parameters

data float

Methods

Run(in FlexRuleContext)

Executes the flex operation.

public override void Run(in FlexRuleContext context)

Parameters

context FlexRuleContext

Remarks

Pops two values from the stack and pushes their difference.