SwiftlyS2

CBaseAnimGraph

Interface CBaseAnimGraph

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CBaseAnimGraph : CBaseModelEntity, CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CBaseModelEntity>, ISchemaClass<CBaseAnimGraph>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

AnimGraphUpdateEnabled

ref bool AnimGraphUpdateEnabled { get; }
Property Value

AnimationUpdateScheduled

ref bool AnimationUpdateScheduled { get; }
Property Value

ChoreoServices

IChoreoServices? ChoreoServices { get; }
Property Value

Force

ref Vector Force { get; }
Property Value

ForceBone

ref int ForceBone { get; }
Property Value

InitiallyPopulateInterpHistory

ref bool InitiallyPopulateInterpHistory { get; }
Property Value

LastSlopeCheckPos

ref Vector LastSlopeCheckPos { get; }
Property Value

MaxSlopeDistance

ref float MaxSlopeDistance { get; }
Property Value

RagdollClientSide

ref bool RagdollClientSide { get; }
Property Value

RagdollEnabled

ref bool RagdollEnabled { get; }
Property Value

RagdollPose

PhysicsRagdollPose_t RagdollPose { get; }
Property Value

XParentedRagdollRootInEntitySpace

ref CTransform XParentedRagdollRootInEntitySpace { get; }
Property Value

Methods

AnimGraphUpdateEnabledUpdated()

void AnimGraphUpdateEnabledUpdated()

ForceBoneUpdated()

void ForceBoneUpdated()

ForceUpdated()

void ForceUpdated()

InitiallyPopulateInterpHistoryUpdated()

void InitiallyPopulateInterpHistoryUpdated()

RagdollClientSideUpdated()

void RagdollClientSideUpdated()

RagdollEnabledUpdated()

void RagdollEnabledUpdated()

RagdollPoseUpdated()

void RagdollPoseUpdated()

On this page