SwiftlyS2

CPhysBox

Interface CPhysBox

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

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

Implements

Properties

CarryingPlayer

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

DamageToEnableMotion

ref int DamageToEnableMotion { get; }
Property Value

DamageType

ref int DamageType { get; }
Property Value

EnableUseOutput

ref bool EnableUseOutput { get; }
Property Value

ForceToEnableMotion

ref float ForceToEnableMotion { get; }
Property Value

HoverPoseAngles

ref QAngle HoverPoseAngles { get; }
Property Value

HoverPoseFlags

ref HoverPoseFlags_t HoverPoseFlags { get; }
Property Value

HoverPosePosition

ref Vector HoverPosePosition { get; }
Property Value

NotSolidToWorld

ref bool NotSolidToWorld { get; }
Property Value

OnAwakened

CEntityIOOutput OnAwakened { get; }
Property Value

OnDamaged

CEntityIOOutput OnDamaged { get; }
Property Value

OnMotionEnabled

CEntityIOOutput OnMotionEnabled { get; }
Property Value

OnPlayerUse

CEntityIOOutput OnPlayerUse { get; }
Property Value

OnStartTouch

CEntityIOOutput OnStartTouch { get; }
Property Value

TouchOutputPerEntityDelay

ref float TouchOutputPerEntityDelay { get; }
Property Value

On this page