SwiftlyS2

CRagdollProp

Interface CRagdollProp

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

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

Implements

Properties

AllAsleep

ref bool AllAsleep { get; }
Property Value

AllowStretch

ref bool AllowStretch { get; }
Property Value

AwakeTime

GameTime_t AwakeTime { get; }
Property Value

BlendWeight

ref float BlendWeight { get; }
Property Value

DamageEntity

ref CHandle<CBaseEntity> DamageEntity { get; }
Property Value

DefaultFadeScale

ref float DefaultFadeScale { get; }
Property Value

FadeOutStartTime

GameTime_t FadeOutStartTime { get; }
Property Value

FadeTime

ref float FadeTime { get; }
Property Value

FirstCollisionAfterLaunch

ref bool FirstCollisionAfterLaunch { get; }
Property Value

HasBeenPhysgunned

ref bool HasBeenPhysgunned { get; }
Property Value

Killer

ref CHandle<CBaseEntity> Killer { get; }
Property Value

LastOrigin

ref Vector LastOrigin { get; }
Property Value

LastOriginChangeTime

GameTime_t LastOriginChangeTime { get; }
Property Value

LastPhysicsInfluenceTime

GameTime_t LastPhysicsInfluenceTime { get; }
Property Value

LastUpdateTickCount

ref uint LastUpdateTickCount { get; }
Property Value

PhysicsAttacker

ref CHandle<CBasePlayerPawn> PhysicsAttacker { get; }
Property Value

RagAngles

ref CUtlVector<QAngle> RagAngles { get; }
Property Value

RagEnabled

ref CUtlVector<bool> RagEnabled { get; }
Property Value

RagPos

ref CUtlVector<Vector> RagPos { get; }
Property Value

Ragdoll

ragdoll_t Ragdoll { get; }
Property Value

RagdollMaxs

ref CUtlVector<Vector> RagdollMaxs { get; }
Property Value

RagdollMins

ref CUtlVector<Vector> RagdollMins { get; }
Property Value

ShouldDeleteActivationRecord

ref bool ShouldDeleteActivationRecord { get; }
Property Value

StartDisabled

ref bool StartDisabled { get; }
Property Value

StrOriginClassName

string StrOriginClassName { get; set; }
Property Value

StrSourceClassName

string StrSourceClassName { get; set; }
Property Value

Methods

BlendWeightUpdated()

void BlendWeightUpdated()

RagAnglesUpdated()

void RagAnglesUpdated()

RagEnabledUpdated()

void RagEnabledUpdated()

RagPosUpdated()

void RagPosUpdated()

On this page