SwiftlyS2

CStateMachineUpdateNode

Interface CStateMachineUpdateNode

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CStateMachineUpdateNode : CAnimUpdateNodeBase, ISchemaClass<CAnimUpdateNodeBase>, ISchemaClass<CStateMachineUpdateNode>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

BlockWaningTags

ref bool BlockWaningTags { get; }
Property Value

LockStateWhenWaning

ref bool LockStateWhenWaning { get; }
Property Value

ResetWhenActivated

ref bool ResetWhenActivated { get; }
Property Value

StateData

ref CUtlVector<CStateNodeStateData> StateData { get; }
Property Value

StateMachine

CAnimStateMachineUpdater StateMachine { get; }
Property Value

TransitionData

ref CUtlVector<CStateNodeTransitionData> TransitionData { get; }
Property Value

On this page