diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CAISound.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CAISound.g.cs deleted file mode 100644 index 06df7bfff..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CAISound.g.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CAISound : CPointEntity -{ - public CAISound (IntPtr pointer) : base(pointer) {} - - // m_iSoundType - [SchemaMember("CAISound", "m_iSoundType")] - public ref SoundTypes_t SoundType => ref Schema.GetRef(this.Handle, "CAISound", "m_iSoundType"); - - // m_iSoundFlags - [SchemaMember("CAISound", "m_iSoundFlags")] - public ref SoundFlags_t SoundFlags => ref Schema.GetRef(this.Handle, "CAISound", "m_iSoundFlags"); - - // m_iVolume - [SchemaMember("CAISound", "m_iVolume")] - public ref Int32 Volume => ref Schema.GetRef(this.Handle, "CAISound", "m_iVolume"); - - // m_iSoundIndex - [SchemaMember("CAISound", "m_iSoundIndex")] - public ref Int32 SoundIndex => ref Schema.GetRef(this.Handle, "CAISound", "m_iSoundIndex"); - - // m_flDuration - [SchemaMember("CAISound", "m_flDuration")] - public ref float Duration => ref Schema.GetRef(this.Handle, "CAISound", "m_flDuration"); - - // m_iszProxyEntityName - [SchemaMember("CAISound", "m_iszProxyEntityName")] - public string ProxyEntityName - { - get { return Schema.GetUtf8String(this.Handle, "CAISound", "m_iszProxyEntityName"); } - set { Schema.SetString(this.Handle, "CAISound", "m_iszProxyEntityName", value); } - } - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CAI_Expresser.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CAI_Expresser.g.cs index d54f2462c..694f6aec6 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CAI_Expresser.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CAI_Expresser.g.cs @@ -26,6 +26,10 @@ public CAI_Expresser (IntPtr pointer) : base(pointer) {} [SchemaMember("CAI_Expresser", "m_flStopTalkTimeWithoutDelay")] public ref float StopTalkTimeWithoutDelay => ref Schema.GetRef(this.Handle, "CAI_Expresser", "m_flStopTalkTimeWithoutDelay"); + // m_flQueuedSpeechTime + [SchemaMember("CAI_Expresser", "m_flQueuedSpeechTime")] + public ref float QueuedSpeechTime => ref Schema.GetRef(this.Handle, "CAI_Expresser", "m_flQueuedSpeechTime"); + // m_flBlockedTalkTime [SchemaMember("CAI_Expresser", "m_flBlockedTalkTime")] public ref float BlockedTalkTime => ref Schema.GetRef(this.Handle, "CAI_Expresser", "m_flBlockedTalkTime"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CAI_ExpresserWithFollowup.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CAI_ExpresserWithFollowup.g.cs index e902c9a52..b36226815 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CAI_ExpresserWithFollowup.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CAI_ExpresserWithFollowup.g.cs @@ -18,8 +18,4 @@ public partial class CAI_ExpresserWithFollowup : CAI_Expresser { public CAI_ExpresserWithFollowup (IntPtr pointer) : base(pointer) {} - // m_pPostponedFollowup - [SchemaMember("CAI_ExpresserWithFollowup", "m_pPostponedFollowup")] - public ResponseFollowup? PostponedFollowup => Schema.GetPointer(this.Handle, "CAI_ExpresserWithFollowup", "m_pPostponedFollowup"); - } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBarnLight.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBarnLight.g.cs index 1e5470bcd..15046e69e 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBarnLight.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBarnLight.g.cs @@ -54,6 +54,14 @@ public Color Color [SchemaMember("CBarnLight", "m_nBakedShadowIndex")] public ref Int32 BakedShadowIndex => ref Schema.GetRef(this.Handle, "CBarnLight", "m_nBakedShadowIndex"); + // m_nLightPathUniqueId + [SchemaMember("CBarnLight", "m_nLightPathUniqueId")] + public ref Int32 LightPathUniqueId => ref Schema.GetRef(this.Handle, "CBarnLight", "m_nLightPathUniqueId"); + + // m_nLightMapUniqueId + [SchemaMember("CBarnLight", "m_nLightMapUniqueId")] + public ref Int32 LightMapUniqueId => ref Schema.GetRef(this.Handle, "CBarnLight", "m_nLightMapUniqueId"); + // m_nLuminaireShape [SchemaMember("CBarnLight", "m_nLuminaireShape")] public ref Int32 LuminaireShape => ref Schema.GetRef(this.Handle, "CBarnLight", "m_nLuminaireShape"); @@ -154,6 +162,10 @@ public string LightStyleString [SchemaMember("CBarnLight", "m_bContactShadow")] public ref bool ContactShadow => ref Schema.GetRef(this.Handle, "CBarnLight", "m_bContactShadow"); + // m_bForceShadowsEnabled + [SchemaMember("CBarnLight", "m_bForceShadowsEnabled")] + public ref bool ForceShadowsEnabled => ref Schema.GetRef(this.Handle, "CBarnLight", "m_bForceShadowsEnabled"); + // m_nBounceLight [SchemaMember("CBarnLight", "m_nBounceLight")] public ref Int32 BounceLight => ref Schema.GetRef(this.Handle, "CBarnLight", "m_nBounceLight"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseAnimGraph.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseAnimGraph.g.cs index 4eb992298..10e6fe15d 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseAnimGraph.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseAnimGraph.g.cs @@ -54,12 +54,12 @@ public CBaseAnimGraph (IntPtr pointer) : base(pointer) {} [SchemaMember("CBaseAnimGraph", "m_RagdollPose")] public PhysicsRagdollPose_t RagdollPose => Schema.GetDeclaredClass(this.Handle, "CBaseAnimGraph", "m_RagdollPose"); + // m_bRagdollEnabled + [SchemaMember("CBaseAnimGraph", "m_bRagdollEnabled")] + public ref bool RagdollEnabled => ref Schema.GetRef(this.Handle, "CBaseAnimGraph", "m_bRagdollEnabled"); + // m_bRagdollClientSide [SchemaMember("CBaseAnimGraph", "m_bRagdollClientSide")] public ref bool RagdollClientSide => ref Schema.GetRef(this.Handle, "CBaseAnimGraph", "m_bRagdollClientSide"); - // m_nLastDestructiblePartDestroyedAnimgraphSetTick - [SchemaMember("CBaseAnimGraph", "m_nLastDestructiblePartDestroyedAnimgraphSetTick")] - public ref Int32 LastDestructiblePartDestroyedAnimgraphSetTick => ref Schema.GetRef(this.Handle, "CBaseAnimGraph", "m_nLastDestructiblePartDestroyedAnimgraphSetTick"); - } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseAnimGraphController.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseAnimGraphController.g.cs index 8853d86cd..744955d71 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseAnimGraphController.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseAnimGraphController.g.cs @@ -74,4 +74,28 @@ public CBaseAnimGraphController (IntPtr pointer) : base(pointer) {} [SchemaMember("CBaseAnimGraphController", "m_flPrevAnimUpdateTime")] public ref float PrevAnimUpdateTime => ref Schema.GetRef(this.Handle, "CBaseAnimGraphController", "m_flPrevAnimUpdateTime"); + // m_hGraphDefinitionAG2 + [SchemaMember("CBaseAnimGraphController", "m_hGraphDefinitionAG2")] + public CStrongHandle GraphDefinitionAG2 => Schema.GetDeclaredClass>(this.Handle, "CBaseAnimGraphController", "m_hGraphDefinitionAG2"); + + // m_bIsUsingAG2 + [SchemaMember("CBaseAnimGraphController", "m_bIsUsingAG2")] + public ref bool IsUsingAG2 => ref Schema.GetRef(this.Handle, "CBaseAnimGraphController", "m_bIsUsingAG2"); + + // m_serializedPoseRecipeAG2 + [SchemaMember("CBaseAnimGraphController", "m_serializedPoseRecipeAG2")] + public NetworkedVector SerializedPoseRecipeAG2 => Schema.GetDeclaredClass>(this.Handle, "CBaseAnimGraphController", "m_serializedPoseRecipeAG2"); + + // m_nSerializePoseRecipeSizeAG2 + [SchemaMember("CBaseAnimGraphController", "m_nSerializePoseRecipeSizeAG2")] + public ref Int32 SerializePoseRecipeSizeAG2 => ref Schema.GetRef(this.Handle, "CBaseAnimGraphController", "m_nSerializePoseRecipeSizeAG2"); + + // m_nGraphCreationFlagsAG2 + [SchemaMember("CBaseAnimGraphController", "m_nGraphCreationFlagsAG2")] + public ref byte GraphCreationFlagsAG2 => ref Schema.GetRef(this.Handle, "CBaseAnimGraphController", "m_nGraphCreationFlagsAG2"); + + // m_nServerGraphDefReloadCountAG2 + [SchemaMember("CBaseAnimGraphController", "m_nServerGraphDefReloadCountAG2")] + public ref Int32 ServerGraphDefReloadCountAG2 => ref Schema.GetRef(this.Handle, "CBaseAnimGraphController", "m_nServerGraphDefReloadCountAG2"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseCSGrenade.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseCSGrenade.g.cs index 5ed8861ed..47dc3b9b5 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseCSGrenade.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseCSGrenade.g.cs @@ -46,10 +46,6 @@ public CBaseCSGrenade (IntPtr pointer) : base(pointer) {} [SchemaMember("CBaseCSGrenade", "m_flThrowStrength")] public ref float ThrowStrength => ref Schema.GetRef(this.Handle, "CBaseCSGrenade", "m_flThrowStrength"); - // m_flThrowStrengthApproach - [SchemaMember("CBaseCSGrenade", "m_flThrowStrengthApproach")] - public ref float ThrowStrengthApproach => ref Schema.GetRef(this.Handle, "CBaseCSGrenade", "m_flThrowStrengthApproach"); - // m_fDropTime [SchemaMember("CBaseCSGrenade", "m_fDropTime")] public ref float DropTime => ref Schema.GetRef(this.Handle, "CBaseCSGrenade", "m_fDropTime"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseCombatCharacter.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseCombatCharacter.g.cs index 862fac72a..ffbd746d1 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseCombatCharacter.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseCombatCharacter.g.cs @@ -30,10 +30,18 @@ public CBaseCombatCharacter (IntPtr pointer) : base(pointer) {} [SchemaMember("CBaseCombatCharacter", "m_impactEnergyScale")] public ref float ImpactEnergyScale => ref Schema.GetRef(this.Handle, "CBaseCombatCharacter", "m_impactEnergyScale"); + // m_nMinVehicleDamageToTempRagdoll + [SchemaMember("CBaseCombatCharacter", "m_nMinVehicleDamageToTempRagdoll")] + public ref Int32 MinVehicleDamageToTempRagdoll => ref Schema.GetRef(this.Handle, "CBaseCombatCharacter", "m_nMinVehicleDamageToTempRagdoll"); + // m_bApplyStressDamage [SchemaMember("CBaseCombatCharacter", "m_bApplyStressDamage")] public ref bool ApplyStressDamage => ref Schema.GetRef(this.Handle, "CBaseCombatCharacter", "m_bApplyStressDamage"); + // m_bDeathEventsDispatched + [SchemaMember("CBaseCombatCharacter", "m_bDeathEventsDispatched")] + public ref bool DeathEventsDispatched => ref Schema.GetRef(this.Handle, "CBaseCombatCharacter", "m_bDeathEventsDispatched"); + // m_iDamageCount [SchemaMember("CBaseCombatCharacter", "m_iDamageCount")] public ref Int32 DamageCount => ref Schema.GetRef(this.Handle, "CBaseCombatCharacter", "m_iDamageCount"); @@ -54,4 +62,8 @@ public string StrRelationships [SchemaMember("CBaseCombatCharacter", "m_nNavHullIdx")] public ref UInt32 NavHullIdx => ref Schema.GetRef(this.Handle, "CBaseCombatCharacter", "m_nNavHullIdx"); + // m_movementStats + [SchemaMember("CBaseCombatCharacter", "m_movementStats")] + public CMovementStatsProperty MovementStats => Schema.GetDeclaredClass(this.Handle, "CBaseCombatCharacter", "m_movementStats"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseDoor.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseDoor.g.cs index a39434a41..a2252dd91 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseDoor.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseDoor.g.cs @@ -46,6 +46,10 @@ public CBaseDoor (IntPtr pointer) : base(pointer) {} [SchemaMember("CBaseDoor", "m_bIgnoreDebris")] public ref bool IgnoreDebris => ref Schema.GetRef(this.Handle, "CBaseDoor", "m_bIgnoreDebris"); + // m_bNoNPCs + [SchemaMember("CBaseDoor", "m_bNoNPCs")] + public ref bool NoNPCs => ref Schema.GetRef(this.Handle, "CBaseDoor", "m_bNoNPCs"); + // m_eSpawnPosition [SchemaMember("CBaseDoor", "m_eSpawnPosition")] public ref FuncDoorSpawnPos_t SpawnPosition => ref Schema.GetRef(this.Handle, "CBaseDoor", "m_eSpawnPosition"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseEntity.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseEntity.g.cs index 3068330a9..088e54a8e 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseEntity.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseEntity.g.cs @@ -274,10 +274,22 @@ public string UniqueHammerID [SchemaMember("CBaseEntity", "m_flWaterLevel")] public ref float WaterLevel => ref Schema.GetRef(this.Handle, "CBaseEntity", "m_flWaterLevel"); + // m_bGravityDisabled + [SchemaMember("CBaseEntity", "m_bGravityDisabled")] + public ref bool GravityDisabled => ref Schema.GetRef(this.Handle, "CBaseEntity", "m_bGravityDisabled"); + // m_bAnimatedEveryTick [SchemaMember("CBaseEntity", "m_bAnimatedEveryTick")] public ref bool AnimatedEveryTick => ref Schema.GetRef(this.Handle, "CBaseEntity", "m_bAnimatedEveryTick"); + // m_flActualGravityScale + [SchemaMember("CBaseEntity", "m_flActualGravityScale")] + public ref float ActualGravityScale => ref Schema.GetRef(this.Handle, "CBaseEntity", "m_flActualGravityScale"); + + // m_bGravityActuallyDisabled + [SchemaMember("CBaseEntity", "m_bGravityActuallyDisabled")] + public ref bool GravityActuallyDisabled => ref Schema.GetRef(this.Handle, "CBaseEntity", "m_bGravityActuallyDisabled"); + // m_bDisableLowViolence [SchemaMember("CBaseEntity", "m_bDisableLowViolence")] public ref bool DisableLowViolence => ref Schema.GetRef(this.Handle, "CBaseEntity", "m_bDisableLowViolence"); @@ -326,10 +338,6 @@ public string UniqueHammerID [SchemaMember("CBaseEntity", "m_bLagCompensate")] public ref bool LagCompensate => ref Schema.GetRef(this.Handle, "CBaseEntity", "m_bLagCompensate"); - // m_flOverriddenFriction - [SchemaMember("CBaseEntity", "m_flOverriddenFriction")] - public ref float OverriddenFriction => ref Schema.GetRef(this.Handle, "CBaseEntity", "m_flOverriddenFriction"); - // m_pBlocker [SchemaMember("CBaseEntity", "m_pBlocker")] public CHandle Blocker => Schema.GetDeclaredClass>(this.Handle, "CBaseEntity", "m_pBlocker"); @@ -346,4 +354,8 @@ public string UniqueHammerID [SchemaMember("CBaseEntity", "m_nBloodType")] public ref BloodType BloodType => ref Schema.GetRef(this.Handle, "CBaseEntity", "m_nBloodType"); + // m_pPulseGraphInstance + [SchemaMember("CBaseEntity", "m_pPulseGraphInstance")] + public CPulseGraphInstance_ServerEntity? PulseGraphInstance => Schema.GetPointer(this.Handle, "CBaseEntity", "m_pPulseGraphInstance"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseFire.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseFire.g.cs deleted file mode 100644 index aeb872c45..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseFire.g.cs +++ /dev/null @@ -1,37 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CBaseFire : CBaseEntity -{ - public CBaseFire (IntPtr pointer) : base(pointer) {} - - // m_flScale - [SchemaMember("CBaseFire", "m_flScale")] - public ref float Scale => ref Schema.GetRef(this.Handle, "CBaseFire", "m_flScale"); - - // m_flStartScale - [SchemaMember("CBaseFire", "m_flStartScale")] - public ref float StartScale => ref Schema.GetRef(this.Handle, "CBaseFire", "m_flStartScale"); - - // m_flScaleTime - [SchemaMember("CBaseFire", "m_flScaleTime")] - public ref float ScaleTime => ref Schema.GetRef(this.Handle, "CBaseFire", "m_flScaleTime"); - - // m_nFlags - [SchemaMember("CBaseFire", "m_nFlags")] - public ref UInt32 FireFlags => ref Schema.GetRef(this.Handle, "CBaseFire", "m_nFlags"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseModelEntity.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseModelEntity.g.cs index 9d912729c..a6c55b15b 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseModelEntity.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseModelEntity.g.cs @@ -46,14 +46,46 @@ public CBaseModelEntity (IntPtr pointer) : base(pointer) {} [SchemaMember("CBaseModelEntity", "m_nDestructiblePartInitialStateDestructed4")] public ref HitGroup_t DestructiblePartInitialStateDestructed4 => ref Schema.GetRef(this.Handle, "CBaseModelEntity", "m_nDestructiblePartInitialStateDestructed4"); - // m_nLastHitDestructiblePartIndex - [SchemaMember("CBaseModelEntity", "m_nLastHitDestructiblePartIndex")] - public ref Int32 LastHitDestructiblePartIndex => ref Schema.GetRef(this.Handle, "CBaseModelEntity", "m_nLastHitDestructiblePartIndex"); + // m_nDestructiblePartInitialStateDestructed0_PartIndex + [SchemaMember("CBaseModelEntity", "m_nDestructiblePartInitialStateDestructed0_PartIndex")] + public ref Int32 DestructiblePartInitialStateDestructed0_PartIndex => ref Schema.GetRef(this.Handle, "CBaseModelEntity", "m_nDestructiblePartInitialStateDestructed0_PartIndex"); + + // m_nDestructiblePartInitialStateDestructed1_PartIndex + [SchemaMember("CBaseModelEntity", "m_nDestructiblePartInitialStateDestructed1_PartIndex")] + public ref Int32 DestructiblePartInitialStateDestructed1_PartIndex => ref Schema.GetRef(this.Handle, "CBaseModelEntity", "m_nDestructiblePartInitialStateDestructed1_PartIndex"); + + // m_nDestructiblePartInitialStateDestructed2_PartIndex + [SchemaMember("CBaseModelEntity", "m_nDestructiblePartInitialStateDestructed2_PartIndex")] + public ref Int32 DestructiblePartInitialStateDestructed2_PartIndex => ref Schema.GetRef(this.Handle, "CBaseModelEntity", "m_nDestructiblePartInitialStateDestructed2_PartIndex"); + + // m_nDestructiblePartInitialStateDestructed3_PartIndex + [SchemaMember("CBaseModelEntity", "m_nDestructiblePartInitialStateDestructed3_PartIndex")] + public ref Int32 DestructiblePartInitialStateDestructed3_PartIndex => ref Schema.GetRef(this.Handle, "CBaseModelEntity", "m_nDestructiblePartInitialStateDestructed3_PartIndex"); + + // m_nDestructiblePartInitialStateDestructed4_PartIndex + [SchemaMember("CBaseModelEntity", "m_nDestructiblePartInitialStateDestructed4_PartIndex")] + public ref Int32 DestructiblePartInitialStateDestructed4_PartIndex => ref Schema.GetRef(this.Handle, "CBaseModelEntity", "m_nDestructiblePartInitialStateDestructed4_PartIndex"); + + // m_pDestructiblePartsSystemComponent + [SchemaMember("CBaseModelEntity", "m_pDestructiblePartsSystemComponent")] + public CDestructiblePartsSystemComponent? DestructiblePartsSystemComponent => Schema.GetPointer(this.Handle, "CBaseModelEntity", "m_pDestructiblePartsSystemComponent"); // m_LastHitGroup [SchemaMember("CBaseModelEntity", "m_LastHitGroup")] public ref HitGroup_t LastHitGroup => ref Schema.GetRef(this.Handle, "CBaseModelEntity", "m_LastHitGroup"); + // m_sLastDamageSourceName + [SchemaMember("CBaseModelEntity", "m_sLastDamageSourceName")] + public string LastDamageSourceName + { + get { return Schema.GetUtf8String(this.Handle, "CBaseModelEntity", "m_sLastDamageSourceName"); } + set { Schema.SetString(this.Handle, "CBaseModelEntity", "m_sLastDamageSourceName", value); } + } + + // m_vLastDamagePosition + [SchemaMember("CBaseModelEntity", "m_vLastDamagePosition")] + public Vector LastDamagePosition => Schema.GetDeclaredClass(this.Handle, "CBaseModelEntity", "m_vLastDamagePosition"); + // m_flDissolveStartTime [SchemaMember("CBaseModelEntity", "m_flDissolveStartTime")] public ref float DissolveStartTime => ref Schema.GetRef(this.Handle, "CBaseModelEntity", "m_flDissolveStartTime"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePlayerController.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePlayerController.g.cs index 17f71f39a..ffa4822df 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePlayerController.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePlayerController.g.cs @@ -114,6 +114,10 @@ public string NetworkIDString [SchemaMember("CBasePlayerController", "m_steamID")] public ref UInt64 SteamID => ref Schema.GetRef(this.Handle, "CBasePlayerController", "m_steamID"); + // m_bNoClipEnabled + [SchemaMember("CBasePlayerController", "m_bNoClipEnabled")] + public ref bool NoClipEnabled => ref Schema.GetRef(this.Handle, "CBasePlayerController", "m_bNoClipEnabled"); + // m_iDesiredFOV [SchemaMember("CBasePlayerController", "m_iDesiredFOV")] public ref UInt32 DesiredFOV => ref Schema.GetRef(this.Handle, "CBasePlayerController", "m_iDesiredFOV"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePlayerPawn.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePlayerPawn.g.cs index 24fbbb8e0..6edfe436a 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePlayerPawn.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePlayerPawn.g.cs @@ -58,10 +58,6 @@ public CBasePlayerPawn (IntPtr pointer) : base(pointer) {} [SchemaMember("CBasePlayerPawn", "m_ServerViewAngleChanges")] public NetworkedVector ServerViewAngleChanges => Schema.GetDeclaredClass>(this.Handle, "CBasePlayerPawn", "m_ServerViewAngleChanges"); - // m_nHighestGeneratedServerViewAngleChangeIndex - [SchemaMember("CBasePlayerPawn", "m_nHighestGeneratedServerViewAngleChangeIndex")] - public ref UInt32 HighestGeneratedServerViewAngleChangeIndex => ref Schema.GetRef(this.Handle, "CBasePlayerPawn", "m_nHighestGeneratedServerViewAngleChangeIndex"); - // v_angle [SchemaMember("CBasePlayerPawn", "v_angle")] public QAngle V_angle => Schema.GetDeclaredClass(this.Handle, "CBasePlayerPawn", "v_angle"); @@ -102,6 +98,10 @@ public CBasePlayerPawn (IntPtr pointer) : base(pointer) {} [SchemaMember("CBasePlayerPawn", "m_hController")] public CHandle Controller => Schema.GetDeclaredClass>(this.Handle, "CBasePlayerPawn", "m_hController"); + // m_hDefaultController + [SchemaMember("CBasePlayerPawn", "m_hDefaultController")] + public CHandle DefaultController => Schema.GetDeclaredClass>(this.Handle, "CBasePlayerPawn", "m_hDefaultController"); + // m_fHltvReplayDelay [SchemaMember("CBasePlayerPawn", "m_fHltvReplayDelay")] public ref float HltvReplayDelay => ref Schema.GetRef(this.Handle, "CBasePlayerPawn", "m_fHltvReplayDelay"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePlayerWeaponVData.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePlayerWeaponVData.g.cs index 5f2fdf2d6..28bce8b46 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePlayerWeaponVData.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePlayerWeaponVData.g.cs @@ -26,6 +26,18 @@ public CBasePlayerWeaponVData (IntPtr pointer) : base(pointer) {} [SchemaMember("CBasePlayerWeaponVData", "m_bAllowFlipping")] public ref bool AllowFlipping => ref Schema.GetRef(this.Handle, "CBasePlayerWeaponVData", "m_bAllowFlipping"); + // m_nMuzzleSmokeShotThreshold + [SchemaMember("CBasePlayerWeaponVData", "m_nMuzzleSmokeShotThreshold")] + public ref byte MuzzleSmokeShotThreshold => ref Schema.GetRef(this.Handle, "CBasePlayerWeaponVData", "m_nMuzzleSmokeShotThreshold"); + + // m_flMuzzleSmokeTimeout + [SchemaMember("CBasePlayerWeaponVData", "m_flMuzzleSmokeTimeout")] + public ref float MuzzleSmokeTimeout => ref Schema.GetRef(this.Handle, "CBasePlayerWeaponVData", "m_flMuzzleSmokeTimeout"); + + // m_flMuzzleSmokeDecrementRate + [SchemaMember("CBasePlayerWeaponVData", "m_flMuzzleSmokeDecrementRate")] + public ref float MuzzleSmokeDecrementRate => ref Schema.GetRef(this.Handle, "CBasePlayerWeaponVData", "m_flMuzzleSmokeDecrementRate"); + // m_bLinkedCooldowns [SchemaMember("CBasePlayerWeaponVData", "m_bLinkedCooldowns")] public ref bool LinkedCooldowns => ref Schema.GetRef(this.Handle, "CBasePlayerWeaponVData", "m_bLinkedCooldowns"); @@ -62,6 +74,10 @@ public CBasePlayerWeaponVData (IntPtr pointer) : base(pointer) {} [SchemaMember("CBasePlayerWeaponVData", "m_bReserveAmmoAsClips")] public ref bool ReserveAmmoAsClips => ref Schema.GetRef(this.Handle, "CBasePlayerWeaponVData", "m_bReserveAmmoAsClips"); + // m_bTreatAsSingleClip + [SchemaMember("CBasePlayerWeaponVData", "m_bTreatAsSingleClip")] + public ref bool TreatAsSingleClip => ref Schema.GetRef(this.Handle, "CBasePlayerWeaponVData", "m_bTreatAsSingleClip"); + // m_iWeight [SchemaMember("CBasePlayerWeaponVData", "m_iWeight")] public ref Int32 Weight => ref Schema.GetRef(this.Handle, "CBasePlayerWeaponVData", "m_iWeight"); @@ -78,6 +94,10 @@ public CBasePlayerWeaponVData (IntPtr pointer) : base(pointer) {} [SchemaMember("CBasePlayerWeaponVData", "m_iRumbleEffect")] public ref RumbleEffect_t RumbleEffect => ref Schema.GetRef(this.Handle, "CBasePlayerWeaponVData", "m_iRumbleEffect"); + // m_flDropSpeed + [SchemaMember("CBasePlayerWeaponVData", "m_flDropSpeed")] + public ref float DropSpeed => ref Schema.GetRef(this.Handle, "CBasePlayerWeaponVData", "m_flDropSpeed"); + // m_iSlot [SchemaMember("CBasePlayerWeaponVData", "m_iSlot")] public ref Int32 Slot => ref Schema.GetRef(this.Handle, "CBasePlayerWeaponVData", "m_iSlot"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseProp.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseProp.g.cs index a1f5fbf48..98796bf77 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseProp.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseProp.g.cs @@ -32,6 +32,6 @@ public CBaseProp (IntPtr pointer) : base(pointer) {} // m_mPreferredCatchTransform [SchemaMember("CBaseProp", "m_mPreferredCatchTransform")] - public matrix3x4_t MPreferredCatchTransform => Schema.GetDeclaredClass(this.Handle, "CBaseProp", "m_mPreferredCatchTransform"); + public CTransform MPreferredCatchTransform => Schema.GetDeclaredClass(this.Handle, "CBaseProp", "m_mPreferredCatchTransform"); } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePropDoor.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePropDoor.g.cs index 69705ed2c..d2e61d63f 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePropDoor.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePropDoor.g.cs @@ -42,6 +42,10 @@ public CBasePropDoor (IntPtr pointer) : base(pointer) {} [SchemaMember("CBasePropDoor", "m_bLocked")] public ref bool Locked => ref Schema.GetRef(this.Handle, "CBasePropDoor", "m_bLocked"); + // m_bNoNPCs + [SchemaMember("CBasePropDoor", "m_bNoNPCs")] + public ref bool NoNPCs => ref Schema.GetRef(this.Handle, "CBasePropDoor", "m_bNoNPCs"); + // m_closedPosition [SchemaMember("CBasePropDoor", "m_closedPosition")] public Vector ClosedPosition => Schema.GetDeclaredClass(this.Handle, "CBasePropDoor", "m_closedPosition"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlayer_ViewModelServices.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePulseGraphInstance.g.cs similarity index 72% rename from managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlayer_ViewModelServices.g.cs rename to managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePulseGraphInstance.g.cs index a1feec9d2..03cf5a6d4 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlayer_ViewModelServices.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBasePulseGraphInstance.g.cs @@ -1,21 +1,21 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CPlayer_ViewModelServices : CPlayerPawnComponent -{ - public CPlayer_ViewModelServices (IntPtr pointer) : base(pointer) {} - -} +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CBasePulseGraphInstance : NativeObject +{ + public CBasePulseGraphInstance (IntPtr pointer) : base(pointer) {} + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseTrigger.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseTrigger.g.cs index 4559b42f4..833685393 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseTrigger.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseTrigger.g.cs @@ -18,22 +18,6 @@ public partial class CBaseTrigger : CBaseToggle { public CBaseTrigger (IntPtr pointer) : base(pointer) {} - // m_bDisabled - [SchemaMember("CBaseTrigger", "m_bDisabled")] - public ref bool Disabled => ref Schema.GetRef(this.Handle, "CBaseTrigger", "m_bDisabled"); - - // m_iFilterName - [SchemaMember("CBaseTrigger", "m_iFilterName")] - public string FilterName - { - get { return Schema.GetUtf8String(this.Handle, "CBaseTrigger", "m_iFilterName"); } - set { Schema.SetString(this.Handle, "CBaseTrigger", "m_iFilterName", value); } - } - - // m_hFilter - [SchemaMember("CBaseTrigger", "m_hFilter")] - public CHandle Filter => Schema.GetDeclaredClass>(this.Handle, "CBaseTrigger", "m_hFilter"); - // m_OnStartTouch [SchemaMember("CBaseTrigger", "m_OnStartTouch")] public CEntityIOOutput OnStartTouch => Schema.GetDeclaredClass(this.Handle, "CBaseTrigger", "m_OnStartTouch"); @@ -66,8 +50,24 @@ public string FilterName [SchemaMember("CBaseTrigger", "m_hTouchingEntities")] public NetworkedVector> TouchingEntities => Schema.GetDeclaredClass>>(this.Handle, "CBaseTrigger", "m_hTouchingEntities"); - // m_bClientSidePredicted - [SchemaMember("CBaseTrigger", "m_bClientSidePredicted")] - public ref bool ClientSidePredicted => ref Schema.GetRef(this.Handle, "CBaseTrigger", "m_bClientSidePredicted"); + // m_iFilterName + [SchemaMember("CBaseTrigger", "m_iFilterName")] + public string FilterName + { + get { return Schema.GetUtf8String(this.Handle, "CBaseTrigger", "m_iFilterName"); } + set { Schema.SetString(this.Handle, "CBaseTrigger", "m_iFilterName", value); } + } + + // m_hFilter + [SchemaMember("CBaseTrigger", "m_hFilter")] + public CHandle Filter => Schema.GetDeclaredClass>(this.Handle, "CBaseTrigger", "m_hFilter"); + + // m_bDisabled + [SchemaMember("CBaseTrigger", "m_bDisabled")] + public ref bool Disabled => ref Schema.GetRef(this.Handle, "CBaseTrigger", "m_bDisabled"); + + // m_bUseAsyncQueries + [SchemaMember("CBaseTrigger", "m_bUseAsyncQueries")] + public ref bool UseAsyncQueries => ref Schema.GetRef(this.Handle, "CBaseTrigger", "m_bUseAsyncQueries"); } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseViewModel.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseViewModel.g.cs deleted file mode 100644 index 70503ec9c..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBaseViewModel.g.cs +++ /dev/null @@ -1,73 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CBaseViewModel : CBaseAnimGraph -{ - public CBaseViewModel (IntPtr pointer) : base(pointer) {} - - // m_vecLastFacing - [SchemaMember("CBaseViewModel", "m_vecLastFacing")] - public Vector LastFacing => Schema.GetDeclaredClass(this.Handle, "CBaseViewModel", "m_vecLastFacing"); - - // m_nViewModelIndex - [SchemaMember("CBaseViewModel", "m_nViewModelIndex")] - public ref UInt32 ViewModelIndex => ref Schema.GetRef(this.Handle, "CBaseViewModel", "m_nViewModelIndex"); - - // m_nAnimationParity - [SchemaMember("CBaseViewModel", "m_nAnimationParity")] - public ref UInt32 AnimationParity => ref Schema.GetRef(this.Handle, "CBaseViewModel", "m_nAnimationParity"); - - // m_flAnimationStartTime - [SchemaMember("CBaseViewModel", "m_flAnimationStartTime")] - public ref float AnimationStartTime => ref Schema.GetRef(this.Handle, "CBaseViewModel", "m_flAnimationStartTime"); - - // m_hWeapon - [SchemaMember("CBaseViewModel", "m_hWeapon")] - public CHandle Weapon => Schema.GetDeclaredClass>(this.Handle, "CBaseViewModel", "m_hWeapon"); - - // m_sVMName - [SchemaMember("CBaseViewModel", "m_sVMName")] - public string VMName - { - get { return Schema.GetUtf8String(this.Handle, "CBaseViewModel", "m_sVMName"); } - set { Schema.SetString(this.Handle, "CBaseViewModel", "m_sVMName", value); } - } - - // m_sAnimationPrefix - [SchemaMember("CBaseViewModel", "m_sAnimationPrefix")] - public string AnimationPrefix - { - get { return Schema.GetUtf8String(this.Handle, "CBaseViewModel", "m_sAnimationPrefix"); } - set { Schema.SetString(this.Handle, "CBaseViewModel", "m_sAnimationPrefix", value); } - } - - // m_hOldLayerSequence - [SchemaMember("CBaseViewModel", "m_hOldLayerSequence")] - public ref Int32 OldLayerSequence => ref Schema.GetRef(this.Handle, "CBaseViewModel", "m_hOldLayerSequence"); - - // m_oldLayer - [SchemaMember("CBaseViewModel", "m_oldLayer")] - public ref Int32 OldLayer => ref Schema.GetRef(this.Handle, "CBaseViewModel", "m_oldLayer"); - - // m_oldLayerStartTime - [SchemaMember("CBaseViewModel", "m_oldLayerStartTime")] - public ref float OldLayerStartTime => ref Schema.GetRef(this.Handle, "CBaseViewModel", "m_oldLayerStartTime"); - - // m_hControlPanel - [SchemaMember("CBaseViewModel", "m_hControlPanel")] - public CHandle ControlPanel => Schema.GetDeclaredClass>(this.Handle, "CBaseViewModel", "m_hControlPanel"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBreakableProp.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBreakableProp.g.cs index 8bc9dd23f..8f854e816 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBreakableProp.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBreakableProp.g.cs @@ -22,6 +22,10 @@ public CBreakableProp (IntPtr pointer) : base(pointer) {} [SchemaMember("CBreakableProp", "m_CPropDataComponent")] public CPropDataComponent CPropDataComponent => Schema.GetDeclaredClass(this.Handle, "CBreakableProp", "m_CPropDataComponent"); + // m_OnStartDeath + [SchemaMember("CBreakableProp", "m_OnStartDeath")] + public CEntityIOOutput OnStartDeath => Schema.GetDeclaredClass(this.Handle, "CBreakableProp", "m_OnStartDeath"); + // m_OnBreak [SchemaMember("CBreakableProp", "m_OnBreak")] public CEntityIOOutput OnBreak => Schema.GetDeclaredClass(this.Handle, "CBreakableProp", "m_OnBreak"); @@ -142,10 +146,6 @@ public string ExplosionModifier [SchemaMember("CBreakableProp", "m_flLastPhysicsInfluenceTime")] public ref float LastPhysicsInfluenceTime => ref Schema.GetRef(this.Handle, "CBreakableProp", "m_flLastPhysicsInfluenceTime"); - // m_bOriginalBlockLOS - [SchemaMember("CBreakableProp", "m_bOriginalBlockLOS")] - public ref bool OriginalBlockLOS => ref Schema.GetRef(this.Handle, "CBreakableProp", "m_bOriginalBlockLOS"); - // m_flDefaultFadeScale [SchemaMember("CBreakableProp", "m_flDefaultFadeScale")] public ref float DefaultFadeScale => ref Schema.GetRef(this.Handle, "CBreakableProp", "m_flDefaultFadeScale"); @@ -154,14 +154,6 @@ public string ExplosionModifier [SchemaMember("CBreakableProp", "m_hLastAttacker")] public CHandle LastAttacker => Schema.GetDeclaredClass>(this.Handle, "CBreakableProp", "m_hLastAttacker"); - // m_hFlareEnt - [SchemaMember("CBreakableProp", "m_hFlareEnt")] - public CHandle FlareEnt => Schema.GetDeclaredClass>(this.Handle, "CBreakableProp", "m_hFlareEnt"); - - // m_bUsePuntSound - [SchemaMember("CBreakableProp", "m_bUsePuntSound")] - public ref bool UsePuntSound => ref Schema.GetRef(this.Handle, "CBreakableProp", "m_bUsePuntSound"); - // m_iszPuntSound [SchemaMember("CBreakableProp", "m_iszPuntSound")] public string PuntSound @@ -170,8 +162,12 @@ public string PuntSound set { Schema.SetString(this.Handle, "CBreakableProp", "m_iszPuntSound", value); } } - // m_noGhostCollision - [SchemaMember("CBreakableProp", "m_noGhostCollision")] - public ref bool NoGhostCollision => ref Schema.GetRef(this.Handle, "CBreakableProp", "m_noGhostCollision"); + // m_bUsePuntSound + [SchemaMember("CBreakableProp", "m_bUsePuntSound")] + public ref bool UsePuntSound => ref Schema.GetRef(this.Handle, "CBreakableProp", "m_bUsePuntSound"); + + // m_bOriginalBlockLOS + [SchemaMember("CBreakableProp", "m_bOriginalBlockLOS")] + public ref bool OriginalBlockLOS => ref Schema.GetRef(this.Handle, "CBreakableProp", "m_bOriginalBlockLOS"); } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBubbling.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBubbling.g.cs deleted file mode 100644 index d3b9eb261..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBubbling.g.cs +++ /dev/null @@ -1,33 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CBubbling : CBaseModelEntity -{ - public CBubbling (IntPtr pointer) : base(pointer) {} - - // m_density - [SchemaMember("CBubbling", "m_density")] - public ref Int32 Density => ref Schema.GetRef(this.Handle, "CBubbling", "m_density"); - - // m_frequency - [SchemaMember("CBubbling", "m_frequency")] - public ref Int32 Frequency => ref Schema.GetRef(this.Handle, "CBubbling", "m_frequency"); - - // m_state - [SchemaMember("CBubbling", "m_state")] - public ref Int32 State => ref Schema.GetRef(this.Handle, "CBubbling", "m_state"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBuoyancyHelper.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBuoyancyHelper.g.cs index 07ab4dd3b..2d7da0179 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBuoyancyHelper.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CBuoyancyHelper.g.cs @@ -26,6 +26,22 @@ public CBuoyancyHelper (IntPtr pointer) : base(pointer) {} [SchemaMember("CBuoyancyHelper", "m_flFluidDensity")] public ref float FluidDensity => ref Schema.GetRef(this.Handle, "CBuoyancyHelper", "m_flFluidDensity"); + // m_flNeutrallyBuoyantGravity + [SchemaMember("CBuoyancyHelper", "m_flNeutrallyBuoyantGravity")] + public ref float NeutrallyBuoyantGravity => ref Schema.GetRef(this.Handle, "CBuoyancyHelper", "m_flNeutrallyBuoyantGravity"); + + // m_flNeutrallyBuoyantLinearDamping + [SchemaMember("CBuoyancyHelper", "m_flNeutrallyBuoyantLinearDamping")] + public ref float NeutrallyBuoyantLinearDamping => ref Schema.GetRef(this.Handle, "CBuoyancyHelper", "m_flNeutrallyBuoyantLinearDamping"); + + // m_flNeutrallyBuoyantAngularDamping + [SchemaMember("CBuoyancyHelper", "m_flNeutrallyBuoyantAngularDamping")] + public ref float NeutrallyBuoyantAngularDamping => ref Schema.GetRef(this.Handle, "CBuoyancyHelper", "m_flNeutrallyBuoyantAngularDamping"); + + // m_bNeutrallyBuoyant + [SchemaMember("CBuoyancyHelper", "m_bNeutrallyBuoyant")] + public ref bool NeutrallyBuoyant => ref Schema.GetRef(this.Handle, "CBuoyancyHelper", "m_bNeutrallyBuoyant"); + // m_vecFractionOfWheelSubmergedForWheelFriction [SchemaMember("CBuoyancyHelper", "m_vecFractionOfWheelSubmergedForWheelFriction")] public NetworkedVector FractionOfWheelSubmergedForWheelFriction => Schema.GetDeclaredClass>(this.Handle, "CBuoyancyHelper", "m_vecFractionOfWheelSubmergedForWheelFriction"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSGOViewModel.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSGOViewModel.g.cs deleted file mode 100644 index 18493e528..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSGOViewModel.g.cs +++ /dev/null @@ -1,25 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CCSGOViewModel : CPredictedViewModel -{ - public CCSGOViewModel (IntPtr pointer) : base(pointer) {} - - // m_bShouldIgnoreOffsetAndAccuracy - [SchemaMember("CCSGOViewModel", "m_bShouldIgnoreOffsetAndAccuracy")] - public ref bool ShouldIgnoreOffsetAndAccuracy => ref Schema.GetRef(this.Handle, "CCSGOViewModel", "m_bShouldIgnoreOffsetAndAccuracy"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSGameRules.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSGameRules.g.cs index 267442ac3..93daa08ee 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSGameRules.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSGameRules.g.cs @@ -34,10 +34,6 @@ public CCSGameRules (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSGameRules", "m_fWarmupPeriodStart")] public ref float WarmupPeriodStart => ref Schema.GetRef(this.Handle, "CCSGameRules", "m_fWarmupPeriodStart"); - // m_bServerPaused - [SchemaMember("CCSGameRules", "m_bServerPaused")] - public ref bool ServerPaused => ref Schema.GetRef(this.Handle, "CCSGameRules", "m_bServerPaused"); - // m_bTerroristTimeOutActive [SchemaMember("CCSGameRules", "m_bTerroristTimeOutActive")] public ref bool TerroristTimeOutActive => ref Schema.GetRef(this.Handle, "CCSGameRules", "m_bTerroristTimeOutActive"); @@ -442,6 +438,14 @@ public string QueuedMatchmakingReservationString [SchemaMember("CCSGameRules", "m_numSpectatorsCountMaxLnk")] public ref UInt32 NumSpectatorsCountMaxLnk => ref Schema.GetRef(this.Handle, "CCSGameRules", "m_numSpectatorsCountMaxLnk"); + // m_nCTsAliveAtFreezetimeEnd + [SchemaMember("CCSGameRules", "m_nCTsAliveAtFreezetimeEnd")] + public ref Int32 CTsAliveAtFreezetimeEnd => ref Schema.GetRef(this.Handle, "CCSGameRules", "m_nCTsAliveAtFreezetimeEnd"); + + // m_nTerroristsAliveAtFreezetimeEnd + [SchemaMember("CCSGameRules", "m_nTerroristsAliveAtFreezetimeEnd")] + public ref Int32 TerroristsAliveAtFreezetimeEnd => ref Schema.GetRef(this.Handle, "CCSGameRules", "m_nTerroristsAliveAtFreezetimeEnd"); + // m_bForceTeamChangeSilent [SchemaMember("CCSGameRules", "m_bForceTeamChangeSilent")] public ref bool ForceTeamChangeSilent => ref Schema.GetRef(this.Handle, "CCSGameRules", "m_bForceTeamChangeSilent"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvFunnel.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPetPlacement.g.cs similarity index 77% rename from managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvFunnel.g.cs rename to managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPetPlacement.g.cs index 92b2f1612..9ff23fd1b 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvFunnel.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPetPlacement.g.cs @@ -1,21 +1,21 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CEnvFunnel : CBaseEntity -{ - public CEnvFunnel (IntPtr pointer) : base(pointer) {} - -} +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CCSPetPlacement : CBaseEntity +{ + public CCSPetPlacement (IntPtr pointer) : base(pointer) {} + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayerPawn.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayerPawn.g.cs index 9e0b2de54..2fa230be0 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayerPawn.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayerPawn.g.cs @@ -506,4 +506,24 @@ public Color GunGameImmunityColor [SchemaMember("CCSPlayerPawn", "m_nHighestAppliedDamageTagTick")] public ref Int32 HighestAppliedDamageTagTick => ref Schema.GetRef(this.Handle, "CCSPlayerPawn", "m_nHighestAppliedDamageTagTick"); + // m_bCommittingSuicideOnTeamChange + [SchemaMember("CCSPlayerPawn", "m_bCommittingSuicideOnTeamChange")] + public ref bool CommittingSuicideOnTeamChange => ref Schema.GetRef(this.Handle, "CCSPlayerPawn", "m_bCommittingSuicideOnTeamChange"); + + // m_wasNotKilledNaturally + [SchemaMember("CCSPlayerPawn", "m_wasNotKilledNaturally")] + public ref bool WasNotKilledNaturally => ref Schema.GetRef(this.Handle, "CCSPlayerPawn", "m_wasNotKilledNaturally"); + + // m_fImmuneToGunGameDamageTime + [SchemaMember("CCSPlayerPawn", "m_fImmuneToGunGameDamageTime")] + public ref float ImmuneToGunGameDamageTime => ref Schema.GetRef(this.Handle, "CCSPlayerPawn", "m_fImmuneToGunGameDamageTime"); + + // m_bGunGameImmunity + [SchemaMember("CCSPlayerPawn", "m_bGunGameImmunity")] + public ref bool GunGameImmunity => ref Schema.GetRef(this.Handle, "CCSPlayerPawn", "m_bGunGameImmunity"); + + // m_fMolotovDamageTime + [SchemaMember("CCSPlayerPawn", "m_fMolotovDamageTime")] + public ref float MolotovDamageTime => ref Schema.GetRef(this.Handle, "CCSPlayerPawn", "m_fMolotovDamageTime"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayerPawnBase.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayerPawnBase.g.cs index ce595e33f..2e127b49c 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayerPawnBase.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayerPawnBase.g.cs @@ -26,10 +26,6 @@ public CCSPlayerPawnBase (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSPlayerPawnBase", "m_pPingServices")] public CCSPlayer_PingServices? PingServices => Schema.GetPointer(this.Handle, "CCSPlayerPawnBase", "m_pPingServices"); - // m_pViewModelServices - [SchemaMember("CCSPlayerPawnBase", "m_pViewModelServices")] - public CPlayer_ViewModelServices? ViewModelServices => Schema.GetPointer(this.Handle, "CCSPlayerPawnBase", "m_pViewModelServices"); - // m_blindUntilTime [SchemaMember("CCSPlayerPawnBase", "m_blindUntilTime")] public ref float BlindUntilTime => ref Schema.GetRef(this.Handle, "CCSPlayerPawnBase", "m_blindUntilTime"); @@ -46,18 +42,6 @@ public CCSPlayerPawnBase (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSPlayerPawnBase", "m_bRespawning")] public ref bool Respawning => ref Schema.GetRef(this.Handle, "CCSPlayerPawnBase", "m_bRespawning"); - // m_fImmuneToGunGameDamageTime - [SchemaMember("CCSPlayerPawnBase", "m_fImmuneToGunGameDamageTime")] - public ref float ImmuneToGunGameDamageTime => ref Schema.GetRef(this.Handle, "CCSPlayerPawnBase", "m_fImmuneToGunGameDamageTime"); - - // m_bGunGameImmunity - [SchemaMember("CCSPlayerPawnBase", "m_bGunGameImmunity")] - public ref bool GunGameImmunity => ref Schema.GetRef(this.Handle, "CCSPlayerPawnBase", "m_bGunGameImmunity"); - - // m_fMolotovDamageTime - [SchemaMember("CCSPlayerPawnBase", "m_fMolotovDamageTime")] - public ref float MolotovDamageTime => ref Schema.GetRef(this.Handle, "CCSPlayerPawnBase", "m_fMolotovDamageTime"); - // m_bHasMovedSinceSpawn [SchemaMember("CCSPlayerPawnBase", "m_bHasMovedSinceSpawn")] public ref bool HasMovedSinceSpawn => ref Schema.GetRef(this.Handle, "CCSPlayerPawnBase", "m_bHasMovedSinceSpawn"); @@ -94,14 +78,6 @@ public CCSPlayerPawnBase (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSPlayerPawnBase", "m_angEyeAngles")] public QAngle EyeAngles => Schema.GetDeclaredClass(this.Handle, "CCSPlayerPawnBase", "m_angEyeAngles"); - // m_wasNotKilledNaturally - [SchemaMember("CCSPlayerPawnBase", "m_wasNotKilledNaturally")] - public ref bool WasNotKilledNaturally => ref Schema.GetRef(this.Handle, "CCSPlayerPawnBase", "m_wasNotKilledNaturally"); - - // m_bCommittingSuicideOnTeamChange - [SchemaMember("CCSPlayerPawnBase", "m_bCommittingSuicideOnTeamChange")] - public ref bool CommittingSuicideOnTeamChange => ref Schema.GetRef(this.Handle, "CCSPlayerPawnBase", "m_bCommittingSuicideOnTeamChange"); - // m_hOriginalController [SchemaMember("CCSPlayerPawnBase", "m_hOriginalController")] public CHandle OriginalController => Schema.GetDeclaredClass>(this.Handle, "CCSPlayerPawnBase", "m_hOriginalController"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayer_MovementServices.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayer_MovementServices.g.cs index 548afa2f7..82112199e 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayer_MovementServices.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayer_MovementServices.g.cs @@ -78,10 +78,6 @@ public CCSPlayer_MovementServices (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSPlayer_MovementServices", "m_bInStuckTest")] public ref bool InStuckTest => ref Schema.GetRef(this.Handle, "CCSPlayer_MovementServices", "m_bInStuckTest"); - // m_flStuckCheckTime - [SchemaMember("CCSPlayer_MovementServices", "m_flStuckCheckTime")] - public Span StuckCheckTime => Schema.GetFixedArray(this.Handle, "CCSPlayer_MovementServices", "m_flStuckCheckTime", 2); - // m_nTraceCount [SchemaMember("CCSPlayer_MovementServices", "m_nTraceCount")] public ref Int32 TraceCount => ref Schema.GetRef(this.Handle, "CCSPlayer_MovementServices", "m_nTraceCount"); @@ -178,4 +174,12 @@ public CCSPlayer_MovementServices (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSPlayer_MovementServices", "m_flAccumulatedJumpError")] public ref float AccumulatedJumpError => ref Schema.GetRef(this.Handle, "CCSPlayer_MovementServices", "m_flAccumulatedJumpError"); + // m_flTicksSinceLastSurfingDetected + [SchemaMember("CCSPlayer_MovementServices", "m_flTicksSinceLastSurfingDetected")] + public ref float TicksSinceLastSurfingDetected => ref Schema.GetRef(this.Handle, "CCSPlayer_MovementServices", "m_flTicksSinceLastSurfingDetected"); + + // m_bWasSurfing + [SchemaMember("CCSPlayer_MovementServices", "m_bWasSurfing")] + public ref bool WasSurfing => ref Schema.GetRef(this.Handle, "CCSPlayer_MovementServices", "m_bWasSurfing"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayer_WeaponServices.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayer_WeaponServices.g.cs index 076be212e..4dc2ee040 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayer_WeaponServices.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayer_WeaponServices.g.cs @@ -70,12 +70,12 @@ public CCSPlayer_WeaponServices (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSPlayer_WeaponServices", "m_bIsPickingUpGroundWeapon")] public ref bool IsPickingUpGroundWeapon => ref Schema.GetRef(this.Handle, "CCSPlayer_WeaponServices", "m_bIsPickingUpGroundWeapon"); - // m_nOldShootPositionHistoryCount - [SchemaMember("CCSPlayer_WeaponServices", "m_nOldShootPositionHistoryCount")] - public ref UInt32 OldShootPositionHistoryCount => ref Schema.GetRef(this.Handle, "CCSPlayer_WeaponServices", "m_nOldShootPositionHistoryCount"); + // m_networkAnimTiming + [SchemaMember("CCSPlayer_WeaponServices", "m_networkAnimTiming")] + public NetworkedVector NetworkAnimTiming => Schema.GetDeclaredClass>(this.Handle, "CCSPlayer_WeaponServices", "m_networkAnimTiming"); - // m_nOldInputHistoryCount - [SchemaMember("CCSPlayer_WeaponServices", "m_nOldInputHistoryCount")] - public ref UInt32 OldInputHistoryCount => ref Schema.GetRef(this.Handle, "CCSPlayer_WeaponServices", "m_nOldInputHistoryCount"); + // m_bBlockInspectUntilNextGraphUpdate + [SchemaMember("CCSPlayer_WeaponServices", "m_bBlockInspectUntilNextGraphUpdate")] + public ref bool BlockInspectUntilNextGraphUpdate => ref Schema.GetRef(this.Handle, "CCSPlayer_WeaponServices", "m_bBlockInspectUntilNextGraphUpdate"); } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSWeaponBase.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSWeaponBase.g.cs index 17782abef..217891639 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSWeaponBase.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSWeaponBase.g.cs @@ -22,38 +22,6 @@ public CCSWeaponBase (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSWeaponBase", "m_bRemoveable")] public ref bool Removeable => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_bRemoveable"); - // m_flFireSequenceStartTime - [SchemaMember("CCSWeaponBase", "m_flFireSequenceStartTime")] - public ref float FireSequenceStartTime => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_flFireSequenceStartTime"); - - // m_nFireSequenceStartTimeChange - [SchemaMember("CCSWeaponBase", "m_nFireSequenceStartTimeChange")] - public ref Int32 FireSequenceStartTimeChange => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_nFireSequenceStartTimeChange"); - - // m_nFireSequenceStartTimeAck - [SchemaMember("CCSWeaponBase", "m_nFireSequenceStartTimeAck")] - public ref Int32 FireSequenceStartTimeAck => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_nFireSequenceStartTimeAck"); - - // m_ePlayerFireEvent - [SchemaMember("CCSWeaponBase", "m_ePlayerFireEvent")] - public ref PlayerAnimEvent_t PlayerFireEvent => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_ePlayerFireEvent"); - - // m_ePlayerFireEventAttackType - [SchemaMember("CCSWeaponBase", "m_ePlayerFireEventAttackType")] - public ref WeaponAttackType_t PlayerFireEventAttackType => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_ePlayerFireEventAttackType"); - - // m_seqIdle - [SchemaMember("CCSWeaponBase", "m_seqIdle")] - public ref Int32 SeqIdle => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_seqIdle"); - - // m_seqFirePrimary - [SchemaMember("CCSWeaponBase", "m_seqFirePrimary")] - public ref Int32 SeqFirePrimary => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_seqFirePrimary"); - - // m_seqFireSecondary - [SchemaMember("CCSWeaponBase", "m_seqFireSecondary")] - public ref Int32 SeqFireSecondary => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_seqFireSecondary"); - // m_thirdPersonFireSequences [SchemaMember("CCSWeaponBase", "m_thirdPersonFireSequences")] public NetworkedVector ThirdPersonFireSequences => Schema.GetDeclaredClass>(this.Handle, "CCSWeaponBase", "m_thirdPersonFireSequences"); @@ -62,10 +30,6 @@ public CCSWeaponBase (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSWeaponBase", "m_hCurrentThirdPersonSequence")] public ref Int32 CurrentThirdPersonSequence => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_hCurrentThirdPersonSequence"); - // m_nSilencerBoneIndex - [SchemaMember("CCSWeaponBase", "m_nSilencerBoneIndex")] - public ref Int32 SilencerBoneIndex => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_nSilencerBoneIndex"); - // m_thirdPersonSequences [SchemaMember("CCSWeaponBase", "m_thirdPersonSequences")] public Span ThirdPersonSequences => Schema.GetFixedArray(this.Handle, "CCSWeaponBase", "m_thirdPersonSequences", 7); @@ -78,29 +42,29 @@ public CCSWeaponBase (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSWeaponBase", "m_bRequireUseToTouch")] public ref bool RequireUseToTouch => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_bRequireUseToTouch"); - // m_iState - [SchemaMember("CCSWeaponBase", "m_iState")] - public ref CSWeaponState_t State => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_iState"); + // m_iWeaponGameplayAnimState + [SchemaMember("CCSWeaponBase", "m_iWeaponGameplayAnimState")] + public ref WeaponGameplayAnimState WeaponGameplayAnimState => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_iWeaponGameplayAnimState"); - // m_flLastTimeInAir - [SchemaMember("CCSWeaponBase", "m_flLastTimeInAir")] - public ref float LastTimeInAir => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_flLastTimeInAir"); + // m_flWeaponGameplayAnimStateTimestamp + [SchemaMember("CCSWeaponBase", "m_flWeaponGameplayAnimStateTimestamp")] + public ref float WeaponGameplayAnimStateTimestamp => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_flWeaponGameplayAnimStateTimestamp"); - // m_nLastEmptySoundCmdNum - [SchemaMember("CCSWeaponBase", "m_nLastEmptySoundCmdNum")] - public ref Int32 LastEmptySoundCmdNum => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_nLastEmptySoundCmdNum"); + // m_flInspectCancelCompleteTime + [SchemaMember("CCSWeaponBase", "m_flInspectCancelCompleteTime")] + public ref float InspectCancelCompleteTime => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_flInspectCancelCompleteTime"); - // m_nViewModelIndex - [SchemaMember("CCSWeaponBase", "m_nViewModelIndex")] - public ref UInt32 ViewModelIndex => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_nViewModelIndex"); + // m_bInspectPending + [SchemaMember("CCSWeaponBase", "m_bInspectPending")] + public ref bool InspectPending => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_bInspectPending"); - // m_bReloadsWithClips - [SchemaMember("CCSWeaponBase", "m_bReloadsWithClips")] - public ref bool ReloadsWithClips => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_bReloadsWithClips"); + // m_bInspectShouldLoop + [SchemaMember("CCSWeaponBase", "m_bInspectShouldLoop")] + public ref bool InspectShouldLoop => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_bInspectShouldLoop"); - // m_flTimeWeaponIdle - [SchemaMember("CCSWeaponBase", "m_flTimeWeaponIdle")] - public ref float TimeWeaponIdle => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_flTimeWeaponIdle"); + // m_nLastEmptySoundCmdNum + [SchemaMember("CCSWeaponBase", "m_nLastEmptySoundCmdNum")] + public ref Int32 LastEmptySoundCmdNum => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_nLastEmptySoundCmdNum"); // m_bFireOnEmpty [SchemaMember("CCSWeaponBase", "m_bFireOnEmpty")] @@ -138,10 +102,6 @@ public CCSWeaponBase (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSWeaponBase", "m_fAccuracySmoothedForZoom")] public ref float AccuracySmoothedForZoom => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_fAccuracySmoothedForZoom"); - // m_fScopeZoomEndTime - [SchemaMember("CCSWeaponBase", "m_fScopeZoomEndTime")] - public ref float ScopeZoomEndTime => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_fScopeZoomEndTime"); - // m_iRecoilIndex [SchemaMember("CCSWeaponBase", "m_iRecoilIndex")] public ref Int32 IRecoilIndex => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_iRecoilIndex"); @@ -166,9 +126,9 @@ public CCSWeaponBase (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSWeaponBase", "m_bInReload")] public ref bool InReload => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_bInReload"); - // m_bReloadVisuallyComplete - [SchemaMember("CCSWeaponBase", "m_bReloadVisuallyComplete")] - public ref bool ReloadVisuallyComplete => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_bReloadVisuallyComplete"); + // m_flDisallowAttackAfterReloadStartUntilTime + [SchemaMember("CCSWeaponBase", "m_flDisallowAttackAfterReloadStartUntilTime")] + public ref float DisallowAttackAfterReloadStartUntilTime => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_flDisallowAttackAfterReloadStartUntilTime"); // m_flDroppedAtTime [SchemaMember("CCSWeaponBase", "m_flDroppedAtTime")] @@ -230,6 +190,10 @@ public CCSWeaponBase (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSWeaponBase", "m_nDropTick")] public ref Int32 DropTick => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_nDropTick"); + // m_bWasActiveWeaponWhenDropped + [SchemaMember("CCSWeaponBase", "m_bWasActiveWeaponWhenDropped")] + public ref bool WasActiveWeaponWhenDropped => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_bWasActiveWeaponWhenDropped"); + // m_donated [SchemaMember("CCSWeaponBase", "m_donated")] public ref bool Donated => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_donated"); @@ -246,10 +210,6 @@ public CCSWeaponBase (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSWeaponBase", "m_bWasOwnedByTerrorist")] public ref bool WasOwnedByTerrorist => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_bWasOwnedByTerrorist"); - // m_bFiredOutOfAmmoEvent - [SchemaMember("CCSWeaponBase", "m_bFiredOutOfAmmoEvent")] - public ref bool FiredOutOfAmmoEvent => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_bFiredOutOfAmmoEvent"); - // m_numRemoveUnownedWeaponThink [SchemaMember("CCSWeaponBase", "m_numRemoveUnownedWeaponThink")] public ref Int32 NumRemoveUnownedWeaponThink => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_numRemoveUnownedWeaponThink"); @@ -266,10 +226,6 @@ public CCSWeaponBase (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSWeaponBase", "m_flLastLOSTraceFailureTime")] public ref float LastLOSTraceFailureTime => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_flLastLOSTraceFailureTime"); - // m_iNumEmptyAttacks - [SchemaMember("CCSWeaponBase", "m_iNumEmptyAttacks")] - public ref Int32 NumEmptyAttacks => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_iNumEmptyAttacks"); - // m_flWatTickOffset [SchemaMember("CCSWeaponBase", "m_flWatTickOffset")] public ref float WatTickOffset => ref Schema.GetRef(this.Handle, "CCSWeaponBase", "m_flWatTickOffset"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSWeaponBaseGun.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSWeaponBaseGun.g.cs index 9d518c274..4441ec8ef 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSWeaponBaseGun.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSWeaponBaseGun.g.cs @@ -38,6 +38,10 @@ public CCSWeaponBaseGun (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSWeaponBaseGun", "m_bNeedsBoltAction")] public ref bool NeedsBoltAction => ref Schema.GetRef(this.Handle, "CCSWeaponBaseGun", "m_bNeedsBoltAction"); + // m_nRevolverCylinderIdx + [SchemaMember("CCSWeaponBaseGun", "m_nRevolverCylinderIdx")] + public ref Int32 RevolverCylinderIdx => ref Schema.GetRef(this.Handle, "CCSWeaponBaseGun", "m_nRevolverCylinderIdx"); + // m_bSkillReloadAvailable [SchemaMember("CCSWeaponBaseGun", "m_bSkillReloadAvailable")] public ref bool SkillReloadAvailable => ref Schema.GetRef(this.Handle, "CCSWeaponBaseGun", "m_bSkillReloadAvailable"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSWeaponBaseVData.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSWeaponBaseVData.g.cs index ae2932dc5..13d6e15ed 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSWeaponBaseVData.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSWeaponBaseVData.g.cs @@ -26,6 +26,14 @@ public CCSWeaponBaseVData (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSWeaponBaseVData", "m_WeaponCategory")] public ref CSWeaponCategory WeaponCategory => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_WeaponCategory"); + // m_vecMuzzlePos0 + [SchemaMember("CCSWeaponBaseVData", "m_vecMuzzlePos0")] + public Vector MuzzlePos0 => Schema.GetDeclaredClass(this.Handle, "CCSWeaponBaseVData", "m_vecMuzzlePos0"); + + // m_vecMuzzlePos1 + [SchemaMember("CCSWeaponBaseVData", "m_vecMuzzlePos1")] + public Vector MuzzlePos1 => Schema.GetDeclaredClass(this.Handle, "CCSWeaponBaseVData", "m_vecMuzzlePos1"); + // m_GearSlot [SchemaMember("CCSWeaponBaseVData", "m_GearSlot")] public ref gear_slot_t GearSlot => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_GearSlot"); @@ -38,14 +46,6 @@ public CCSWeaponBaseVData (IntPtr pointer) : base(pointer) {} [SchemaMember("CCSWeaponBaseVData", "m_DefaultLoadoutSlot")] public ref loadout_slot_t DefaultLoadoutSlot => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_DefaultLoadoutSlot"); - // m_sWrongTeamMsg - [SchemaMember("CCSWeaponBaseVData", "m_sWrongTeamMsg")] - public string WrongTeamMsg - { - get { return Schema.GetUtf8String(this.Handle, "CCSWeaponBaseVData", "m_sWrongTeamMsg"); } - set { Schema.SetString(this.Handle, "CCSWeaponBaseVData", "m_sWrongTeamMsg", value); } - } - // m_nPrice [SchemaMember("CCSWeaponBaseVData", "m_nPrice")] public ref Int32 Price => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_nPrice"); @@ -86,14 +86,6 @@ public string Name set { Schema.SetString(this.Handle, "CCSWeaponBaseVData", "m_szName", value); } } - // m_szAnimExtension - [SchemaMember("CCSWeaponBaseVData", "m_szAnimExtension")] - public string AnimExtension - { - get { return Schema.GetUtf8String(this.Handle, "CCSWeaponBaseVData", "m_szAnimExtension"); } - set { Schema.SetString(this.Handle, "CCSWeaponBaseVData", "m_szAnimExtension", value); } - } - // m_eSilencerType [SchemaMember("CCSWeaponBaseVData", "m_eSilencerType")] public ref CSWeaponSilencerType SilencerType => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_eSilencerType"); @@ -114,6 +106,10 @@ public string AnimExtension [SchemaMember("CCSWeaponBaseVData", "m_nNumBullets")] public ref Int32 NumBullets => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_nNumBullets"); + // m_bReloadsSingleShells + [SchemaMember("CCSWeaponBaseVData", "m_bReloadsSingleShells")] + public ref bool ReloadsSingleShells => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_bReloadsSingleShells"); + // m_flCycleTime [SchemaMember("CCSWeaponBaseVData", "m_flCycleTime")] public CFiringModeFloat CycleTime => Schema.GetDeclaredClass(this.Handle, "CCSWeaponBaseVData", "m_flCycleTime"); @@ -186,6 +182,14 @@ public string AnimExtension [SchemaMember("CCSWeaponBaseVData", "m_flInaccuracyReload")] public ref float InaccuracyReload => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_flInaccuracyReload"); + // m_flDeployDuration + [SchemaMember("CCSWeaponBaseVData", "m_flDeployDuration")] + public ref float DeployDuration => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_flDeployDuration"); + + // m_flDisallowAttackAfterReloadStartDuration + [SchemaMember("CCSWeaponBaseVData", "m_flDisallowAttackAfterReloadStartDuration")] + public ref float DisallowAttackAfterReloadStartDuration => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_flDisallowAttackAfterReloadStartDuration"); + // m_nRecoilSeed [SchemaMember("CCSWeaponBaseVData", "m_nRecoilSeed")] public ref Int32 RecoilSeed => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_nRecoilSeed"); @@ -194,22 +198,10 @@ public string AnimExtension [SchemaMember("CCSWeaponBaseVData", "m_nSpreadSeed")] public ref Int32 SpreadSeed => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_nSpreadSeed"); - // m_flTimeToIdleAfterFire - [SchemaMember("CCSWeaponBaseVData", "m_flTimeToIdleAfterFire")] - public ref float TimeToIdleAfterFire => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_flTimeToIdleAfterFire"); - - // m_flIdleInterval - [SchemaMember("CCSWeaponBaseVData", "m_flIdleInterval")] - public ref float IdleInterval => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_flIdleInterval"); - // m_flAttackMovespeedFactor [SchemaMember("CCSWeaponBaseVData", "m_flAttackMovespeedFactor")] public ref float AttackMovespeedFactor => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_flAttackMovespeedFactor"); - // m_flHeatPerShot - [SchemaMember("CCSWeaponBaseVData", "m_flHeatPerShot")] - public ref float HeatPerShot => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_flHeatPerShot"); - // m_flInaccuracyPitchShift [SchemaMember("CCSWeaponBaseVData", "m_flInaccuracyPitchShift")] public ref float InaccuracyPitchShift => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_flInaccuracyPitchShift"); @@ -218,10 +210,6 @@ public string AnimExtension [SchemaMember("CCSWeaponBaseVData", "m_flInaccuracyAltSoundThreshold")] public ref float InaccuracyAltSoundThreshold => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_flInaccuracyAltSoundThreshold"); - // m_flBotAudibleRange - [SchemaMember("CCSWeaponBaseVData", "m_flBotAudibleRange")] - public ref float BotAudibleRange => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_flBotAudibleRange"); - // m_szUseRadioSubtitle [SchemaMember("CCSWeaponBaseVData", "m_szUseRadioSubtitle")] public string UseRadioSubtitle @@ -282,14 +270,6 @@ public string UseRadioSubtitle [SchemaMember("CCSWeaponBaseVData", "m_flIronSightLooseness")] public ref float IronSightLooseness => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_flIronSightLooseness"); - // m_angPivotAngle - [SchemaMember("CCSWeaponBaseVData", "m_angPivotAngle")] - public QAngle PivotAngle => Schema.GetDeclaredClass(this.Handle, "CCSWeaponBaseVData", "m_angPivotAngle"); - - // m_vecIronSightEyePos - [SchemaMember("CCSWeaponBaseVData", "m_vecIronSightEyePos")] - public Vector IronSightEyePos => Schema.GetDeclaredClass(this.Handle, "CCSWeaponBaseVData", "m_vecIronSightEyePos"); - // m_nDamage [SchemaMember("CCSWeaponBaseVData", "m_nDamage")] public ref Int32 Damage => ref Schema.GetRef(this.Handle, "CCSWeaponBaseVData", "m_nDamage"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CColorCorrectionVolume.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CColorCorrectionVolume.g.cs index 299cab6bd..9ff259054 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CColorCorrectionVolume.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CColorCorrectionVolume.g.cs @@ -18,10 +18,6 @@ public partial class CColorCorrectionVolume : CBaseTrigger { public CColorCorrectionVolume (IntPtr pointer) : base(pointer) {} - // m_bEnabled - [SchemaMember("CColorCorrectionVolume", "m_bEnabled")] - public ref bool Enabled => ref Schema.GetRef(this.Handle, "CColorCorrectionVolume", "m_bEnabled"); - // m_MaxWeight [SchemaMember("CColorCorrectionVolume", "m_MaxWeight")] public ref float MaxWeight => ref Schema.GetRef(this.Handle, "CColorCorrectionVolume", "m_MaxWeight"); @@ -30,10 +26,6 @@ public CColorCorrectionVolume (IntPtr pointer) : base(pointer) {} [SchemaMember("CColorCorrectionVolume", "m_FadeDuration")] public ref float FadeDuration => ref Schema.GetRef(this.Handle, "CColorCorrectionVolume", "m_FadeDuration"); - // m_bStartDisabled - [SchemaMember("CColorCorrectionVolume", "m_bStartDisabled")] - public ref bool StartDisabled => ref Schema.GetRef(this.Handle, "CColorCorrectionVolume", "m_bStartDisabled"); - // m_Weight [SchemaMember("CColorCorrectionVolume", "m_Weight")] public ref float Weight => ref Schema.GetRef(this.Handle, "CColorCorrectionVolume", "m_Weight"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CDestructiblePartsSystemComponent.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CDestructiblePartsSystemComponent.g.cs new file mode 100644 index 000000000..bcf6aebf8 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CDestructiblePartsSystemComponent.g.cs @@ -0,0 +1,37 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CDestructiblePartsSystemComponent : NativeObject +{ + public CDestructiblePartsSystemComponent (IntPtr pointer) : base(pointer) {} + + // __m_pChainEntity + [SchemaMember("CDestructiblePartsSystemComponent", "__m_pChainEntity")] + public CNetworkVarChainer __m_pChainEntity => Schema.GetDeclaredClass(this.Handle, "CDestructiblePartsSystemComponent", "__m_pChainEntity"); + + // m_DamageLevelTakenByHitGroup + [SchemaMember("CDestructiblePartsSystemComponent", "m_DamageLevelTakenByHitGroup")] + public NetworkedVector DamageLevelTakenByHitGroup => Schema.GetDeclaredClass>(this.Handle, "CDestructiblePartsSystemComponent", "m_DamageLevelTakenByHitGroup"); + + // m_hOwner + [SchemaMember("CDestructiblePartsSystemComponent", "m_hOwner")] + public CHandle Owner => Schema.GetDeclaredClass>(this.Handle, "CDestructiblePartsSystemComponent", "m_hOwner"); + + // m_nLastHitDamageLevel + [SchemaMember("CDestructiblePartsSystemComponent", "m_nLastHitDamageLevel")] + public ref Int32 LastHitDamageLevel => ref Schema.GetRef(this.Handle, "CDestructiblePartsSystemComponent", "m_nLastHitDamageLevel"); + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CDynamicNavConnectionsVolume.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CDynamicNavConnectionsVolume.g.cs new file mode 100644 index 000000000..d9f4df5e8 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CDynamicNavConnectionsVolume.g.cs @@ -0,0 +1,57 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CDynamicNavConnectionsVolume : CTriggerMultiple +{ + public CDynamicNavConnectionsVolume (IntPtr pointer) : base(pointer) {} + + // m_iszConnectionTarget + [SchemaMember("CDynamicNavConnectionsVolume", "m_iszConnectionTarget")] + public string ConnectionTarget + { + get { return Schema.GetUtf8String(this.Handle, "CDynamicNavConnectionsVolume", "m_iszConnectionTarget"); } + set { Schema.SetString(this.Handle, "CDynamicNavConnectionsVolume", "m_iszConnectionTarget", value); } + } + + // m_vecConnections + [SchemaMember("CDynamicNavConnectionsVolume", "m_vecConnections")] + public NetworkedVector Connections => Schema.GetDeclaredClass>(this.Handle, "CDynamicNavConnectionsVolume", "m_vecConnections"); + + // m_sTransitionType + [SchemaMember("CDynamicNavConnectionsVolume", "m_sTransitionType")] + public string TransitionType + { + get { return Schema.GetUtf8String(this.Handle, "CDynamicNavConnectionsVolume", "m_sTransitionType"); } + set { Schema.SetString(this.Handle, "CDynamicNavConnectionsVolume", "m_sTransitionType", value); } + } + + // m_bConnectionsEnabled + [SchemaMember("CDynamicNavConnectionsVolume", "m_bConnectionsEnabled")] + public ref bool ConnectionsEnabled => ref Schema.GetRef(this.Handle, "CDynamicNavConnectionsVolume", "m_bConnectionsEnabled"); + + // m_flTargetAreaSearchRadius + [SchemaMember("CDynamicNavConnectionsVolume", "m_flTargetAreaSearchRadius")] + public ref float TargetAreaSearchRadius => ref Schema.GetRef(this.Handle, "CDynamicNavConnectionsVolume", "m_flTargetAreaSearchRadius"); + + // m_flUpdateDistance + [SchemaMember("CDynamicNavConnectionsVolume", "m_flUpdateDistance")] + public ref float UpdateDistance => ref Schema.GetRef(this.Handle, "CDynamicNavConnectionsVolume", "m_flUpdateDistance"); + + // m_flMaxConnectionDistance + [SchemaMember("CDynamicNavConnectionsVolume", "m_flMaxConnectionDistance")] + public ref float MaxConnectionDistance => ref Schema.GetRef(this.Handle, "CDynamicNavConnectionsVolume", "m_flMaxConnectionDistance"); + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEntityFlame.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEntityFlame.g.cs index 5fb8e974f..0d48328a6 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEntityFlame.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEntityFlame.g.cs @@ -50,10 +50,6 @@ public CEntityFlame (IntPtr pointer) : base(pointer) {} [SchemaMember("CEntityFlame", "m_hAttacker")] public CHandle Attacker => Schema.GetDeclaredClass>(this.Handle, "CEntityFlame", "m_hAttacker"); - // m_iDangerSound - [SchemaMember("CEntityFlame", "m_iDangerSound")] - public ref Int32 DangerSound => ref Schema.GetRef(this.Handle, "CEntityFlame", "m_iDangerSound"); - // m_flDirectDamagePerSecond [SchemaMember("CEntityFlame", "m_flDirectDamagePerSecond")] public ref float DirectDamagePerSecond => ref Schema.GetRef(this.Handle, "CEntityFlame", "m_flDirectDamagePerSecond"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEntityInstance.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEntityInstance.g.cs index 4540ecfd5..9d0239194 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEntityInstance.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEntityInstance.g.cs @@ -32,8 +32,4 @@ public string PrivateVScripts [SchemaMember("CEntityInstance", "m_CScriptComponent")] public CScriptComponent? CScriptComponent => Schema.GetPointer(this.Handle, "CEntityInstance", "m_CScriptComponent"); - // m_bVisibleinPVS - [SchemaMember("CEntityInstance", "m_bVisibleinPVS")] - public ref bool VisibleinPVS => ref Schema.GetRef(this.Handle, "CEntityInstance", "m_bVisibleinPVS"); - } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvCombinedLightProbeVolume.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvCombinedLightProbeVolume.g.cs index ace94cf96..f3714a2ab 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvCombinedLightProbeVolume.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvCombinedLightProbeVolume.g.cs @@ -38,9 +38,29 @@ public Color Entity_Color [SchemaMember("CEnvCombinedLightProbeVolume", "m_Entity_bCustomCubemapTexture")] public ref bool Entity_bCustomCubemapTexture => ref Schema.GetRef(this.Handle, "CEnvCombinedLightProbeVolume", "m_Entity_bCustomCubemapTexture"); - // m_Entity_hLightProbeTexture - [SchemaMember("CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeTexture")] - public CStrongHandle Entity_hLightProbeTexture => Schema.GetDeclaredClass>(this.Handle, "CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeTexture"); + // m_Entity_hLightProbeTexture_AmbientCube + [SchemaMember("CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeTexture_AmbientCube")] + public CStrongHandle Entity_hLightProbeTexture_AmbientCube => Schema.GetDeclaredClass>(this.Handle, "CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeTexture_AmbientCube"); + + // m_Entity_hLightProbeTexture_SDF + [SchemaMember("CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeTexture_SDF")] + public CStrongHandle Entity_hLightProbeTexture_SDF => Schema.GetDeclaredClass>(this.Handle, "CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeTexture_SDF"); + + // m_Entity_hLightProbeTexture_SH2_DC + [SchemaMember("CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_DC")] + public CStrongHandle Entity_hLightProbeTexture_SH2_DC => Schema.GetDeclaredClass>(this.Handle, "CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_DC"); + + // m_Entity_hLightProbeTexture_SH2_R + [SchemaMember("CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_R")] + public CStrongHandle Entity_hLightProbeTexture_SH2_R => Schema.GetDeclaredClass>(this.Handle, "CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_R"); + + // m_Entity_hLightProbeTexture_SH2_G + [SchemaMember("CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_G")] + public CStrongHandle Entity_hLightProbeTexture_SH2_G => Schema.GetDeclaredClass>(this.Handle, "CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_G"); + + // m_Entity_hLightProbeTexture_SH2_B + [SchemaMember("CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_B")] + public CStrongHandle Entity_hLightProbeTexture_SH2_B => Schema.GetDeclaredClass>(this.Handle, "CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_B"); // m_Entity_hLightProbeDirectLightIndicesTexture [SchemaMember("CEnvCombinedLightProbeVolume", "m_Entity_hLightProbeDirectLightIndicesTexture")] diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvCombinedLightProbeVolumeAlias_func_combined_light_probe_volume.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvCombinedLightProbeVolumeAlias_func_combined_light_probe_volume.g.cs new file mode 100644 index 000000000..56ab4468b --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvCombinedLightProbeVolumeAlias_func_combined_light_probe_volume.g.cs @@ -0,0 +1,21 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CEnvCombinedLightProbeVolumeAlias_func_combined_light_probe_volume : CEnvCombinedLightProbeVolume +{ + public CEnvCombinedLightProbeVolumeAlias_func_combined_light_probe_volume (IntPtr pointer) : base(pointer) {} + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvExplosion.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvExplosion.g.cs index 6f86fc8bc..e7ca44dd9 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvExplosion.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvExplosion.g.cs @@ -34,10 +34,6 @@ public CEnvExplosion (IntPtr pointer) : base(pointer) {} [SchemaMember("CEnvExplosion", "m_flInnerRadius")] public ref float InnerRadius => ref Schema.GetRef(this.Handle, "CEnvExplosion", "m_flInnerRadius"); - // m_spriteScale - [SchemaMember("CEnvExplosion", "m_spriteScale")] - public ref Int32 SpriteScale => ref Schema.GetRef(this.Handle, "CEnvExplosion", "m_spriteScale"); - // m_flDamageForce [SchemaMember("CEnvExplosion", "m_flDamageForce")] public ref float DamageForce => ref Schema.GetRef(this.Handle, "CEnvExplosion", "m_flDamageForce"); @@ -54,14 +50,6 @@ public CEnvExplosion (IntPtr pointer) : base(pointer) {} [SchemaMember("CEnvExplosion", "m_bCreateDebris")] public ref bool CreateDebris => ref Schema.GetRef(this.Handle, "CEnvExplosion", "m_bCreateDebris"); - // m_iszExplosionType - [SchemaMember("CEnvExplosion", "m_iszExplosionType")] - public string ExplosionType - { - get { return Schema.GetUtf8String(this.Handle, "CEnvExplosion", "m_iszExplosionType"); } - set { Schema.SetString(this.Handle, "CEnvExplosion", "m_iszExplosionType", value); } - } - // m_iszCustomEffectName [SchemaMember("CEnvExplosion", "m_iszCustomEffectName")] public string CustomEffectName @@ -78,6 +66,10 @@ public string CustomSoundName set { Schema.SetString(this.Handle, "CEnvExplosion", "m_iszCustomSoundName", value); } } + // m_bSuppressParticleImpulse + [SchemaMember("CEnvExplosion", "m_bSuppressParticleImpulse")] + public ref bool SuppressParticleImpulse => ref Schema.GetRef(this.Handle, "CEnvExplosion", "m_bSuppressParticleImpulse"); + // m_iClassIgnore [SchemaMember("CEnvExplosion", "m_iClassIgnore")] public ref Class_T ClassIgnore => ref Schema.GetRef(this.Handle, "CEnvExplosion", "m_iClassIgnore"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvFireSensor.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvFireSensor.g.cs deleted file mode 100644 index a9eb0502f..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvFireSensor.g.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CEnvFireSensor : CBaseEntity -{ - public CEnvFireSensor (IntPtr pointer) : base(pointer) {} - - // m_bEnabled - [SchemaMember("CEnvFireSensor", "m_bEnabled")] - public ref bool Enabled => ref Schema.GetRef(this.Handle, "CEnvFireSensor", "m_bEnabled"); - - // m_bHeatAtLevel - [SchemaMember("CEnvFireSensor", "m_bHeatAtLevel")] - public ref bool HeatAtLevel => ref Schema.GetRef(this.Handle, "CEnvFireSensor", "m_bHeatAtLevel"); - - // m_radius - [SchemaMember("CEnvFireSensor", "m_radius")] - public ref float Radius => ref Schema.GetRef(this.Handle, "CEnvFireSensor", "m_radius"); - - // m_targetLevel - [SchemaMember("CEnvFireSensor", "m_targetLevel")] - public ref float TargetLevel => ref Schema.GetRef(this.Handle, "CEnvFireSensor", "m_targetLevel"); - - // m_targetTime - [SchemaMember("CEnvFireSensor", "m_targetTime")] - public ref float TargetTime => ref Schema.GetRef(this.Handle, "CEnvFireSensor", "m_targetTime"); - - // m_levelTime - [SchemaMember("CEnvFireSensor", "m_levelTime")] - public ref float LevelTime => ref Schema.GetRef(this.Handle, "CEnvFireSensor", "m_levelTime"); - - // m_OnHeatLevelStart - [SchemaMember("CEnvFireSensor", "m_OnHeatLevelStart")] - public CEntityIOOutput OnHeatLevelStart => Schema.GetDeclaredClass(this.Handle, "CEnvFireSensor", "m_OnHeatLevelStart"); - - // m_OnHeatLevelEnd - [SchemaMember("CEnvFireSensor", "m_OnHeatLevelEnd")] - public CEntityIOOutput OnHeatLevelEnd => Schema.GetDeclaredClass(this.Handle, "CEnvFireSensor", "m_OnHeatLevelEnd"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvFireSource.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvFireSource.g.cs deleted file mode 100644 index 1427c0e83..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvFireSource.g.cs +++ /dev/null @@ -1,33 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CEnvFireSource : CBaseEntity -{ - public CEnvFireSource (IntPtr pointer) : base(pointer) {} - - // m_bEnabled - [SchemaMember("CEnvFireSource", "m_bEnabled")] - public ref bool Enabled => ref Schema.GetRef(this.Handle, "CEnvFireSource", "m_bEnabled"); - - // m_radius - [SchemaMember("CEnvFireSource", "m_radius")] - public ref float Radius => ref Schema.GetRef(this.Handle, "CEnvFireSource", "m_radius"); - - // m_damage - [SchemaMember("CEnvFireSource", "m_damage")] - public ref float Damage => ref Schema.GetRef(this.Handle, "CEnvFireSource", "m_damage"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvLightProbeVolume.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvLightProbeVolume.g.cs index 56aac0779..59e2faa81 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvLightProbeVolume.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvLightProbeVolume.g.cs @@ -18,9 +18,29 @@ public partial class CEnvLightProbeVolume : CBaseEntity { public CEnvLightProbeVolume (IntPtr pointer) : base(pointer) {} - // m_Entity_hLightProbeTexture - [SchemaMember("CEnvLightProbeVolume", "m_Entity_hLightProbeTexture")] - public CStrongHandle Entity_hLightProbeTexture => Schema.GetDeclaredClass>(this.Handle, "CEnvLightProbeVolume", "m_Entity_hLightProbeTexture"); + // m_Entity_hLightProbeTexture_AmbientCube + [SchemaMember("CEnvLightProbeVolume", "m_Entity_hLightProbeTexture_AmbientCube")] + public CStrongHandle Entity_hLightProbeTexture_AmbientCube => Schema.GetDeclaredClass>(this.Handle, "CEnvLightProbeVolume", "m_Entity_hLightProbeTexture_AmbientCube"); + + // m_Entity_hLightProbeTexture_SDF + [SchemaMember("CEnvLightProbeVolume", "m_Entity_hLightProbeTexture_SDF")] + public CStrongHandle Entity_hLightProbeTexture_SDF => Schema.GetDeclaredClass>(this.Handle, "CEnvLightProbeVolume", "m_Entity_hLightProbeTexture_SDF"); + + // m_Entity_hLightProbeTexture_SH2_DC + [SchemaMember("CEnvLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_DC")] + public CStrongHandle Entity_hLightProbeTexture_SH2_DC => Schema.GetDeclaredClass>(this.Handle, "CEnvLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_DC"); + + // m_Entity_hLightProbeTexture_SH2_R + [SchemaMember("CEnvLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_R")] + public CStrongHandle Entity_hLightProbeTexture_SH2_R => Schema.GetDeclaredClass>(this.Handle, "CEnvLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_R"); + + // m_Entity_hLightProbeTexture_SH2_G + [SchemaMember("CEnvLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_G")] + public CStrongHandle Entity_hLightProbeTexture_SH2_G => Schema.GetDeclaredClass>(this.Handle, "CEnvLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_G"); + + // m_Entity_hLightProbeTexture_SH2_B + [SchemaMember("CEnvLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_B")] + public CStrongHandle Entity_hLightProbeTexture_SH2_B => Schema.GetDeclaredClass>(this.Handle, "CEnvLightProbeVolume", "m_Entity_hLightProbeTexture_SH2_B"); // m_Entity_hLightProbeDirectLightIndicesTexture [SchemaMember("CEnvLightProbeVolume", "m_Entity_hLightProbeDirectLightIndicesTexture")] diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvMicrophone.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvMicrophone.g.cs deleted file mode 100644 index fdfdb9989..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvMicrophone.g.cs +++ /dev/null @@ -1,101 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CEnvMicrophone : CPointEntity -{ - public CEnvMicrophone (IntPtr pointer) : base(pointer) {} - - // m_bDisabled - [SchemaMember("CEnvMicrophone", "m_bDisabled")] - public ref bool Disabled => ref Schema.GetRef(this.Handle, "CEnvMicrophone", "m_bDisabled"); - - // m_hMeasureTarget - [SchemaMember("CEnvMicrophone", "m_hMeasureTarget")] - public CHandle MeasureTarget => Schema.GetDeclaredClass>(this.Handle, "CEnvMicrophone", "m_hMeasureTarget"); - - // m_nSoundType - [SchemaMember("CEnvMicrophone", "m_nSoundType")] - public ref SoundTypes_t SoundType => ref Schema.GetRef(this.Handle, "CEnvMicrophone", "m_nSoundType"); - - // m_nSoundFlags - [SchemaMember("CEnvMicrophone", "m_nSoundFlags")] - public ref SoundFlags_t SoundFlags => ref Schema.GetRef(this.Handle, "CEnvMicrophone", "m_nSoundFlags"); - - // m_flSensitivity - [SchemaMember("CEnvMicrophone", "m_flSensitivity")] - public ref float Sensitivity => ref Schema.GetRef(this.Handle, "CEnvMicrophone", "m_flSensitivity"); - - // m_flSmoothFactor - [SchemaMember("CEnvMicrophone", "m_flSmoothFactor")] - public ref float SmoothFactor => ref Schema.GetRef(this.Handle, "CEnvMicrophone", "m_flSmoothFactor"); - - // m_flMaxRange - [SchemaMember("CEnvMicrophone", "m_flMaxRange")] - public ref float MaxRange => ref Schema.GetRef(this.Handle, "CEnvMicrophone", "m_flMaxRange"); - - // m_iszSpeakerName - [SchemaMember("CEnvMicrophone", "m_iszSpeakerName")] - public string SpeakerName - { - get { return Schema.GetUtf8String(this.Handle, "CEnvMicrophone", "m_iszSpeakerName"); } - set { Schema.SetString(this.Handle, "CEnvMicrophone", "m_iszSpeakerName", value); } - } - - // m_hSpeaker - [SchemaMember("CEnvMicrophone", "m_hSpeaker")] - public CHandle Speaker => Schema.GetDeclaredClass>(this.Handle, "CEnvMicrophone", "m_hSpeaker"); - - // m_bAvoidFeedback - [SchemaMember("CEnvMicrophone", "m_bAvoidFeedback")] - public ref bool AvoidFeedback => ref Schema.GetRef(this.Handle, "CEnvMicrophone", "m_bAvoidFeedback"); - - // m_iSpeakerDSPPreset - [SchemaMember("CEnvMicrophone", "m_iSpeakerDSPPreset")] - public ref Int32 SpeakerDSPPreset => ref Schema.GetRef(this.Handle, "CEnvMicrophone", "m_iSpeakerDSPPreset"); - - // m_iszListenFilter - [SchemaMember("CEnvMicrophone", "m_iszListenFilter")] - public string IszListenFilter - { - get { return Schema.GetUtf8String(this.Handle, "CEnvMicrophone", "m_iszListenFilter"); } - set { Schema.SetString(this.Handle, "CEnvMicrophone", "m_iszListenFilter", value); } - } - - // m_hListenFilter - [SchemaMember("CEnvMicrophone", "m_hListenFilter")] - public CHandle HListenFilter => Schema.GetDeclaredClass>(this.Handle, "CEnvMicrophone", "m_hListenFilter"); - - // m_OnRoutedSound - [SchemaMember("CEnvMicrophone", "m_OnRoutedSound")] - public CEntityIOOutput OnRoutedSound => Schema.GetDeclaredClass(this.Handle, "CEnvMicrophone", "m_OnRoutedSound"); - - // m_OnHeardSound - [SchemaMember("CEnvMicrophone", "m_OnHeardSound")] - public CEntityIOOutput OnHeardSound => Schema.GetDeclaredClass(this.Handle, "CEnvMicrophone", "m_OnHeardSound"); - - // m_szLastSound - [SchemaMember("CEnvMicrophone", "m_szLastSound")] - public string LastSound - { - get { return Schema.GetString(this.Handle, "CEnvMicrophone", "m_szLastSound"); } - set { Schema.SetStringBytes(this.Handle, "CEnvMicrophone", "m_szLastSound", value, 256); } - } - - // m_iLastRoutedFrame - [SchemaMember("CEnvMicrophone", "m_iLastRoutedFrame")] - public ref Int32 LastRoutedFrame => ref Schema.GetRef(this.Handle, "CEnvMicrophone", "m_iLastRoutedFrame"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvScreenOverlay.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvScreenOverlay.g.cs deleted file mode 100644 index 03a02930e..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvScreenOverlay.g.cs +++ /dev/null @@ -1,41 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CEnvScreenOverlay : CPointEntity -{ - public CEnvScreenOverlay (IntPtr pointer) : base(pointer) {} - - // m_iszOverlayNames - [SchemaMember("CEnvScreenOverlay", "m_iszOverlayNames")] - public Span OverlayNames => Schema.GetFixedArray(this.Handle, "CEnvScreenOverlay", "m_iszOverlayNames", 10); - - // m_flOverlayTimes - [SchemaMember("CEnvScreenOverlay", "m_flOverlayTimes")] - public Span OverlayTimes => Schema.GetFixedArray(this.Handle, "CEnvScreenOverlay", "m_flOverlayTimes", 10); - - // m_flStartTime - [SchemaMember("CEnvScreenOverlay", "m_flStartTime")] - public ref float StartTime => ref Schema.GetRef(this.Handle, "CEnvScreenOverlay", "m_flStartTime"); - - // m_iDesiredOverlay - [SchemaMember("CEnvScreenOverlay", "m_iDesiredOverlay")] - public ref Int32 DesiredOverlay => ref Schema.GetRef(this.Handle, "CEnvScreenOverlay", "m_iDesiredOverlay"); - - // m_bIsActive - [SchemaMember("CEnvScreenOverlay", "m_bIsActive")] - public ref bool IsOverlayActive => ref Schema.GetRef(this.Handle, "CEnvScreenOverlay", "m_bIsActive"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvTracer.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvTracer.g.cs deleted file mode 100644 index cdf3d2e99..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvTracer.g.cs +++ /dev/null @@ -1,29 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CEnvTracer : CPointEntity -{ - public CEnvTracer (IntPtr pointer) : base(pointer) {} - - // m_vecEnd - [SchemaMember("CEnvTracer", "m_vecEnd")] - public Vector End => Schema.GetDeclaredClass(this.Handle, "CEnvTracer", "m_vecEnd"); - - // m_flDelay - [SchemaMember("CEnvTracer", "m_flDelay")] - public ref float Delay => ref Schema.GetRef(this.Handle, "CEnvTracer", "m_flDelay"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvVolumetricFogController.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvVolumetricFogController.g.cs index 859df37d0..1a9bb2ea5 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvVolumetricFogController.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvVolumetricFogController.g.cs @@ -22,6 +22,14 @@ public CEnvVolumetricFogController (IntPtr pointer) : base(pointer) {} [SchemaMember("CEnvVolumetricFogController", "m_flScattering")] public ref float Scattering => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogController", "m_flScattering"); + // m_TintColor + [SchemaMember("CEnvVolumetricFogController", "m_TintColor")] + public Color TintColor + { + get { return Schema.GetCustomMarshalledType(this.Handle, "CEnvVolumetricFogController", "m_TintColor"); } + set { Schema.SetCustomMarshalledType(this.Handle, "CEnvVolumetricFogController", "m_TintColor", value); } + } + // m_flAnisotropy [SchemaMember("CEnvVolumetricFogController", "m_flAnisotropy")] public ref float Anisotropy => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogController", "m_flAnisotropy"); @@ -122,10 +130,6 @@ public CEnvVolumetricFogController (IntPtr pointer) : base(pointer) {} [SchemaMember("CEnvVolumetricFogController", "m_bEnableIndirect")] public ref bool EnableIndirect => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogController", "m_bEnableIndirect"); - // m_bIndirectUseLPVs - [SchemaMember("CEnvVolumetricFogController", "m_bIndirectUseLPVs")] - public ref bool IndirectUseLPVs => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogController", "m_bIndirectUseLPVs"); - // m_bIsMaster [SchemaMember("CEnvVolumetricFogController", "m_bIsMaster")] public ref bool IsMaster => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogController", "m_bIsMaster"); @@ -150,6 +154,14 @@ public CEnvVolumetricFogController (IntPtr pointer) : base(pointer) {} [SchemaMember("CEnvVolumetricFogController", "m_vNoiseScale")] public Vector NoiseScale => Schema.GetDeclaredClass(this.Handle, "CEnvVolumetricFogController", "m_vNoiseScale"); + // m_fWindSpeed + [SchemaMember("CEnvVolumetricFogController", "m_fWindSpeed")] + public ref float WindSpeed => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogController", "m_fWindSpeed"); + + // m_vWindDirection + [SchemaMember("CEnvVolumetricFogController", "m_vWindDirection")] + public Vector WindDirection => Schema.GetDeclaredClass(this.Handle, "CEnvVolumetricFogController", "m_vWindDirection"); + // m_bFirstTime [SchemaMember("CEnvVolumetricFogController", "m_bFirstTime")] public ref bool FirstTime => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogController", "m_bFirstTime"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvVolumetricFogVolume.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvVolumetricFogVolume.g.cs index 9f3bfbdeb..2ed1e134b 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvVolumetricFogVolume.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvVolumetricFogVolume.g.cs @@ -34,6 +34,10 @@ public CEnvVolumetricFogVolume (IntPtr pointer) : base(pointer) {} [SchemaMember("CEnvVolumetricFogVolume", "m_bStartDisabled")] public ref bool StartDisabled => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogVolume", "m_bStartDisabled"); + // m_bIndirectUseLPVs + [SchemaMember("CEnvVolumetricFogVolume", "m_bIndirectUseLPVs")] + public ref bool IndirectUseLPVs => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogVolume", "m_bIndirectUseLPVs"); + // m_flStrength [SchemaMember("CEnvVolumetricFogVolume", "m_flStrength")] public ref float Strength => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogVolume", "m_flStrength"); @@ -66,6 +70,18 @@ public CEnvVolumetricFogVolume (IntPtr pointer) : base(pointer) {} [SchemaMember("CEnvVolumetricFogVolume", "m_fNoiseStrength")] public ref float NoiseStrength => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogVolume", "m_fNoiseStrength"); + // m_TintColor + [SchemaMember("CEnvVolumetricFogVolume", "m_TintColor")] + public Color TintColor + { + get { return Schema.GetCustomMarshalledType(this.Handle, "CEnvVolumetricFogVolume", "m_TintColor"); } + set { Schema.SetCustomMarshalledType(this.Handle, "CEnvVolumetricFogVolume", "m_TintColor", value); } + } + + // m_bOverrideTintColor + [SchemaMember("CEnvVolumetricFogVolume", "m_bOverrideTintColor")] + public ref bool OverrideTintColor => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogVolume", "m_bOverrideTintColor"); + // m_bOverrideIndirectLightStrength [SchemaMember("CEnvVolumetricFogVolume", "m_bOverrideIndirectLightStrength")] public ref bool OverrideIndirectLightStrength => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogVolume", "m_bOverrideIndirectLightStrength"); @@ -78,8 +94,4 @@ public CEnvVolumetricFogVolume (IntPtr pointer) : base(pointer) {} [SchemaMember("CEnvVolumetricFogVolume", "m_bOverrideNoiseStrength")] public ref bool OverrideNoiseStrength => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogVolume", "m_bOverrideNoiseStrength"); - // m_bAllowLPVIndirect - [SchemaMember("CEnvVolumetricFogVolume", "m_bAllowLPVIndirect")] - public ref bool AllowLPVIndirect => ref Schema.GetRef(this.Handle, "CEnvVolumetricFogVolume", "m_bAllowLPVIndirect"); - } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvWindController.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvWindController.g.cs new file mode 100644 index 000000000..fa9f75169 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvWindController.g.cs @@ -0,0 +1,65 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CEnvWindController : CBaseEntity +{ + public CEnvWindController (IntPtr pointer) : base(pointer) {} + + // m_EnvWindShared + [SchemaMember("CEnvWindController", "m_EnvWindShared")] + public CEnvWindShared EnvWindShared => Schema.GetDeclaredClass(this.Handle, "CEnvWindController", "m_EnvWindShared"); + + // m_fDirectionVariation + [SchemaMember("CEnvWindController", "m_fDirectionVariation")] + public ref float DirectionVariation => ref Schema.GetRef(this.Handle, "CEnvWindController", "m_fDirectionVariation"); + + // m_fSpeedVariation + [SchemaMember("CEnvWindController", "m_fSpeedVariation")] + public ref float SpeedVariation => ref Schema.GetRef(this.Handle, "CEnvWindController", "m_fSpeedVariation"); + + // m_fTurbulence + [SchemaMember("CEnvWindController", "m_fTurbulence")] + public ref float Turbulence => ref Schema.GetRef(this.Handle, "CEnvWindController", "m_fTurbulence"); + + // m_fVolumeHalfExtentXY + [SchemaMember("CEnvWindController", "m_fVolumeHalfExtentXY")] + public ref float VolumeHalfExtentXY => ref Schema.GetRef(this.Handle, "CEnvWindController", "m_fVolumeHalfExtentXY"); + + // m_fVolumeHalfExtentZ + [SchemaMember("CEnvWindController", "m_fVolumeHalfExtentZ")] + public ref float VolumeHalfExtentZ => ref Schema.GetRef(this.Handle, "CEnvWindController", "m_fVolumeHalfExtentZ"); + + // m_nVolumeResolutionXY + [SchemaMember("CEnvWindController", "m_nVolumeResolutionXY")] + public ref Int32 VolumeResolutionXY => ref Schema.GetRef(this.Handle, "CEnvWindController", "m_nVolumeResolutionXY"); + + // m_nVolumeResolutionZ + [SchemaMember("CEnvWindController", "m_nVolumeResolutionZ")] + public ref Int32 VolumeResolutionZ => ref Schema.GetRef(this.Handle, "CEnvWindController", "m_nVolumeResolutionZ"); + + // m_nClipmapLevels + [SchemaMember("CEnvWindController", "m_nClipmapLevels")] + public ref Int32 ClipmapLevels => ref Schema.GetRef(this.Handle, "CEnvWindController", "m_nClipmapLevels"); + + // m_bIsMaster + [SchemaMember("CEnvWindController", "m_bIsMaster")] + public ref bool IsMaster => ref Schema.GetRef(this.Handle, "CEnvWindController", "m_bIsMaster"); + + // m_bFirstTime + [SchemaMember("CEnvWindController", "m_bFirstTime")] + public ref bool FirstTime => ref Schema.GetRef(this.Handle, "CEnvWindController", "m_bFirstTime"); + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvWindShared.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvWindShared.g.cs index 2365ec4b5..cb40f5179 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvWindShared.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvWindShared.g.cs @@ -62,34 +62,6 @@ public CEnvWindShared (IntPtr pointer) : base(pointer) {} [SchemaMember("CEnvWindShared", "m_iGustDirChange")] public ref UInt16 GustDirChange => ref Schema.GetRef(this.Handle, "CEnvWindShared", "m_iGustDirChange"); - // m_location - [SchemaMember("CEnvWindShared", "m_location")] - public Vector Location => Schema.GetDeclaredClass(this.Handle, "CEnvWindShared", "m_location"); - - // m_iszGustSound - [SchemaMember("CEnvWindShared", "m_iszGustSound")] - public ref Int32 GustSound => ref Schema.GetRef(this.Handle, "CEnvWindShared", "m_iszGustSound"); - - // m_iWindDir - [SchemaMember("CEnvWindShared", "m_iWindDir")] - public ref Int32 WindDir => ref Schema.GetRef(this.Handle, "CEnvWindShared", "m_iWindDir"); - - // m_flWindSpeed - [SchemaMember("CEnvWindShared", "m_flWindSpeed")] - public ref float WindSpeed => ref Schema.GetRef(this.Handle, "CEnvWindShared", "m_flWindSpeed"); - - // m_currentWindVector - [SchemaMember("CEnvWindShared", "m_currentWindVector")] - public Vector CurrentWindVector => Schema.GetDeclaredClass(this.Handle, "CEnvWindShared", "m_currentWindVector"); - - // m_CurrentSwayVector - [SchemaMember("CEnvWindShared", "m_CurrentSwayVector")] - public Vector CurrentSwayVector => Schema.GetDeclaredClass(this.Handle, "CEnvWindShared", "m_CurrentSwayVector"); - - // m_PrevSwayVector - [SchemaMember("CEnvWindShared", "m_PrevSwayVector")] - public Vector PrevSwayVector => Schema.GetDeclaredClass(this.Handle, "CEnvWindShared", "m_PrevSwayVector"); - // m_iInitialWindDir [SchemaMember("CEnvWindShared", "m_iInitialWindDir")] public ref UInt16 InitialWindDir => ref Schema.GetRef(this.Handle, "CEnvWindShared", "m_iInitialWindDir"); @@ -98,6 +70,10 @@ public CEnvWindShared (IntPtr pointer) : base(pointer) {} [SchemaMember("CEnvWindShared", "m_flInitialWindSpeed")] public ref float InitialWindSpeed => ref Schema.GetRef(this.Handle, "CEnvWindShared", "m_flInitialWindSpeed"); + // m_location + [SchemaMember("CEnvWindShared", "m_location")] + public Vector Location => Schema.GetDeclaredClass(this.Handle, "CEnvWindShared", "m_location"); + // m_OnGustStart [SchemaMember("CEnvWindShared", "m_OnGustStart")] public CEntityIOOutput OnGustStart => Schema.GetDeclaredClass(this.Handle, "CEnvWindShared", "m_OnGustStart"); @@ -106,38 +82,6 @@ public CEnvWindShared (IntPtr pointer) : base(pointer) {} [SchemaMember("CEnvWindShared", "m_OnGustEnd")] public CEntityIOOutput OnGustEnd => Schema.GetDeclaredClass(this.Handle, "CEnvWindShared", "m_OnGustEnd"); - // m_flVariationTime - [SchemaMember("CEnvWindShared", "m_flVariationTime")] - public ref float VariationTime => ref Schema.GetRef(this.Handle, "CEnvWindShared", "m_flVariationTime"); - - // m_flSwayTime - [SchemaMember("CEnvWindShared", "m_flSwayTime")] - public ref float SwayTime => ref Schema.GetRef(this.Handle, "CEnvWindShared", "m_flSwayTime"); - - // m_flSimTime - [SchemaMember("CEnvWindShared", "m_flSimTime")] - public ref float SimTime => ref Schema.GetRef(this.Handle, "CEnvWindShared", "m_flSimTime"); - - // m_flSwitchTime - [SchemaMember("CEnvWindShared", "m_flSwitchTime")] - public ref float SwitchTime => ref Schema.GetRef(this.Handle, "CEnvWindShared", "m_flSwitchTime"); - - // m_flAveWindSpeed - [SchemaMember("CEnvWindShared", "m_flAveWindSpeed")] - public ref float AveWindSpeed => ref Schema.GetRef(this.Handle, "CEnvWindShared", "m_flAveWindSpeed"); - - // m_bGusting - [SchemaMember("CEnvWindShared", "m_bGusting")] - public ref bool Gusting => ref Schema.GetRef(this.Handle, "CEnvWindShared", "m_bGusting"); - - // m_flWindAngleVariation - [SchemaMember("CEnvWindShared", "m_flWindAngleVariation")] - public ref float WindAngleVariation => ref Schema.GetRef(this.Handle, "CEnvWindShared", "m_flWindAngleVariation"); - - // m_flWindSpeedVariation - [SchemaMember("CEnvWindShared", "m_flWindSpeedVariation")] - public ref float WindSpeedVariation => ref Schema.GetRef(this.Handle, "CEnvWindShared", "m_flWindSpeedVariation"); - // m_hEntOwner [SchemaMember("CEnvWindShared", "m_hEntOwner")] public CHandle EntOwner => Schema.GetDeclaredClass>(this.Handle, "CEnvWindShared", "m_hEntOwner"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvWindVolume.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvWindVolume.g.cs new file mode 100644 index 000000000..434127747 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CEnvWindVolume.g.cs @@ -0,0 +1,57 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CEnvWindVolume : CBaseEntity +{ + public CEnvWindVolume (IntPtr pointer) : base(pointer) {} + + // m_bActive + [SchemaMember("CEnvWindVolume", "m_bActive")] + public ref bool Active => ref Schema.GetRef(this.Handle, "CEnvWindVolume", "m_bActive"); + + // m_vBoxMins + [SchemaMember("CEnvWindVolume", "m_vBoxMins")] + public Vector BoxMins => Schema.GetDeclaredClass(this.Handle, "CEnvWindVolume", "m_vBoxMins"); + + // m_vBoxMaxs + [SchemaMember("CEnvWindVolume", "m_vBoxMaxs")] + public Vector BoxMaxs => Schema.GetDeclaredClass(this.Handle, "CEnvWindVolume", "m_vBoxMaxs"); + + // m_bStartDisabled + [SchemaMember("CEnvWindVolume", "m_bStartDisabled")] + public ref bool StartDisabled => ref Schema.GetRef(this.Handle, "CEnvWindVolume", "m_bStartDisabled"); + + // m_nShape + [SchemaMember("CEnvWindVolume", "m_nShape")] + public ref Int32 Shape => ref Schema.GetRef(this.Handle, "CEnvWindVolume", "m_nShape"); + + // m_fWindSpeedMultiplier + [SchemaMember("CEnvWindVolume", "m_fWindSpeedMultiplier")] + public ref float WindSpeedMultiplier => ref Schema.GetRef(this.Handle, "CEnvWindVolume", "m_fWindSpeedMultiplier"); + + // m_fWindTurbulenceMultiplier + [SchemaMember("CEnvWindVolume", "m_fWindTurbulenceMultiplier")] + public ref float WindTurbulenceMultiplier => ref Schema.GetRef(this.Handle, "CEnvWindVolume", "m_fWindTurbulenceMultiplier"); + + // m_fWindSpeedVariationMultiplier + [SchemaMember("CEnvWindVolume", "m_fWindSpeedVariationMultiplier")] + public ref float WindSpeedVariationMultiplier => ref Schema.GetRef(this.Handle, "CEnvWindVolume", "m_fWindSpeedVariationMultiplier"); + + // m_fWindDirectionVariationMultiplier + [SchemaMember("CEnvWindVolume", "m_fWindDirectionVariationMultiplier")] + public ref float WindDirectionVariationMultiplier => ref Schema.GetRef(this.Handle, "CEnvWindVolume", "m_fWindDirectionVariationMultiplier"); + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFilterAttributeInt.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFilterAttributeInt.g.cs index 5a3d0814f..468a510e1 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFilterAttributeInt.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFilterAttributeInt.g.cs @@ -20,6 +20,10 @@ public CFilterAttributeInt (IntPtr pointer) : base(pointer) {} // m_sAttributeName [SchemaMember("CFilterAttributeInt", "m_sAttributeName")] - public CUtlStringToken AttributeName => Schema.GetDeclaredClass(this.Handle, "CFilterAttributeInt", "m_sAttributeName"); + public string AttributeName + { + get { return Schema.GetUtf8String(this.Handle, "CFilterAttributeInt", "m_sAttributeName"); } + set { Schema.SetString(this.Handle, "CFilterAttributeInt", "m_sAttributeName", value); } + } } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFilterMultiple.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFilterMultiple.g.cs index 0b4bacf26..22e96fc06 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFilterMultiple.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFilterMultiple.g.cs @@ -30,8 +30,4 @@ public CFilterMultiple (IntPtr pointer) : base(pointer) {} [SchemaMember("CFilterMultiple", "m_hFilter")] public Span> Filter => Schema.GetFixedArray>(this.Handle, "CFilterMultiple", "m_hFilter", 10); - // m_nFilterCount - [SchemaMember("CFilterMultiple", "m_nFilterCount")] - public ref Int32 FilterCount => ref Schema.GetRef(this.Handle, "CFilterMultiple", "m_nFilterCount"); - } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/FilterTeam.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFilterTeam.g.cs similarity index 62% rename from managed/CounterStrikeSharp.API/Core/Schema/Classes/FilterTeam.g.cs rename to managed/CounterStrikeSharp.API/Core/Schema/Classes/CFilterTeam.g.cs index a760df391..865833460 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/FilterTeam.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFilterTeam.g.cs @@ -1,25 +1,25 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class FilterTeam : CBaseFilter -{ - public FilterTeam (IntPtr pointer) : base(pointer) {} - - // m_iFilterTeam - [SchemaMember("FilterTeam", "m_iFilterTeam")] - public ref Int32 Value => ref Schema.GetRef(this.Handle, "FilterTeam", "m_iFilterTeam"); - -} +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CFilterTeam : CBaseFilter +{ + public CFilterTeam (IntPtr pointer) : base(pointer) {} + + // m_iFilterTeam + [SchemaMember("CFilterTeam", "m_iFilterTeam")] + public ref Int32 FilterTeam => ref Schema.GetRef(this.Handle, "CFilterTeam", "m_iFilterTeam"); + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFire.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFire.g.cs deleted file mode 100644 index d9c84d068..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFire.g.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CFire : CBaseModelEntity -{ - public CFire (IntPtr pointer) : base(pointer) {} - - // m_hEffect - [SchemaMember("CFire", "m_hEffect")] - public CHandle Effect => Schema.GetDeclaredClass>(this.Handle, "CFire", "m_hEffect"); - - // m_hOwner - [SchemaMember("CFire", "m_hOwner")] - public CHandle Owner => Schema.GetDeclaredClass>(this.Handle, "CFire", "m_hOwner"); - - // m_nFireType - [SchemaMember("CFire", "m_nFireType")] - public ref Int32 FireType => ref Schema.GetRef(this.Handle, "CFire", "m_nFireType"); - - // m_flFuel - [SchemaMember("CFire", "m_flFuel")] - public ref float Fuel => ref Schema.GetRef(this.Handle, "CFire", "m_flFuel"); - - // m_flDamageTime - [SchemaMember("CFire", "m_flDamageTime")] - public ref float DamageTime => ref Schema.GetRef(this.Handle, "CFire", "m_flDamageTime"); - - // m_lastDamage - [SchemaMember("CFire", "m_lastDamage")] - public ref float LastDamage => ref Schema.GetRef(this.Handle, "CFire", "m_lastDamage"); - - // m_flFireSize - [SchemaMember("CFire", "m_flFireSize")] - public ref float FireSize => ref Schema.GetRef(this.Handle, "CFire", "m_flFireSize"); - - // m_flLastNavUpdateTime - [SchemaMember("CFire", "m_flLastNavUpdateTime")] - public ref float LastNavUpdateTime => ref Schema.GetRef(this.Handle, "CFire", "m_flLastNavUpdateTime"); - - // m_flHeatLevel - [SchemaMember("CFire", "m_flHeatLevel")] - public ref float HeatLevel => ref Schema.GetRef(this.Handle, "CFire", "m_flHeatLevel"); - - // m_flHeatAbsorb - [SchemaMember("CFire", "m_flHeatAbsorb")] - public ref float HeatAbsorb => ref Schema.GetRef(this.Handle, "CFire", "m_flHeatAbsorb"); - - // m_flDamageScale - [SchemaMember("CFire", "m_flDamageScale")] - public ref float DamageScale => ref Schema.GetRef(this.Handle, "CFire", "m_flDamageScale"); - - // m_flMaxHeat - [SchemaMember("CFire", "m_flMaxHeat")] - public ref float MaxHeat => ref Schema.GetRef(this.Handle, "CFire", "m_flMaxHeat"); - - // m_flLastHeatLevel - [SchemaMember("CFire", "m_flLastHeatLevel")] - public ref float LastHeatLevel => ref Schema.GetRef(this.Handle, "CFire", "m_flLastHeatLevel"); - - // m_flAttackTime - [SchemaMember("CFire", "m_flAttackTime")] - public ref float AttackTime => ref Schema.GetRef(this.Handle, "CFire", "m_flAttackTime"); - - // m_bEnabled - [SchemaMember("CFire", "m_bEnabled")] - public ref bool Enabled => ref Schema.GetRef(this.Handle, "CFire", "m_bEnabled"); - - // m_bStartDisabled - [SchemaMember("CFire", "m_bStartDisabled")] - public ref bool StartDisabled => ref Schema.GetRef(this.Handle, "CFire", "m_bStartDisabled"); - - // m_bDidActivate - [SchemaMember("CFire", "m_bDidActivate")] - public ref bool DidActivate => ref Schema.GetRef(this.Handle, "CFire", "m_bDidActivate"); - - // m_OnIgnited - [SchemaMember("CFire", "m_OnIgnited")] - public CEntityIOOutput OnIgnited => Schema.GetDeclaredClass(this.Handle, "CFire", "m_OnIgnited"); - - // m_OnExtinguished - [SchemaMember("CFire", "m_OnExtinguished")] - public CEntityIOOutput OnExtinguished => Schema.GetDeclaredClass(this.Handle, "CFire", "m_OnExtinguished"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFireSmoke.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFireSmoke.g.cs deleted file mode 100644 index 37e91f848..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFireSmoke.g.cs +++ /dev/null @@ -1,29 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CFireSmoke : CBaseFire -{ - public CFireSmoke (IntPtr pointer) : base(pointer) {} - - // m_nFlameModelIndex - [SchemaMember("CFireSmoke", "m_nFlameModelIndex")] - public ref Int32 FlameModelIndex => ref Schema.GetRef(this.Handle, "CFireSmoke", "m_nFlameModelIndex"); - - // m_nFlameFromAboveModelIndex - [SchemaMember("CFireSmoke", "m_nFlameFromAboveModelIndex")] - public ref Int32 FlameFromAboveModelIndex => ref Schema.GetRef(this.Handle, "CFireSmoke", "m_nFlameFromAboveModelIndex"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFuncMoveLinear.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFuncMoveLinear.g.cs index 09afac589..bc365cd6d 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFuncMoveLinear.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFuncMoveLinear.g.cs @@ -74,6 +74,10 @@ public string CurrentSound [SchemaMember("CFuncMoveLinear", "m_bCreateMovableNavMesh")] public ref bool CreateMovableNavMesh => ref Schema.GetRef(this.Handle, "CFuncMoveLinear", "m_bCreateMovableNavMesh"); + // m_bAllowMovableNavMeshDockingOnEntireEntity + [SchemaMember("CFuncMoveLinear", "m_bAllowMovableNavMeshDockingOnEntireEntity")] + public ref bool AllowMovableNavMeshDockingOnEntireEntity => ref Schema.GetRef(this.Handle, "CFuncMoveLinear", "m_bAllowMovableNavMeshDockingOnEntireEntity"); + // m_bCreateNavObstacle [SchemaMember("CFuncMoveLinear", "m_bCreateNavObstacle")] public ref bool CreateNavObstacle => ref Schema.GetRef(this.Handle, "CFuncMoveLinear", "m_bCreateNavObstacle"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFuncMover.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFuncMover.g.cs index 39da91fa4..92e3a84ac 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFuncMover.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFuncMover.g.cs @@ -18,10 +18,6 @@ public partial class CFuncMover : CBaseModelEntity { public CFuncMover (IntPtr pointer) : base(pointer) {} - // m_bCreateMovableNavMesh - [SchemaMember("CFuncMover", "m_bCreateMovableNavMesh")] - public ref bool CreateMovableNavMesh => ref Schema.GetRef(this.Handle, "CFuncMover", "m_bCreateMovableNavMesh"); - // m_iszPathName [SchemaMember("CFuncMover", "m_iszPathName")] public string PathName @@ -42,6 +38,14 @@ public string PathNodeStart set { Schema.SetString(this.Handle, "CFuncMover", "m_iszPathNodeStart", value); } } + // m_iszPathNodeEnd + [SchemaMember("CFuncMover", "m_iszPathNodeEnd")] + public string PathNodeEnd + { + get { return Schema.GetUtf8String(this.Handle, "CFuncMover", "m_iszPathNodeEnd"); } + set { Schema.SetString(this.Handle, "CFuncMover", "m_iszPathNodeEnd", value); } + } + // m_eMoveType [SchemaMember("CFuncMover", "m_eMoveType")] public new ref CFuncMoverMove_t MoveType => ref Schema.GetRef(this.Handle, "CFuncMover", "m_eMoveType"); @@ -74,14 +78,6 @@ public string PathNodeStart [SchemaMember("CFuncMover", "m_nPreviousNodeIndex")] public ref Int32 PreviousNodeIndex => ref Schema.GetRef(this.Handle, "CFuncMover", "m_nPreviousNodeIndex"); - // m_bFixedOrientation - [SchemaMember("CFuncMover", "m_bFixedOrientation")] - public ref bool FixedOrientation => ref Schema.GetRef(this.Handle, "CFuncMover", "m_bFixedOrientation"); - - // m_bFixedPitch - [SchemaMember("CFuncMover", "m_bFixedPitch")] - public ref bool FixedPitch => ref Schema.GetRef(this.Handle, "CFuncMover", "m_bFixedPitch"); - // m_eSolidType [SchemaMember("CFuncMover", "m_eSolidType")] public ref SolidType_t SolidType => ref Schema.GetRef(this.Handle, "CFuncMover", "m_eSolidType"); @@ -182,6 +178,10 @@ public string ArriveAtDestinationSound [SchemaMember("CFuncMover", "m_OnMovementEnd")] public CEntityIOOutput OnMovementEnd => Schema.GetDeclaredClass(this.Handle, "CFuncMover", "m_OnMovementEnd"); + // m_bStartAtClosestPoint + [SchemaMember("CFuncMover", "m_bStartAtClosestPoint")] + public ref bool StartAtClosestPoint => ref Schema.GetRef(this.Handle, "CFuncMover", "m_bStartAtClosestPoint"); + // m_bStartAtEnd [SchemaMember("CFuncMover", "m_bStartAtEnd")] public ref bool StartAtEnd => ref Schema.GetRef(this.Handle, "CFuncMover", "m_bStartAtEnd"); @@ -202,8 +202,136 @@ public string ArriveAtDestinationSound [SchemaMember("CFuncMover", "m_flDurationBlendToNewOrientationRan")] public ref float DurationBlendToNewOrientationRan => ref Schema.GetRef(this.Handle, "CFuncMover", "m_flDurationBlendToNewOrientationRan"); - // m_qOriginalOrientation - [SchemaMember("CFuncMover", "m_qOriginalOrientation")] - public Quaternion OriginalOrientation => Schema.GetDeclaredClass(this.Handle, "CFuncMover", "m_qOriginalOrientation"); + // m_nOriginalOrientationIndex + [SchemaMember("CFuncMover", "m_nOriginalOrientationIndex")] + public ref Int32 OriginalOrientationIndex => ref Schema.GetRef(this.Handle, "CFuncMover", "m_nOriginalOrientationIndex"); + + // m_bCreateMovableNavMesh + [SchemaMember("CFuncMover", "m_bCreateMovableNavMesh")] + public ref bool CreateMovableNavMesh => ref Schema.GetRef(this.Handle, "CFuncMover", "m_bCreateMovableNavMesh"); + + // m_bAllowMovableNavMeshDockingOnEntireEntity + [SchemaMember("CFuncMover", "m_bAllowMovableNavMeshDockingOnEntireEntity")] + public ref bool AllowMovableNavMeshDockingOnEntireEntity => ref Schema.GetRef(this.Handle, "CFuncMover", "m_bAllowMovableNavMeshDockingOnEntireEntity"); + + // m_OnNodePassed + [SchemaMember("CFuncMover", "m_OnNodePassed")] + public CEntityIOOutput OnNodePassed => Schema.GetDeclaredClass(this.Handle, "CFuncMover", "m_OnNodePassed"); + + // m_iszOrientationMatchEntityName + [SchemaMember("CFuncMover", "m_iszOrientationMatchEntityName")] + public string OrientationMatchEntityName + { + get { return Schema.GetUtf8String(this.Handle, "CFuncMover", "m_iszOrientationMatchEntityName"); } + set { Schema.SetString(this.Handle, "CFuncMover", "m_iszOrientationMatchEntityName", value); } + } + + // m_hOrientationMatchEntity + [SchemaMember("CFuncMover", "m_hOrientationMatchEntity")] + public CHandle OrientationMatchEntity => Schema.GetDeclaredClass>(this.Handle, "CFuncMover", "m_hOrientationMatchEntity"); + + // m_flTimeToTraverseToNextNode + [SchemaMember("CFuncMover", "m_flTimeToTraverseToNextNode")] + public ref float TimeToTraverseToNextNode => ref Schema.GetRef(this.Handle, "CFuncMover", "m_flTimeToTraverseToNextNode"); + + // m_vLerpToNewPosStartInPathEntitySpace + [SchemaMember("CFuncMover", "m_vLerpToNewPosStartInPathEntitySpace")] + public Vector LerpToNewPosStartInPathEntitySpace => Schema.GetDeclaredClass(this.Handle, "CFuncMover", "m_vLerpToNewPosStartInPathEntitySpace"); + + // m_vLerpToNewPosEndInPathEntitySpace + [SchemaMember("CFuncMover", "m_vLerpToNewPosEndInPathEntitySpace")] + public Vector LerpToNewPosEndInPathEntitySpace => Schema.GetDeclaredClass(this.Handle, "CFuncMover", "m_vLerpToNewPosEndInPathEntitySpace"); + + // m_flLerpToPositionT + [SchemaMember("CFuncMover", "m_flLerpToPositionT")] + public ref float LerpToPositionT => ref Schema.GetRef(this.Handle, "CFuncMover", "m_flLerpToPositionT"); + + // m_flLerpToPositionDeltaT + [SchemaMember("CFuncMover", "m_flLerpToPositionDeltaT")] + public ref float LerpToPositionDeltaT => ref Schema.GetRef(this.Handle, "CFuncMover", "m_flLerpToPositionDeltaT"); + + // m_OnLerpToPositionComplete + [SchemaMember("CFuncMover", "m_OnLerpToPositionComplete")] + public CEntityIOOutput OnLerpToPositionComplete => Schema.GetDeclaredClass(this.Handle, "CFuncMover", "m_OnLerpToPositionComplete"); + + // m_bIsPaused + [SchemaMember("CFuncMover", "m_bIsPaused")] + public ref bool IsPaused => ref Schema.GetRef(this.Handle, "CFuncMover", "m_bIsPaused"); + + // m_eTransitionedToPathNodeAction + [SchemaMember("CFuncMover", "m_eTransitionedToPathNodeAction")] + public ref CFuncMoverTransitionToPathNodeAction_t TransitionedToPathNodeAction => ref Schema.GetRef(this.Handle, "CFuncMover", "m_eTransitionedToPathNodeAction"); + + // m_nDelayedTeleportToNode + [SchemaMember("CFuncMover", "m_nDelayedTeleportToNode")] + public ref Int32 DelayedTeleportToNode => ref Schema.GetRef(this.Handle, "CFuncMover", "m_nDelayedTeleportToNode"); + + // m_bIsVerboseLogging + [SchemaMember("CFuncMover", "m_bIsVerboseLogging")] + public ref bool IsVerboseLogging => ref Schema.GetRef(this.Handle, "CFuncMover", "m_bIsVerboseLogging"); + + // m_hFollowEntity + [SchemaMember("CFuncMover", "m_hFollowEntity")] + public CHandle FollowEntity => Schema.GetDeclaredClass>(this.Handle, "CFuncMover", "m_hFollowEntity"); + + // m_flFollowDistance + [SchemaMember("CFuncMover", "m_flFollowDistance")] + public ref float FollowDistance => ref Schema.GetRef(this.Handle, "CFuncMover", "m_flFollowDistance"); + + // m_flFollowMinimumSpeed + [SchemaMember("CFuncMover", "m_flFollowMinimumSpeed")] + public ref float FollowMinimumSpeed => ref Schema.GetRef(this.Handle, "CFuncMover", "m_flFollowMinimumSpeed"); + + // m_flCurFollowEntityT + [SchemaMember("CFuncMover", "m_flCurFollowEntityT")] + public ref float CurFollowEntityT => ref Schema.GetRef(this.Handle, "CFuncMover", "m_flCurFollowEntityT"); + + // m_flCurFollowSpeed + [SchemaMember("CFuncMover", "m_flCurFollowSpeed")] + public ref float CurFollowSpeed => ref Schema.GetRef(this.Handle, "CFuncMover", "m_flCurFollowSpeed"); + + // m_strOrientationFaceEntityName + [SchemaMember("CFuncMover", "m_strOrientationFaceEntityName")] + public string StrOrientationFaceEntityName + { + get { return Schema.GetUtf8String(this.Handle, "CFuncMover", "m_strOrientationFaceEntityName"); } + set { Schema.SetString(this.Handle, "CFuncMover", "m_strOrientationFaceEntityName", value); } + } + + // m_hOrientationFaceEntity + [SchemaMember("CFuncMover", "m_hOrientationFaceEntity")] + public CHandle OrientationFaceEntity => Schema.GetDeclaredClass>(this.Handle, "CFuncMover", "m_hOrientationFaceEntity"); + + // m_OnStart + [SchemaMember("CFuncMover", "m_OnStart")] + public CEntityIOOutput OnStart => Schema.GetDeclaredClass(this.Handle, "CFuncMover", "m_OnStart"); + + // m_OnStartForward + [SchemaMember("CFuncMover", "m_OnStartForward")] + public CEntityIOOutput OnStartForward => Schema.GetDeclaredClass(this.Handle, "CFuncMover", "m_OnStartForward"); + + // m_OnStartReverse + [SchemaMember("CFuncMover", "m_OnStartReverse")] + public CEntityIOOutput OnStartReverse => Schema.GetDeclaredClass(this.Handle, "CFuncMover", "m_OnStartReverse"); + + // m_OnStop + [SchemaMember("CFuncMover", "m_OnStop")] + public CEntityIOOutput OnStop => Schema.GetDeclaredClass(this.Handle, "CFuncMover", "m_OnStop"); + + // m_OnStopped + [SchemaMember("CFuncMover", "m_OnStopped")] + public CEntityIOOutput OnStopped => Schema.GetDeclaredClass(this.Handle, "CFuncMover", "m_OnStopped"); + + // m_bNextNodeReturnsCurrent + [SchemaMember("CFuncMover", "m_bNextNodeReturnsCurrent")] + public ref bool NextNodeReturnsCurrent => ref Schema.GetRef(this.Handle, "CFuncMover", "m_bNextNodeReturnsCurrent"); + + // m_bStartedMoving + [SchemaMember("CFuncMover", "m_bStartedMoving")] + public ref bool StartedMoving => ref Schema.GetRef(this.Handle, "CFuncMover", "m_bStartedMoving"); + + // m_eFollowEntityDirection + [SchemaMember("CFuncMover", "m_eFollowEntityDirection")] + public ref CFuncMoverFollowEntityDirection_t FollowEntityDirection => ref Schema.GetRef(this.Handle, "CFuncMover", "m_eFollowEntityDirection"); } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFuncNavObstruction.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFuncNavObstruction.g.cs index 1db685d7a..2627118bb 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFuncNavObstruction.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CFuncNavObstruction.g.cs @@ -22,4 +22,8 @@ public CFuncNavObstruction (IntPtr pointer) : base(pointer) {} [SchemaMember("CFuncNavObstruction", "m_bDisabled")] public ref bool Disabled => ref Schema.GetRef(this.Handle, "CFuncNavObstruction", "m_bDisabled"); + // m_bUseAsyncObstacleUpdate + [SchemaMember("CFuncNavObstruction", "m_bUseAsyncObstacleUpdate")] + public ref bool UseAsyncObstacleUpdate => ref Schema.GetRef(this.Handle, "CFuncNavObstruction", "m_bUseAsyncObstacleUpdate"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CInfoFan.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CInfoFan.g.cs new file mode 100644 index 000000000..d2f4e428f --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CInfoFan.g.cs @@ -0,0 +1,41 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CInfoFan : CPointEntity +{ + public CInfoFan (IntPtr pointer) : base(pointer) {} + + // m_fFanForceMaxRadius + [SchemaMember("CInfoFan", "m_fFanForceMaxRadius")] + public ref float FanForceMaxRadius => ref Schema.GetRef(this.Handle, "CInfoFan", "m_fFanForceMaxRadius"); + + // m_fFanForceMinRadius + [SchemaMember("CInfoFan", "m_fFanForceMinRadius")] + public ref float FanForceMinRadius => ref Schema.GetRef(this.Handle, "CInfoFan", "m_fFanForceMinRadius"); + + // m_flCurveDistRange + [SchemaMember("CInfoFan", "m_flCurveDistRange")] + public ref float CurveDistRange => ref Schema.GetRef(this.Handle, "CInfoFan", "m_flCurveDistRange"); + + // m_FanForceCurveString + [SchemaMember("CInfoFan", "m_FanForceCurveString")] + public string FanForceCurveString + { + get { return Schema.GetUtf8String(this.Handle, "CInfoFan", "m_FanForceCurveString"); } + set { Schema.SetString(this.Handle, "CInfoFan", "m_FanForceCurveString", value); } + } + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CInfoSpawnGroupLoadUnload.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CInfoSpawnGroupLoadUnload.g.cs index 281cda45d..d63cce41b 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CInfoSpawnGroupLoadUnload.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CInfoSpawnGroupLoadUnload.g.cs @@ -70,12 +70,20 @@ public string FixedSpawnGroupName [SchemaMember("CInfoSpawnGroupLoadUnload", "m_flTimeoutInterval")] public ref float TimeoutInterval => ref Schema.GetRef(this.Handle, "CInfoSpawnGroupLoadUnload", "m_flTimeoutInterval"); - // m_bStreamingStarted - [SchemaMember("CInfoSpawnGroupLoadUnload", "m_bStreamingStarted")] - public ref bool StreamingStarted => ref Schema.GetRef(this.Handle, "CInfoSpawnGroupLoadUnload", "m_bStreamingStarted"); + // m_bAutoActivate + [SchemaMember("CInfoSpawnGroupLoadUnload", "m_bAutoActivate")] + public ref bool AutoActivate => ref Schema.GetRef(this.Handle, "CInfoSpawnGroupLoadUnload", "m_bAutoActivate"); // m_bUnloadingStarted [SchemaMember("CInfoSpawnGroupLoadUnload", "m_bUnloadingStarted")] public ref bool UnloadingStarted => ref Schema.GetRef(this.Handle, "CInfoSpawnGroupLoadUnload", "m_bUnloadingStarted"); + // m_bQueueActiveSpawnGroupChange + [SchemaMember("CInfoSpawnGroupLoadUnload", "m_bQueueActiveSpawnGroupChange")] + public ref bool QueueActiveSpawnGroupChange => ref Schema.GetRef(this.Handle, "CInfoSpawnGroupLoadUnload", "m_bQueueActiveSpawnGroupChange"); + + // m_bQueueFinishLoading + [SchemaMember("CInfoSpawnGroupLoadUnload", "m_bQueueFinishLoading")] + public ref bool QueueFinishLoading => ref Schema.GetRef(this.Handle, "CInfoSpawnGroupLoadUnload", "m_bQueueFinishLoading"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CLightComponent.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CLightComponent.g.cs index 30e09867b..84683ce58 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CLightComponent.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CLightComponent.g.cs @@ -186,10 +186,22 @@ public string Pattern [SchemaMember("CLightComponent", "m_nBakedShadowIndex")] public ref Int32 BakedShadowIndex => ref Schema.GetRef(this.Handle, "CLightComponent", "m_nBakedShadowIndex"); + // m_nLightPathUniqueId + [SchemaMember("CLightComponent", "m_nLightPathUniqueId")] + public ref Int32 LightPathUniqueId => ref Schema.GetRef(this.Handle, "CLightComponent", "m_nLightPathUniqueId"); + + // m_nLightMapUniqueId + [SchemaMember("CLightComponent", "m_nLightMapUniqueId")] + public ref Int32 LightMapUniqueId => ref Schema.GetRef(this.Handle, "CLightComponent", "m_nLightMapUniqueId"); + // m_bRenderToCubemaps [SchemaMember("CLightComponent", "m_bRenderToCubemaps")] public ref bool RenderToCubemaps => ref Schema.GetRef(this.Handle, "CLightComponent", "m_bRenderToCubemaps"); + // m_bAllowSSTGeneration + [SchemaMember("CLightComponent", "m_bAllowSSTGeneration")] + public ref bool AllowSSTGeneration => ref Schema.GetRef(this.Handle, "CLightComponent", "m_bAllowSSTGeneration"); + // m_nDirectLight [SchemaMember("CLightComponent", "m_nDirectLight")] public ref Int32 DirectLight => ref Schema.GetRef(this.Handle, "CLightComponent", "m_nDirectLight"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CLightGlow.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CLightGlow.g.cs deleted file mode 100644 index 9352c2e09..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CLightGlow.g.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CLightGlow : CBaseModelEntity -{ - public CLightGlow (IntPtr pointer) : base(pointer) {} - - // m_nHorizontalSize - [SchemaMember("CLightGlow", "m_nHorizontalSize")] - public ref UInt32 HorizontalSize => ref Schema.GetRef(this.Handle, "CLightGlow", "m_nHorizontalSize"); - - // m_nVerticalSize - [SchemaMember("CLightGlow", "m_nVerticalSize")] - public ref UInt32 VerticalSize => ref Schema.GetRef(this.Handle, "CLightGlow", "m_nVerticalSize"); - - // m_nMinDist - [SchemaMember("CLightGlow", "m_nMinDist")] - public ref UInt32 MinDist => ref Schema.GetRef(this.Handle, "CLightGlow", "m_nMinDist"); - - // m_nMaxDist - [SchemaMember("CLightGlow", "m_nMaxDist")] - public ref UInt32 MaxDist => ref Schema.GetRef(this.Handle, "CLightGlow", "m_nMaxDist"); - - // m_nOuterMaxDist - [SchemaMember("CLightGlow", "m_nOuterMaxDist")] - public ref UInt32 OuterMaxDist => ref Schema.GetRef(this.Handle, "CLightGlow", "m_nOuterMaxDist"); - - // m_flGlowProxySize - [SchemaMember("CLightGlow", "m_flGlowProxySize")] - public ref float GlowProxySize => ref Schema.GetRef(this.Handle, "CLightGlow", "m_flGlowProxySize"); - - // m_flHDRColorScale - [SchemaMember("CLightGlow", "m_flHDRColorScale")] - public ref float HDRColorScale => ref Schema.GetRef(this.Handle, "CLightGlow", "m_flHDRColorScale"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CLogicRelay.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CLogicRelay.g.cs index 7b95cebca..93e03f539 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CLogicRelay.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CLogicRelay.g.cs @@ -18,14 +18,6 @@ public partial class CLogicRelay : CLogicalEntity { public CLogicRelay (IntPtr pointer) : base(pointer) {} - // m_OnTrigger - [SchemaMember("CLogicRelay", "m_OnTrigger")] - public CEntityIOOutput OnTrigger => Schema.GetDeclaredClass(this.Handle, "CLogicRelay", "m_OnTrigger"); - - // m_OnSpawn - [SchemaMember("CLogicRelay", "m_OnSpawn")] - public CEntityIOOutput OnSpawn => Schema.GetDeclaredClass(this.Handle, "CLogicRelay", "m_OnSpawn"); - // m_bDisabled [SchemaMember("CLogicRelay", "m_bDisabled")] public ref bool Disabled => ref Schema.GetRef(this.Handle, "CLogicRelay", "m_bDisabled"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayer_ViewModelServices.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMapSharedEnvironment.g.cs similarity index 50% rename from managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayer_ViewModelServices.g.cs rename to managed/CounterStrikeSharp.API/Core/Schema/Classes/CMapSharedEnvironment.g.cs index d03a4a25a..a9a17937f 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSPlayer_ViewModelServices.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMapSharedEnvironment.g.cs @@ -1,25 +1,29 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CCSPlayer_ViewModelServices : CPlayer_ViewModelServices -{ - public CCSPlayer_ViewModelServices (IntPtr pointer) : base(pointer) {} - - // m_hViewModel - [SchemaMember("CCSPlayer_ViewModelServices", "m_hViewModel")] - public Span> ViewModel => Schema.GetFixedArray>(this.Handle, "CCSPlayer_ViewModelServices", "m_hViewModel", 3); - -} +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CMapSharedEnvironment : CLogicalEntity +{ + public CMapSharedEnvironment (IntPtr pointer) : base(pointer) {} + + // m_targetMapName + [SchemaMember("CMapSharedEnvironment", "m_targetMapName")] + public string TargetMapName + { + get { return Schema.GetUtf8String(this.Handle, "CMapSharedEnvironment", "m_targetMapName"); } + set { Schema.SetString(this.Handle, "CMapSharedEnvironment", "m_targetMapName", value); } + } + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeTagged.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeTagged.g.cs index 0bad9399d..5eb94a0c0 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeTagged.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeTagged.g.cs @@ -18,6 +18,14 @@ public partial class CMarkupVolumeTagged : CMarkupVolume { public CMarkupVolumeTagged (IntPtr pointer) : base(pointer) {} + // m_GroupNames + [SchemaMember("CMarkupVolumeTagged", "m_GroupNames")] + public NetworkedVector GroupNames => Schema.GetDeclaredClass>(this.Handle, "CMarkupVolumeTagged", "m_GroupNames"); + + // m_Tags + [SchemaMember("CMarkupVolumeTagged", "m_Tags")] + public NetworkedVector Tags => Schema.GetDeclaredClass>(this.Handle, "CMarkupVolumeTagged", "m_Tags"); + // m_bIsGroup [SchemaMember("CMarkupVolumeTagged", "m_bIsGroup")] public ref bool IsGroup => ref Schema.GetRef(this.Handle, "CMarkupVolumeTagged", "m_bIsGroup"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeTagged_Nav.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeTagged_Nav.g.cs index 0e7081019..82d3d96d8 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeTagged_Nav.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeTagged_Nav.g.cs @@ -18,4 +18,8 @@ public partial class CMarkupVolumeTagged_Nav : CMarkupVolumeTagged { public CMarkupVolumeTagged_Nav (IntPtr pointer) : base(pointer) {} + // m_nScopes + [SchemaMember("CMarkupVolumeTagged_Nav", "m_nScopes")] + public ref NavScopeFlags_t Scopes => ref Schema.GetRef(this.Handle, "CMarkupVolumeTagged_Nav", "m_nScopes"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeTagged_NavGame.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeTagged_NavGame.g.cs index 699308438..b9615b4b0 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeTagged_NavGame.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeTagged_NavGame.g.cs @@ -18,8 +18,16 @@ public partial class CMarkupVolumeTagged_NavGame : CMarkupVolumeWithRef { public CMarkupVolumeTagged_NavGame (IntPtr pointer) : base(pointer) {} + // m_nScopes + [SchemaMember("CMarkupVolumeTagged_NavGame", "m_nScopes")] + public ref NavScopeFlags_t Scopes => ref Schema.GetRef(this.Handle, "CMarkupVolumeTagged_NavGame", "m_nScopes"); + // m_bFloodFillAttribute [SchemaMember("CMarkupVolumeTagged_NavGame", "m_bFloodFillAttribute")] public ref bool FloodFillAttribute => ref Schema.GetRef(this.Handle, "CMarkupVolumeTagged_NavGame", "m_bFloodFillAttribute"); + // m_bSplitNavSpace + [SchemaMember("CMarkupVolumeTagged_NavGame", "m_bSplitNavSpace")] + public ref bool SplitNavSpace => ref Schema.GetRef(this.Handle, "CMarkupVolumeTagged_NavGame", "m_bSplitNavSpace"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeWithRef.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeWithRef.g.cs index 4eb02b798..baea3a908 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeWithRef.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMarkupVolumeWithRef.g.cs @@ -22,9 +22,13 @@ public CMarkupVolumeWithRef (IntPtr pointer) : base(pointer) {} [SchemaMember("CMarkupVolumeWithRef", "m_bUseRef")] public ref bool UseRef => ref Schema.GetRef(this.Handle, "CMarkupVolumeWithRef", "m_bUseRef"); - // m_vRefPos - [SchemaMember("CMarkupVolumeWithRef", "m_vRefPos")] - public Vector RefPos => Schema.GetDeclaredClass(this.Handle, "CMarkupVolumeWithRef", "m_vRefPos"); + // m_vRefPosEntitySpace + [SchemaMember("CMarkupVolumeWithRef", "m_vRefPosEntitySpace")] + public Vector RefPosEntitySpace => Schema.GetDeclaredClass(this.Handle, "CMarkupVolumeWithRef", "m_vRefPosEntitySpace"); + + // m_vRefPosWorldSpace + [SchemaMember("CMarkupVolumeWithRef", "m_vRefPosWorldSpace")] + public Vector RefPosWorldSpace => Schema.GetDeclaredClass(this.Handle, "CMarkupVolumeWithRef", "m_vRefPosWorldSpace"); // m_flRefDot [SchemaMember("CMarkupVolumeWithRef", "m_flRefDot")] diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CModelState.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CModelState.g.cs index 196d5f61e..96962551e 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CModelState.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CModelState.g.cs @@ -38,6 +38,10 @@ public string ModelName [SchemaMember("CModelState", "m_MeshGroupMask")] public ref UInt64 MeshGroupMask => ref Schema.GetRef(this.Handle, "CModelState", "m_MeshGroupMask"); + // m_nBodyGroupChoices + [SchemaMember("CModelState", "m_nBodyGroupChoices")] + public NetworkedVector BodyGroupChoices => Schema.GetDeclaredClass>(this.Handle, "CModelState", "m_nBodyGroupChoices"); + // m_nIdealMotionType [SchemaMember("CModelState", "m_nIdealMotionType")] public ref sbyte IdealMotionType => ref Schema.GetRef(this.Handle, "CModelState", "m_nIdealMotionType"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMovementStatsProperty.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMovementStatsProperty.g.cs new file mode 100644 index 000000000..36ed30051 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMovementStatsProperty.g.cs @@ -0,0 +1,29 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CMovementStatsProperty : NativeObject +{ + public CMovementStatsProperty (IntPtr pointer) : base(pointer) {} + + // m_nUseCounter + [SchemaMember("CMovementStatsProperty", "m_nUseCounter")] + public ref Int32 UseCounter => ref Schema.GetRef(this.Handle, "CMovementStatsProperty", "m_nUseCounter"); + + // m_emaMovementDirection + [SchemaMember("CMovementStatsProperty", "m_emaMovementDirection")] + public CVectorExponentialMovingAverage EmaMovementDirection => Schema.GetDeclaredClass(this.Handle, "CMovementStatsProperty", "m_emaMovementDirection"); + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMoverPathNode.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMoverPathNode.g.cs index aa3c965af..f9aa09d8d 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMoverPathNode.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CMoverPathNode.g.cs @@ -34,6 +34,22 @@ public string ParentPathUniqueID set { Schema.SetString(this.Handle, "CMoverPathNode", "m_szParentPathUniqueID", value); } } + // m_szPathNodeParameter + [SchemaMember("CMoverPathNode", "m_szPathNodeParameter")] + public string PathNodeParameter + { + get { return Schema.GetUtf8String(this.Handle, "CMoverPathNode", "m_szPathNodeParameter"); } + set { Schema.SetString(this.Handle, "CMoverPathNode", "m_szPathNodeParameter", value); } + } + + // m_OnStartFromOrInSegment + [SchemaMember("CMoverPathNode", "m_OnStartFromOrInSegment")] + public CEntityIOOutput OnStartFromOrInSegment => Schema.GetDeclaredClass(this.Handle, "CMoverPathNode", "m_OnStartFromOrInSegment"); + + // m_OnStoppedAtOrInSegment + [SchemaMember("CMoverPathNode", "m_OnStoppedAtOrInSegment")] + public CEntityIOOutput OnStoppedAtOrInSegment => Schema.GetDeclaredClass(this.Handle, "CMoverPathNode", "m_OnStoppedAtOrInSegment"); + // m_OnPassThrough [SchemaMember("CMoverPathNode", "m_OnPassThrough")] public CEntityIOOutput OnPassThrough => Schema.GetDeclaredClass(this.Handle, "CMoverPathNode", "m_OnPassThrough"); @@ -50,4 +66,8 @@ public string ParentPathUniqueID [SchemaMember("CMoverPathNode", "m_hMover")] public CHandle Mover => Schema.GetDeclaredClass>(this.Handle, "CMoverPathNode", "m_hMover"); + // m_xWSPrevParent + [SchemaMember("CMoverPathNode", "m_xWSPrevParent")] + public CTransform XWSPrevParent => Schema.GetDeclaredClass(this.Handle, "CMoverPathNode", "m_xWSPrevParent"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CNavHullVData.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CNavHullVData.g.cs index f1437d1a7..b3779874d 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CNavHullVData.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CNavHullVData.g.cs @@ -38,6 +38,14 @@ public CNavHullVData (IntPtr pointer) : base(pointer) {} [SchemaMember("CNavHullVData", "m_agentShortHeight")] public ref float AgentShortHeight => ref Schema.GetRef(this.Handle, "CNavHullVData", "m_agentShortHeight"); + // m_agentCrawlEnabled + [SchemaMember("CNavHullVData", "m_agentCrawlEnabled")] + public ref bool AgentCrawlEnabled => ref Schema.GetRef(this.Handle, "CNavHullVData", "m_agentCrawlEnabled"); + + // m_agentCrawlHeight + [SchemaMember("CNavHullVData", "m_agentCrawlHeight")] + public ref float AgentCrawlHeight => ref Schema.GetRef(this.Handle, "CNavHullVData", "m_agentCrawlHeight"); + // m_agentMaxClimb [SchemaMember("CNavHullVData", "m_agentMaxClimb")] public ref float AgentMaxClimb => ref Schema.GetRef(this.Handle, "CNavHullVData", "m_agentMaxClimb"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CNavLinkAreaEntity.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CNavLinkAreaEntity.g.cs index 98efecec3..6c458df23 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CNavLinkAreaEntity.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CNavLinkAreaEntity.g.cs @@ -46,18 +46,14 @@ public string StrMovementReverse set { Schema.SetString(this.Handle, "CNavLinkAreaEntity", "m_strMovementReverse", value); } } - // m_nNavLinkIdForward - [SchemaMember("CNavLinkAreaEntity", "m_nNavLinkIdForward")] - public ref Int32 NavLinkIdForward => ref Schema.GetRef(this.Handle, "CNavLinkAreaEntity", "m_nNavLinkIdForward"); - - // m_nNavLinkIdReverse - [SchemaMember("CNavLinkAreaEntity", "m_nNavLinkIdReverse")] - public ref Int32 NavLinkIdReverse => ref Schema.GetRef(this.Handle, "CNavLinkAreaEntity", "m_nNavLinkIdReverse"); - // m_bEnabled [SchemaMember("CNavLinkAreaEntity", "m_bEnabled")] public ref bool Enabled => ref Schema.GetRef(this.Handle, "CNavLinkAreaEntity", "m_bEnabled"); + // m_bAllowCrossMovableConnections + [SchemaMember("CNavLinkAreaEntity", "m_bAllowCrossMovableConnections")] + public ref bool AllowCrossMovableConnections => ref Schema.GetRef(this.Handle, "CNavLinkAreaEntity", "m_bAllowCrossMovableConnections"); + // m_strFilterName [SchemaMember("CNavLinkAreaEntity", "m_strFilterName")] public string StrFilterName @@ -82,4 +78,8 @@ public string StrFilterName [SchemaMember("CNavLinkAreaEntity", "m_bIsTerminus")] public ref bool IsTerminus => ref Schema.GetRef(this.Handle, "CNavLinkAreaEntity", "m_bIsTerminus"); + // m_nSplits + [SchemaMember("CNavLinkAreaEntity", "m_nSplits")] + public ref Int32 Splits => ref Schema.GetRef(this.Handle, "CNavLinkAreaEntity", "m_nSplits"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CNavSpaceInfo.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CNavSpaceInfo.g.cs index 80862cae0..2dacbf5df 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CNavSpaceInfo.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CNavSpaceInfo.g.cs @@ -18,8 +18,4 @@ public partial class CNavSpaceInfo : CPointEntity { public CNavSpaceInfo (IntPtr pointer) : base(pointer) {} - // m_bCreateFlightSpace - [SchemaMember("CNavSpaceInfo", "m_bCreateFlightSpace")] - public ref bool CreateFlightSpace => ref Schema.GetRef(this.Handle, "CNavSpaceInfo", "m_bCreateFlightSpace"); - } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPathMover.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPathMover.g.cs index 00f961f20..d23f44115 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPathMover.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPathMover.g.cs @@ -14,7 +14,7 @@ namespace CounterStrikeSharp.API.Core; -public partial class CPathMover : CBaseEntity +public partial class CPathMover : CPathSimple { public CPathMover (IntPtr pointer) : base(pointer) {} @@ -22,12 +22,12 @@ public CPathMover (IntPtr pointer) : base(pointer) {} [SchemaMember("CPathMover", "m_vecPathNodes")] public NetworkedVector> PathNodes => Schema.GetDeclaredClass>>(this.Handle, "CPathMover", "m_vecPathNodes"); - // m_flPathLength - [SchemaMember("CPathMover", "m_flPathLength")] - public ref float PathLength => ref Schema.GetRef(this.Handle, "CPathMover", "m_flPathLength"); + // m_vecMovers + [SchemaMember("CPathMover", "m_vecMovers")] + public NetworkedVector> Movers => Schema.GetDeclaredClass>>(this.Handle, "CPathMover", "m_vecMovers"); - // m_bClosedLoop - [SchemaMember("CPathMover", "m_bClosedLoop")] - public ref bool ClosedLoop => ref Schema.GetRef(this.Handle, "CPathMover", "m_bClosedLoop"); + // m_xInitialPathWorldToLocal + [SchemaMember("CPathMover", "m_xInitialPathWorldToLocal")] + public CTransform XInitialPathWorldToLocal => Schema.GetDeclaredClass(this.Handle, "CPathMover", "m_xInitialPathWorldToLocal"); } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPredictedViewModel.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPathQueryComponent.g.cs similarity index 75% rename from managed/CounterStrikeSharp.API/Core/Schema/Classes/CPredictedViewModel.g.cs rename to managed/CounterStrikeSharp.API/Core/Schema/Classes/CPathQueryComponent.g.cs index 0a6f7496c..b42d25302 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPredictedViewModel.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPathQueryComponent.g.cs @@ -1,21 +1,21 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CPredictedViewModel : CBaseViewModel -{ - public CPredictedViewModel (IntPtr pointer) : base(pointer) {} - -} +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CPathQueryComponent : CEntityComponent +{ + public CPathQueryComponent (IntPtr pointer) : base(pointer) {} + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPathSimple.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPathSimple.g.cs index cde857e6c..4f36334d9 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPathSimple.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPathSimple.g.cs @@ -18,6 +18,10 @@ public partial class CPathSimple : CBaseEntity { public CPathSimple (IntPtr pointer) : base(pointer) {} + // m_CPathQueryComponent + [SchemaMember("CPathSimple", "m_CPathQueryComponent")] + public CPathQueryComponent CPathQueryComponent => Schema.GetDeclaredClass(this.Handle, "CPathSimple", "m_CPathQueryComponent"); + // m_pathString [SchemaMember("CPathSimple", "m_pathString")] public string PathString @@ -26,4 +30,8 @@ public string PathString set { Schema.SetString(this.Handle, "CPathSimple", "m_pathString", value); } } + // m_bClosedLoop + [SchemaMember("CPathSimple", "m_bClosedLoop")] + public ref bool ClosedLoop => ref Schema.GetRef(this.Handle, "CPathSimple", "m_bClosedLoop"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysBox.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysBox.g.cs index 27f069f5d..52666a899 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysBox.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysBox.g.cs @@ -30,9 +30,13 @@ public CPhysBox (IntPtr pointer) : base(pointer) {} [SchemaMember("CPhysBox", "m_flForceToEnableMotion")] public ref float ForceToEnableMotion => ref Schema.GetRef(this.Handle, "CPhysBox", "m_flForceToEnableMotion"); - // m_angPreferredCarryAngles - [SchemaMember("CPhysBox", "m_angPreferredCarryAngles")] - public QAngle PreferredCarryAngles => Schema.GetDeclaredClass(this.Handle, "CPhysBox", "m_angPreferredCarryAngles"); + // m_vHoverPosePosition + [SchemaMember("CPhysBox", "m_vHoverPosePosition")] + public Vector HoverPosePosition => Schema.GetDeclaredClass(this.Handle, "CPhysBox", "m_vHoverPosePosition"); + + // m_angHoverPoseAngles + [SchemaMember("CPhysBox", "m_angHoverPoseAngles")] + public QAngle HoverPoseAngles => Schema.GetDeclaredClass(this.Handle, "CPhysBox", "m_angHoverPoseAngles"); // m_bNotSolidToWorld [SchemaMember("CPhysBox", "m_bNotSolidToWorld")] @@ -42,9 +46,9 @@ public CPhysBox (IntPtr pointer) : base(pointer) {} [SchemaMember("CPhysBox", "m_bEnableUseOutput")] public ref bool EnableUseOutput => ref Schema.GetRef(this.Handle, "CPhysBox", "m_bEnableUseOutput"); - // m_iExploitableByPlayer - [SchemaMember("CPhysBox", "m_iExploitableByPlayer")] - public ref Int32 ExploitableByPlayer => ref Schema.GetRef(this.Handle, "CPhysBox", "m_iExploitableByPlayer"); + // m_nHoverPoseFlags + [SchemaMember("CPhysBox", "m_nHoverPoseFlags")] + public ref HoverPoseFlags_t HoverPoseFlags => ref Schema.GetRef(this.Handle, "CPhysBox", "m_nHoverPoseFlags"); // m_flTouchOutputPerEntityDelay [SchemaMember("CPhysBox", "m_flTouchOutputPerEntityDelay")] diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysConstraint.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysConstraint.g.cs index 57510b750..7bcf69228 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysConstraint.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysConstraint.g.cs @@ -74,10 +74,6 @@ public string BreakSound [SchemaMember("CPhysConstraint", "m_torqueLimit")] public ref float TorqueLimit => ref Schema.GetRef(this.Handle, "CPhysConstraint", "m_torqueLimit"); - // m_teleportTick - [SchemaMember("CPhysConstraint", "m_teleportTick")] - public ref UInt32 TeleportTick => ref Schema.GetRef(this.Handle, "CPhysConstraint", "m_teleportTick"); - // m_minTeleportDistance [SchemaMember("CPhysConstraint", "m_minTeleportDistance")] public ref float MinTeleportDistance => ref Schema.GetRef(this.Handle, "CPhysConstraint", "m_minTeleportDistance"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysExplosion.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysExplosion.g.cs index 0f6ad3076..8a597e1ed 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysExplosion.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysExplosion.g.cs @@ -54,6 +54,10 @@ public string TargetEntityName [SchemaMember("CPhysExplosion", "m_bConvertToDebrisWhenPossible")] public ref bool ConvertToDebrisWhenPossible => ref Schema.GetRef(this.Handle, "CPhysExplosion", "m_bConvertToDebrisWhenPossible"); + // m_bAffectInvulnerableEnts + [SchemaMember("CPhysExplosion", "m_bAffectInvulnerableEnts")] + public ref bool AffectInvulnerableEnts => ref Schema.GetRef(this.Handle, "CPhysExplosion", "m_bAffectInvulnerableEnts"); + // m_OnPushedPlayer [SchemaMember("CPhysExplosion", "m_OnPushedPlayer")] public CEntityIOOutput OnPushedPlayer => Schema.GetDeclaredClass(this.Handle, "CPhysExplosion", "m_OnPushedPlayer"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysFixed.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysFixed.g.cs index 10f12670e..51b0c7fe7 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysFixed.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysFixed.g.cs @@ -42,4 +42,20 @@ public CPhysFixed (IntPtr pointer) : base(pointer) {} [SchemaMember("CPhysFixed", "m_bEnableAngularConstraint")] public ref bool EnableAngularConstraint => ref Schema.GetRef(this.Handle, "CPhysFixed", "m_bEnableAngularConstraint"); + // m_sBoneName1 + [SchemaMember("CPhysFixed", "m_sBoneName1")] + public string BoneName1 + { + get { return Schema.GetUtf8String(this.Handle, "CPhysFixed", "m_sBoneName1"); } + set { Schema.SetString(this.Handle, "CPhysFixed", "m_sBoneName1", value); } + } + + // m_sBoneName2 + [SchemaMember("CPhysFixed", "m_sBoneName2")] + public string BoneName2 + { + get { return Schema.GetUtf8String(this.Handle, "CPhysFixed", "m_sBoneName2"); } + set { Schema.SetString(this.Handle, "CPhysFixed", "m_sBoneName2", value); } + } + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysMotor.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysMotor.g.cs index 17f7c4094..4badafdc8 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysMotor.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysMotor.g.cs @@ -26,14 +26,34 @@ public string NameAttach set { Schema.SetString(this.Handle, "CPhysMotor", "m_nameAttach", value); } } + // m_nameAnchor + [SchemaMember("CPhysMotor", "m_nameAnchor")] + public string NameAnchor + { + get { return Schema.GetUtf8String(this.Handle, "CPhysMotor", "m_nameAnchor"); } + set { Schema.SetString(this.Handle, "CPhysMotor", "m_nameAnchor", value); } + } + // m_hAttachedObject [SchemaMember("CPhysMotor", "m_hAttachedObject")] public CHandle AttachedObject => Schema.GetDeclaredClass>(this.Handle, "CPhysMotor", "m_hAttachedObject"); + // m_hAnchorObject + [SchemaMember("CPhysMotor", "m_hAnchorObject")] + public CHandle AnchorObject => Schema.GetDeclaredClass>(this.Handle, "CPhysMotor", "m_hAnchorObject"); + // m_spinUp [SchemaMember("CPhysMotor", "m_spinUp")] public ref float SpinUp => ref Schema.GetRef(this.Handle, "CPhysMotor", "m_spinUp"); + // m_spinDown + [SchemaMember("CPhysMotor", "m_spinDown")] + public ref float SpinDown => ref Schema.GetRef(this.Handle, "CPhysMotor", "m_spinDown"); + + // m_flMotorFriction + [SchemaMember("CPhysMotor", "m_flMotorFriction")] + public ref float MotorFriction => ref Schema.GetRef(this.Handle, "CPhysMotor", "m_flMotorFriction"); + // m_additionalAcceleration [SchemaMember("CPhysMotor", "m_additionalAcceleration")] public ref float AdditionalAcceleration => ref Schema.GetRef(this.Handle, "CPhysMotor", "m_additionalAcceleration"); @@ -42,9 +62,17 @@ public string NameAttach [SchemaMember("CPhysMotor", "m_angularAcceleration")] public ref float AngularAcceleration => ref Schema.GetRef(this.Handle, "CPhysMotor", "m_angularAcceleration"); - // m_lastTime - [SchemaMember("CPhysMotor", "m_lastTime")] - public ref float LastTime => ref Schema.GetRef(this.Handle, "CPhysMotor", "m_lastTime"); + // m_flTorqueScale + [SchemaMember("CPhysMotor", "m_flTorqueScale")] + public ref float TorqueScale => ref Schema.GetRef(this.Handle, "CPhysMotor", "m_flTorqueScale"); + + // m_flTargetSpeed + [SchemaMember("CPhysMotor", "m_flTargetSpeed")] + public ref float TargetSpeed => ref Schema.GetRef(this.Handle, "CPhysMotor", "m_flTargetSpeed"); + + // m_flSpeedWhenSpinUpOrSpinDownStarted + [SchemaMember("CPhysMotor", "m_flSpeedWhenSpinUpOrSpinDownStarted")] + public ref float SpeedWhenSpinUpOrSpinDownStarted => ref Schema.GetRef(this.Handle, "CPhysMotor", "m_flSpeedWhenSpinUpOrSpinDownStarted"); // m_motor [SchemaMember("CPhysMotor", "m_motor")] diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysWheelConstraint.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysWheelConstraint.g.cs index b32cacfe5..a7ec90bc8 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysWheelConstraint.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysWheelConstraint.g.cs @@ -62,4 +62,8 @@ public CPhysWheelConstraint (IntPtr pointer) : base(pointer) {} [SchemaMember("CPhysWheelConstraint", "m_flSpinAxisFriction")] public ref float SpinAxisFriction => ref Schema.GetRef(this.Handle, "CPhysWheelConstraint", "m_flSpinAxisFriction"); + // m_hSteeringMimicsEntity + [SchemaMember("CPhysWheelConstraint", "m_hSteeringMimicsEntity")] + public CHandle SteeringMimicsEntity => Schema.GetDeclaredClass>(this.Handle, "CPhysWheelConstraint", "m_hSteeringMimicsEntity"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysicsProp.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysicsProp.g.cs index 965c2817a..e948d73e7 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysicsProp.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPhysicsProp.g.cs @@ -62,10 +62,6 @@ public CPhysicsProp (IntPtr pointer) : base(pointer) {} [SchemaMember("CPhysicsProp", "m_massScale")] public ref float MassScale => ref Schema.GetRef(this.Handle, "CPhysicsProp", "m_massScale"); - // m_inertiaScale - [SchemaMember("CPhysicsProp", "m_inertiaScale")] - public ref float InertiaScale => ref Schema.GetRef(this.Handle, "CPhysicsProp", "m_inertiaScale"); - // m_buoyancyScale [SchemaMember("CPhysicsProp", "m_buoyancyScale")] public ref float BuoyancyScale => ref Schema.GetRef(this.Handle, "CPhysicsProp", "m_buoyancyScale"); @@ -98,10 +94,6 @@ public CPhysicsProp (IntPtr pointer) : base(pointer) {} [SchemaMember("CPhysicsProp", "m_bFirstCollisionAfterLaunch")] public ref bool FirstCollisionAfterLaunch => ref Schema.GetRef(this.Handle, "CPhysicsProp", "m_bFirstCollisionAfterLaunch"); - // m_iExploitableByPlayer - [SchemaMember("CPhysicsProp", "m_iExploitableByPlayer")] - public ref Int32 ExploitableByPlayer => ref Schema.GetRef(this.Handle, "CPhysicsProp", "m_iExploitableByPlayer"); - // m_bHasBeenAwakened [SchemaMember("CPhysicsProp", "m_bHasBeenAwakened")] public ref bool HasBeenAwakened => ref Schema.GetRef(this.Handle, "CPhysicsProp", "m_bHasBeenAwakened"); @@ -110,6 +102,10 @@ public CPhysicsProp (IntPtr pointer) : base(pointer) {} [SchemaMember("CPhysicsProp", "m_bIsOverrideProp")] public ref bool IsOverrideProp => ref Schema.GetRef(this.Handle, "CPhysicsProp", "m_bIsOverrideProp"); + // m_nDynamicContinuousContactBehavior + [SchemaMember("CPhysicsProp", "m_nDynamicContinuousContactBehavior")] + public ref DynamicContinuousContactBehavior_t DynamicContinuousContactBehavior => ref Schema.GetRef(this.Handle, "CPhysicsProp", "m_nDynamicContinuousContactBehavior"); + // m_fNextCheckDisableMotionContactsTime [SchemaMember("CPhysicsProp", "m_fNextCheckDisableMotionContactsTime")] public ref float NextCheckDisableMotionContactsTime => ref Schema.GetRef(this.Handle, "CPhysicsProp", "m_fNextCheckDisableMotionContactsTime"); @@ -170,4 +166,8 @@ public Color GlowColor [SchemaMember("CPhysicsProp", "m_bAwake")] public ref bool Awake => ref Schema.GetRef(this.Handle, "CPhysicsProp", "m_bAwake"); + // m_bAttachedToReferenceFrame + [SchemaMember("CPhysicsProp", "m_bAttachedToReferenceFrame")] + public ref bool AttachedToReferenceFrame => ref Schema.GetRef(this.Handle, "CPhysicsProp", "m_bAttachedToReferenceFrame"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlantedC4.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlantedC4.g.cs index 03ceb9977..ad56bd0eb 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlantedC4.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlantedC4.g.cs @@ -98,10 +98,6 @@ public CPlantedC4 (IntPtr pointer) : base(pointer) {} [SchemaMember("CPlantedC4", "m_hBombDefuser")] public CHandle BombDefuser => Schema.GetDeclaredClass>(this.Handle, "CPlantedC4", "m_hBombDefuser"); - // m_hControlPanel - [SchemaMember("CPlantedC4", "m_hControlPanel")] - public CHandle ControlPanel => Schema.GetDeclaredClass>(this.Handle, "CPlantedC4", "m_hControlPanel"); - // m_iProgressBarTime [SchemaMember("CPlantedC4", "m_iProgressBarTime")] public ref Int32 ProgressBarTime => ref Schema.GetRef(this.Handle, "CPlantedC4", "m_iProgressBarTime"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlayer_MovementServices.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlayer_MovementServices.g.cs index 8b64297b8..05f2fbfdf 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlayer_MovementServices.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlayer_MovementServices.g.cs @@ -74,6 +74,10 @@ public CPlayer_MovementServices (IntPtr pointer) : base(pointer) {} [SchemaMember("CPlayer_MovementServices", "m_vecLastMovementImpulses")] public Vector LastMovementImpulses => Schema.GetDeclaredClass(this.Handle, "CPlayer_MovementServices", "m_vecLastMovementImpulses"); + // m_vecLastFinishTickViewAngles + [SchemaMember("CPlayer_MovementServices", "m_vecLastFinishTickViewAngles")] + public QAngle LastFinishTickViewAngles => Schema.GetDeclaredClass(this.Handle, "CPlayer_MovementServices", "m_vecLastFinishTickViewAngles"); + // m_vecOldViewAngles [SchemaMember("CPlayer_MovementServices", "m_vecOldViewAngles")] public QAngle OldViewAngles => Schema.GetDeclaredClass(this.Handle, "CPlayer_MovementServices", "m_vecOldViewAngles"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlayer_MovementServices_Humanoid.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlayer_MovementServices_Humanoid.g.cs index 7958e5709..4418a93d8 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlayer_MovementServices_Humanoid.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPlayer_MovementServices_Humanoid.g.cs @@ -66,10 +66,6 @@ public CPlayer_MovementServices_Humanoid (IntPtr pointer) : base(pointer) {} [SchemaMember("CPlayer_MovementServices_Humanoid", "m_nStepside")] public ref Int32 Stepside => ref Schema.GetRef(this.Handle, "CPlayer_MovementServices_Humanoid", "m_nStepside"); - // m_iTargetVolume - [SchemaMember("CPlayer_MovementServices_Humanoid", "m_iTargetVolume")] - public ref Int32 TargetVolume => ref Schema.GetRef(this.Handle, "CPlayer_MovementServices_Humanoid", "m_iTargetVolume"); - // m_vecSmoothedVelocity [SchemaMember("CPlayer_MovementServices_Humanoid", "m_vecSmoothedVelocity")] public Vector SmoothedVelocity => Schema.GetDeclaredClass(this.Handle, "CPlayer_MovementServices_Humanoid", "m_vecSmoothedVelocity"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPointOrient.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPointOrient.g.cs new file mode 100644 index 000000000..d27e9006f --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPointOrient.g.cs @@ -0,0 +1,53 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CPointOrient : CBaseEntity +{ + public CPointOrient (IntPtr pointer) : base(pointer) {} + + // m_iszSpawnTargetName + [SchemaMember("CPointOrient", "m_iszSpawnTargetName")] + public string SpawnTargetName + { + get { return Schema.GetUtf8String(this.Handle, "CPointOrient", "m_iszSpawnTargetName"); } + set { Schema.SetString(this.Handle, "CPointOrient", "m_iszSpawnTargetName", value); } + } + + // m_hTarget + [SchemaMember("CPointOrient", "m_hTarget")] + public new CHandle Target => Schema.GetDeclaredClass>(this.Handle, "CPointOrient", "m_hTarget"); + + // m_bActive + [SchemaMember("CPointOrient", "m_bActive")] + public ref bool Active => ref Schema.GetRef(this.Handle, "CPointOrient", "m_bActive"); + + // m_nGoalDirection + [SchemaMember("CPointOrient", "m_nGoalDirection")] + public ref PointOrientGoalDirectionType_t GoalDirection => ref Schema.GetRef(this.Handle, "CPointOrient", "m_nGoalDirection"); + + // m_nConstraint + [SchemaMember("CPointOrient", "m_nConstraint")] + public ref PointOrientConstraint_t Constraint => ref Schema.GetRef(this.Handle, "CPointOrient", "m_nConstraint"); + + // m_flMaxTurnRate + [SchemaMember("CPointOrient", "m_flMaxTurnRate")] + public ref float MaxTurnRate => ref Schema.GetRef(this.Handle, "CPointOrient", "m_flMaxTurnRate"); + + // m_flLastGameTime + [SchemaMember("CPointOrient", "m_flLastGameTime")] + public ref float LastGameTime => ref Schema.GetRef(this.Handle, "CPointOrient", "m_flLastGameTime"); + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPointTemplate.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPointTemplate.g.cs index 7c1f370da..d4cca1663 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPointTemplate.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPointTemplate.g.cs @@ -50,10 +50,6 @@ public string EntityFilterName [SchemaMember("CPointTemplate", "m_bAsynchronouslySpawnEntities")] public ref bool AsynchronouslySpawnEntities => ref Schema.GetRef(this.Handle, "CPointTemplate", "m_bAsynchronouslySpawnEntities"); - // m_pOutputOnSpawned - [SchemaMember("CPointTemplate", "m_pOutputOnSpawned")] - public CEntityIOOutput OutputOnSpawned => Schema.GetDeclaredClass(this.Handle, "CPointTemplate", "m_pOutputOnSpawned"); - // m_clientOnlyEntityBehavior [SchemaMember("CPointTemplate", "m_clientOnlyEntityBehavior")] public ref PointTemplateClientOnlyEntityBehavior_t ClientOnlyEntityBehavior => ref Schema.GetRef(this.Handle, "CPointTemplate", "m_clientOnlyEntityBehavior"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPostProcessingVolume.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPostProcessingVolume.g.cs index 24103a495..5291102f3 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPostProcessingVolume.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPostProcessingVolume.g.cs @@ -66,20 +66,4 @@ public CPostProcessingVolume (IntPtr pointer) : base(pointer) {} [SchemaMember("CPostProcessingVolume", "m_bExposureControl")] public ref bool ExposureControl => ref Schema.GetRef(this.Handle, "CPostProcessingVolume", "m_bExposureControl"); - // m_flRate - [SchemaMember("CPostProcessingVolume", "m_flRate")] - public ref float Rate => ref Schema.GetRef(this.Handle, "CPostProcessingVolume", "m_flRate"); - - // m_flTonemapPercentTarget - [SchemaMember("CPostProcessingVolume", "m_flTonemapPercentTarget")] - public ref float TonemapPercentTarget => ref Schema.GetRef(this.Handle, "CPostProcessingVolume", "m_flTonemapPercentTarget"); - - // m_flTonemapPercentBrightPixels - [SchemaMember("CPostProcessingVolume", "m_flTonemapPercentBrightPixels")] - public ref float TonemapPercentBrightPixels => ref Schema.GetRef(this.Handle, "CPostProcessingVolume", "m_flTonemapPercentBrightPixels"); - - // m_flTonemapMinAvgLum - [SchemaMember("CPostProcessingVolume", "m_flTonemapMinAvgLum")] - public ref float TonemapMinAvgLum => ref Schema.GetRef(this.Handle, "CPostProcessingVolume", "m_flTonemapMinAvgLum"); - } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSObserver_ViewModelServices.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPulseGraphInstance_GameBlackboard.g.cs similarity index 70% rename from managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSObserver_ViewModelServices.g.cs rename to managed/CounterStrikeSharp.API/Core/Schema/Classes/CPulseGraphInstance_GameBlackboard.g.cs index 02f12f221..4bc0ad12f 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSObserver_ViewModelServices.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPulseGraphInstance_GameBlackboard.g.cs @@ -1,21 +1,21 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CCSObserver_ViewModelServices : CPlayer_ViewModelServices -{ - public CCSObserver_ViewModelServices (IntPtr pointer) : base(pointer) {} - -} +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CPulseGraphInstance_GameBlackboard : CPulseGraphInstance_ServerEntity +{ + public CPulseGraphInstance_GameBlackboard (IntPtr pointer) : base(pointer) {} + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPulseGraphInstance_ServerEntity.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPulseGraphInstance_ServerEntity.g.cs new file mode 100644 index 000000000..2998e4cee --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CPulseGraphInstance_ServerEntity.g.cs @@ -0,0 +1,61 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CPulseGraphInstance_ServerEntity : CBasePulseGraphInstance +{ + public CPulseGraphInstance_ServerEntity (IntPtr pointer) : base(pointer) {} + + // m_hOwner + [SchemaMember("CPulseGraphInstance_ServerEntity", "m_hOwner")] + public CHandle Owner => Schema.GetDeclaredClass>(this.Handle, "CPulseGraphInstance_ServerEntity", "m_hOwner"); + + // m_bActivated + [SchemaMember("CPulseGraphInstance_ServerEntity", "m_bActivated")] + public ref bool Activated => ref Schema.GetRef(this.Handle, "CPulseGraphInstance_ServerEntity", "m_bActivated"); + + // m_sNameFixupStaticPrefix + [SchemaMember("CPulseGraphInstance_ServerEntity", "m_sNameFixupStaticPrefix")] + public string NameFixupStaticPrefix + { + get { return Schema.GetUtf8String(this.Handle, "CPulseGraphInstance_ServerEntity", "m_sNameFixupStaticPrefix"); } + set { Schema.SetString(this.Handle, "CPulseGraphInstance_ServerEntity", "m_sNameFixupStaticPrefix", value); } + } + + // m_sNameFixupParent + [SchemaMember("CPulseGraphInstance_ServerEntity", "m_sNameFixupParent")] + public string NameFixupParent + { + get { return Schema.GetUtf8String(this.Handle, "CPulseGraphInstance_ServerEntity", "m_sNameFixupParent"); } + set { Schema.SetString(this.Handle, "CPulseGraphInstance_ServerEntity", "m_sNameFixupParent", value); } + } + + // m_sNameFixupLocal + [SchemaMember("CPulseGraphInstance_ServerEntity", "m_sNameFixupLocal")] + public string NameFixupLocal + { + get { return Schema.GetUtf8String(this.Handle, "CPulseGraphInstance_ServerEntity", "m_sNameFixupLocal"); } + set { Schema.SetString(this.Handle, "CPulseGraphInstance_ServerEntity", "m_sNameFixupLocal", value); } + } + + // m_sProceduralWorldNameForRelays + [SchemaMember("CPulseGraphInstance_ServerEntity", "m_sProceduralWorldNameForRelays")] + public string ProceduralWorldNameForRelays + { + get { return Schema.GetUtf8String(this.Handle, "CPulseGraphInstance_ServerEntity", "m_sProceduralWorldNameForRelays"); } + set { Schema.SetString(this.Handle, "CPulseGraphInstance_ServerEntity", "m_sProceduralWorldNameForRelays", value); } + } + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CRagdollProp.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CRagdollProp.g.cs index 3c5b5d8e4..81f0741dc 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CRagdollProp.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CRagdollProp.g.cs @@ -26,6 +26,10 @@ public CRagdollProp (IntPtr pointer) : base(pointer) {} [SchemaMember("CRagdollProp", "m_bStartDisabled")] public ref bool StartDisabled => ref Schema.GetRef(this.Handle, "CRagdollProp", "m_bStartDisabled"); + // m_ragEnabled + [SchemaMember("CRagdollProp", "m_ragEnabled")] + public NetworkedVector RagEnabled => Schema.GetDeclaredClass>(this.Handle, "CRagdollProp", "m_ragEnabled"); + // m_ragPos [SchemaMember("CRagdollProp", "m_ragPos")] public NetworkedVector RagPos => Schema.GetDeclaredClass>(this.Handle, "CRagdollProp", "m_ragPos"); @@ -110,6 +114,10 @@ public string StrSourceClassName [SchemaMember("CRagdollProp", "m_bShouldTeleportPhysics")] public ref bool ShouldTeleportPhysics => ref Schema.GetRef(this.Handle, "CRagdollProp", "m_bShouldTeleportPhysics"); + // m_bAllowStretch + [SchemaMember("CRagdollProp", "m_bAllowStretch")] + public ref bool AllowStretch => ref Schema.GetRef(this.Handle, "CRagdollProp", "m_bAllowStretch"); + // m_flBlendWeight [SchemaMember("CRagdollProp", "m_flBlendWeight")] public ref float BlendWeight => ref Schema.GetRef(this.Handle, "CRagdollProp", "m_flBlendWeight"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSceneEntity.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSceneEntity.g.cs index 447849b0b..ae2caeb93 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSceneEntity.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSceneEntity.g.cs @@ -190,6 +190,10 @@ public string TargetAttachment [SchemaMember("CSceneEntity", "m_flAutomationTime")] public ref float AutomationTime => ref Schema.GetRef(this.Handle, "CSceneEntity", "m_flAutomationTime"); + // m_nSpeechPriority + [SchemaMember("CSceneEntity", "m_nSpeechPriority")] + public ref Int32 SpeechPriority => ref Schema.GetRef(this.Handle, "CSceneEntity", "m_nSpeechPriority"); + // m_hWaitingForThisResumeScene [SchemaMember("CSceneEntity", "m_hWaitingForThisResumeScene")] public CHandle WaitingForThisResumeScene => Schema.GetDeclaredClass>(this.Handle, "CSceneEntity", "m_hWaitingForThisResumeScene"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CScriptedSequence.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CScriptedSequence.g.cs index ad0b45be2..ae03e9362 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CScriptedSequence.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CScriptedSequence.g.cs @@ -88,12 +88,16 @@ public string SyncGroup // m_nMoveToGait [SchemaMember("CScriptedSequence", "m_nMoveToGait")] - public ref MovementGait_t MoveToGait => ref Schema.GetRef(this.Handle, "CScriptedSequence", "m_nMoveToGait"); + public ref SharedMovementGait_t MoveToGait => ref Schema.GetRef(this.Handle, "CScriptedSequence", "m_nMoveToGait"); // m_nHeldWeaponBehavior [SchemaMember("CScriptedSequence", "m_nHeldWeaponBehavior")] public ref ScriptedHeldWeaponBehavior_t HeldWeaponBehavior => ref Schema.GetRef(this.Handle, "CScriptedSequence", "m_nHeldWeaponBehavior"); + // m_nForcedCrouchState + [SchemaMember("CScriptedSequence", "m_nForcedCrouchState")] + public ref ForcedCrouchState_t ForcedCrouchState => ref Schema.GetRef(this.Handle, "CScriptedSequence", "m_nForcedCrouchState"); + // m_bIsPlayingPreIdle [SchemaMember("CScriptedSequence", "m_bIsPlayingPreIdle")] public ref bool IsPlayingPreIdle => ref Schema.GetRef(this.Handle, "CScriptedSequence", "m_bIsPlayingPreIdle"); @@ -186,6 +190,14 @@ public string SyncGroup [SchemaMember("CScriptedSequence", "m_bDontAddModifiers")] public ref bool DontAddModifiers => ref Schema.GetRef(this.Handle, "CScriptedSequence", "m_bDontAddModifiers"); + // m_bDisableAimingWhileMoving + [SchemaMember("CScriptedSequence", "m_bDisableAimingWhileMoving")] + public ref bool DisableAimingWhileMoving => ref Schema.GetRef(this.Handle, "CScriptedSequence", "m_bDisableAimingWhileMoving"); + + // m_bIgnoreRotation + [SchemaMember("CScriptedSequence", "m_bIgnoreRotation")] + public ref bool IgnoreRotation => ref Schema.GetRef(this.Handle, "CScriptedSequence", "m_bIgnoreRotation"); + // m_flRadius [SchemaMember("CScriptedSequence", "m_flRadius")] public ref float Radius => ref Schema.GetRef(this.Handle, "CScriptedSequence", "m_flRadius"); @@ -206,6 +218,10 @@ public string SyncGroup [SchemaMember("CScriptedSequence", "m_flAngRate")] public ref float AngRate => ref Schema.GetRef(this.Handle, "CScriptedSequence", "m_flAngRate"); + // m_flMoveSpeed + [SchemaMember("CScriptedSequence", "m_flMoveSpeed")] + public ref float MoveSpeed => ref Schema.GetRef(this.Handle, "CScriptedSequence", "m_flMoveSpeed"); + // m_bWaitUntilMoveCompletesToStartAnimation [SchemaMember("CScriptedSequence", "m_bWaitUntilMoveCompletesToStartAnimation")] public ref bool WaitUntilMoveCompletesToStartAnimation => ref Schema.GetRef(this.Handle, "CScriptedSequence", "m_bWaitUntilMoveCompletesToStartAnimation"); @@ -338,4 +354,8 @@ public string SyncGroup [SchemaMember("CScriptedSequence", "m_iPlayerDeathBehavior")] public ref Int32 PlayerDeathBehavior => ref Schema.GetRef(this.Handle, "CScriptedSequence", "m_iPlayerDeathBehavior"); + // m_bSkipFadeIn + [SchemaMember("CScriptedSequence", "m_bSkipFadeIn")] + public ref bool SkipFadeIn => ref Schema.GetRef(this.Handle, "CScriptedSequence", "m_bSkipFadeIn"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSmokeGrenadeProjectile.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSmokeGrenadeProjectile.g.cs index 827b24764..c42aadf91 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSmokeGrenadeProjectile.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSmokeGrenadeProjectile.g.cs @@ -62,4 +62,8 @@ public CSmokeGrenadeProjectile (IntPtr pointer) : base(pointer) {} [SchemaMember("CSmokeGrenadeProjectile", "m_bExplodeFromInferno")] public ref bool ExplodeFromInferno => ref Schema.GetRef(this.Handle, "CSmokeGrenadeProjectile", "m_bExplodeFromInferno"); + // m_bDidGroundScorch + [SchemaMember("CSmokeGrenadeProjectile", "m_bDidGroundScorch")] + public ref bool DidGroundScorch => ref Schema.GetRef(this.Handle, "CSmokeGrenadeProjectile", "m_bDidGroundScorch"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSound.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSound.g.cs deleted file mode 100644 index 1b4d36858..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSound.g.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CSound : NativeObject -{ - public CSound (IntPtr pointer) : base(pointer) {} - - // m_hOwner - [SchemaMember("CSound", "m_hOwner")] - public CHandle Owner => Schema.GetDeclaredClass>(this.Handle, "CSound", "m_hOwner"); - - // m_hTarget - [SchemaMember("CSound", "m_hTarget")] - public CHandle Target => Schema.GetDeclaredClass>(this.Handle, "CSound", "m_hTarget"); - - // m_iVolume - [SchemaMember("CSound", "m_iVolume")] - public ref Int32 Volume => ref Schema.GetRef(this.Handle, "CSound", "m_iVolume"); - - // m_flOcclusionScale - [SchemaMember("CSound", "m_flOcclusionScale")] - public ref float OcclusionScale => ref Schema.GetRef(this.Handle, "CSound", "m_flOcclusionScale"); - - // m_iNextAudible - [SchemaMember("CSound", "m_iNextAudible")] - public ref Int32 NextAudible => ref Schema.GetRef(this.Handle, "CSound", "m_iNextAudible"); - - // m_flExpireTime - [SchemaMember("CSound", "m_flExpireTime")] - public ref float ExpireTime => ref Schema.GetRef(this.Handle, "CSound", "m_flExpireTime"); - - // m_iNext - [SchemaMember("CSound", "m_iNext")] - public ref Int16 Next => ref Schema.GetRef(this.Handle, "CSound", "m_iNext"); - - // m_bNoExpirationTime - [SchemaMember("CSound", "m_bNoExpirationTime")] - public ref bool NoExpirationTime => ref Schema.GetRef(this.Handle, "CSound", "m_bNoExpirationTime"); - - // m_ownerChannelIndex - [SchemaMember("CSound", "m_ownerChannelIndex")] - public ref Int32 OwnerChannelIndex => ref Schema.GetRef(this.Handle, "CSound", "m_ownerChannelIndex"); - - // m_vecOrigin - [SchemaMember("CSound", "m_vecOrigin")] - public Vector Origin => Schema.GetDeclaredClass(this.Handle, "CSound", "m_vecOrigin"); - - // m_bHasOwner - [SchemaMember("CSound", "m_bHasOwner")] - public ref bool HasOwner => ref Schema.GetRef(this.Handle, "CSound", "m_bHasOwner"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSoundEnt.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSoundEnt.g.cs deleted file mode 100644 index ae25890c9..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSoundEnt.g.cs +++ /dev/null @@ -1,37 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CSoundEnt : CPointEntity -{ - public CSoundEnt (IntPtr pointer) : base(pointer) {} - - // m_iFreeSound - [SchemaMember("CSoundEnt", "m_iFreeSound")] - public ref Int32 FreeSound => ref Schema.GetRef(this.Handle, "CSoundEnt", "m_iFreeSound"); - - // m_iActiveSound - [SchemaMember("CSoundEnt", "m_iActiveSound")] - public ref Int32 ActiveSound => ref Schema.GetRef(this.Handle, "CSoundEnt", "m_iActiveSound"); - - // m_cLastActiveSounds - [SchemaMember("CSoundEnt", "m_cLastActiveSounds")] - public ref Int32 CLastActiveSounds => ref Schema.GetRef(this.Handle, "CSoundEnt", "m_cLastActiveSounds"); - - // m_SoundPool - [SchemaMember("CSoundEnt", "m_SoundPool")] - public Span SoundPool => Schema.GetFixedArray(this.Handle, "CSoundEnt", "m_SoundPool", 128); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSplineConstraint.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSplineConstraint.g.cs index ab504c666..065bea34d 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSplineConstraint.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSplineConstraint.g.cs @@ -22,4 +22,40 @@ public CSplineConstraint (IntPtr pointer) : base(pointer) {} [SchemaMember("CSplineConstraint", "m_vAnchorOffsetRestore")] public Vector AnchorOffsetRestore => Schema.GetDeclaredClass(this.Handle, "CSplineConstraint", "m_vAnchorOffsetRestore"); + // m_hSplineEntity + [SchemaMember("CSplineConstraint", "m_hSplineEntity")] + public CHandle SplineEntity => Schema.GetDeclaredClass>(this.Handle, "CSplineConstraint", "m_hSplineEntity"); + + // m_bEnableLateralConstraint + [SchemaMember("CSplineConstraint", "m_bEnableLateralConstraint")] + public ref bool EnableLateralConstraint => ref Schema.GetRef(this.Handle, "CSplineConstraint", "m_bEnableLateralConstraint"); + + // m_bEnableVerticalConstraint + [SchemaMember("CSplineConstraint", "m_bEnableVerticalConstraint")] + public ref bool EnableVerticalConstraint => ref Schema.GetRef(this.Handle, "CSplineConstraint", "m_bEnableVerticalConstraint"); + + // m_bEnableAngularConstraint + [SchemaMember("CSplineConstraint", "m_bEnableAngularConstraint")] + public ref bool EnableAngularConstraint => ref Schema.GetRef(this.Handle, "CSplineConstraint", "m_bEnableAngularConstraint"); + + // m_bEnableLimit + [SchemaMember("CSplineConstraint", "m_bEnableLimit")] + public ref bool EnableLimit => ref Schema.GetRef(this.Handle, "CSplineConstraint", "m_bEnableLimit"); + + // m_bFireEventsOnPath + [SchemaMember("CSplineConstraint", "m_bFireEventsOnPath")] + public ref bool FireEventsOnPath => ref Schema.GetRef(this.Handle, "CSplineConstraint", "m_bFireEventsOnPath"); + + // m_flLinearFrequency + [SchemaMember("CSplineConstraint", "m_flLinearFrequency")] + public ref float LinearFrequency => ref Schema.GetRef(this.Handle, "CSplineConstraint", "m_flLinearFrequency"); + + // m_flLinarDampingRatio + [SchemaMember("CSplineConstraint", "m_flLinarDampingRatio")] + public ref float LinarDampingRatio => ref Schema.GetRef(this.Handle, "CSplineConstraint", "m_flLinarDampingRatio"); + + // m_vPreSolveAnchorPos + [SchemaMember("CSplineConstraint", "m_vPreSolveAnchorPos")] + public Vector PreSolveAnchorPos => Schema.GetDeclaredClass(this.Handle, "CSplineConstraint", "m_vPreSolveAnchorPos"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSun.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSun.g.cs deleted file mode 100644 index ac65ff996..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSun.g.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class CSun : CBaseModelEntity -{ - public CSun (IntPtr pointer) : base(pointer) {} - - // m_vDirection - [SchemaMember("CSun", "m_vDirection")] - public Vector Direction => Schema.GetDeclaredClass(this.Handle, "CSun", "m_vDirection"); - - // m_clrOverlay - [SchemaMember("CSun", "m_clrOverlay")] - public Color Overlay - { - get { return Schema.GetCustomMarshalledType(this.Handle, "CSun", "m_clrOverlay"); } - set { Schema.SetCustomMarshalledType(this.Handle, "CSun", "m_clrOverlay", value); } - } - - // m_iszEffectName - [SchemaMember("CSun", "m_iszEffectName")] - public string EffectName - { - get { return Schema.GetUtf8String(this.Handle, "CSun", "m_iszEffectName"); } - set { Schema.SetString(this.Handle, "CSun", "m_iszEffectName", value); } - } - - // m_iszSSEffectName - [SchemaMember("CSun", "m_iszSSEffectName")] - public string SSEffectName - { - get { return Schema.GetUtf8String(this.Handle, "CSun", "m_iszSSEffectName"); } - set { Schema.SetString(this.Handle, "CSun", "m_iszSSEffectName", value); } - } - - // m_bOn - [SchemaMember("CSun", "m_bOn")] - public ref bool On => ref Schema.GetRef(this.Handle, "CSun", "m_bOn"); - - // m_bmaxColor - [SchemaMember("CSun", "m_bmaxColor")] - public ref bool BmaxColor => ref Schema.GetRef(this.Handle, "CSun", "m_bmaxColor"); - - // m_flSize - [SchemaMember("CSun", "m_flSize")] - public ref float Size => ref Schema.GetRef(this.Handle, "CSun", "m_flSize"); - - // m_flRotation - [SchemaMember("CSun", "m_flRotation")] - public ref float Rotation => ref Schema.GetRef(this.Handle, "CSun", "m_flRotation"); - - // m_flHazeScale - [SchemaMember("CSun", "m_flHazeScale")] - public ref float HazeScale => ref Schema.GetRef(this.Handle, "CSun", "m_flHazeScale"); - - // m_flAlphaHaze - [SchemaMember("CSun", "m_flAlphaHaze")] - public ref float AlphaHaze => ref Schema.GetRef(this.Handle, "CSun", "m_flAlphaHaze"); - - // m_flAlphaHdr - [SchemaMember("CSun", "m_flAlphaHdr")] - public ref float AlphaHdr => ref Schema.GetRef(this.Handle, "CSun", "m_flAlphaHdr"); - - // m_flAlphaScale - [SchemaMember("CSun", "m_flAlphaScale")] - public ref float AlphaScale => ref Schema.GetRef(this.Handle, "CSun", "m_flAlphaScale"); - - // m_flHDRColorScale - [SchemaMember("CSun", "m_flHDRColorScale")] - public ref float HDRColorScale => ref Schema.GetRef(this.Handle, "CSun", "m_flHDRColorScale"); - - // m_flFarZScale - [SchemaMember("CSun", "m_flFarZScale")] - public ref float FarZScale => ref Schema.GetRef(this.Handle, "CSun", "m_flFarZScale"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTakeDamageInfo.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTakeDamageInfo.g.cs index 67ac64bd7..23858350b 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTakeDamageInfo.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTakeDamageInfo.g.cs @@ -54,10 +54,6 @@ public CTakeDamageInfo (IntPtr pointer) : base(pointer) {} [SchemaMember("CTakeDamageInfo", "m_flTotalledDamage")] public ref float TotalledDamage => ref Schema.GetRef(this.Handle, "CTakeDamageInfo", "m_flTotalledDamage"); - // m_flTotalledDamageAbsorbed - [SchemaMember("CTakeDamageInfo", "m_flTotalledDamageAbsorbed")] - public ref float TotalledDamageAbsorbed => ref Schema.GetRef(this.Handle, "CTakeDamageInfo", "m_flTotalledDamageAbsorbed"); - // m_bitsDamageType [SchemaMember("CTakeDamageInfo", "m_bitsDamageType")] public ref DamageTypes_t BitsDamageType => ref Schema.GetRef(this.Handle, "CTakeDamageInfo", "m_bitsDamageType"); @@ -90,6 +86,18 @@ public CTakeDamageInfo (IntPtr pointer) : base(pointer) {} [SchemaMember("CTakeDamageInfo", "m_nDamageFlags")] public ref TakeDamageFlags_t DamageFlags => ref Schema.GetRef(this.Handle, "CTakeDamageInfo", "m_nDamageFlags"); + // m_sDamageSourceName + [SchemaMember("CTakeDamageInfo", "m_sDamageSourceName")] + public string DamageSourceName + { + get { return Schema.GetUtf8String(this.Handle, "CTakeDamageInfo", "m_sDamageSourceName"); } + set { Schema.SetString(this.Handle, "CTakeDamageInfo", "m_sDamageSourceName", value); } + } + + // m_iHitGroupId + [SchemaMember("CTakeDamageInfo", "m_iHitGroupId")] + public ref HitGroup_t HitGroupId => ref Schema.GetRef(this.Handle, "CTakeDamageInfo", "m_iHitGroupId"); + // m_nNumObjectsPenetrated [SchemaMember("CTakeDamageInfo", "m_nNumObjectsPenetrated")] public ref Int32 NumObjectsPenetrated => ref Schema.GetRef(this.Handle, "CTakeDamageInfo", "m_nNumObjectsPenetrated"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTestPulseIO.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTestPulseIO.g.cs new file mode 100644 index 000000000..3a60c99a2 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTestPulseIO.g.cs @@ -0,0 +1,53 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CTestPulseIO : CLogicalEntity +{ + public CTestPulseIO (IntPtr pointer) : base(pointer) {} + + // m_OnVariantVoid + [SchemaMember("CTestPulseIO", "m_OnVariantVoid")] + public CEntityIOOutput OnVariantVoid => Schema.GetDeclaredClass(this.Handle, "CTestPulseIO", "m_OnVariantVoid"); + + // m_OnVariantBool + [SchemaMember("CTestPulseIO", "m_OnVariantBool")] + public CEntityIOOutput OnVariantBool => Schema.GetDeclaredClass(this.Handle, "CTestPulseIO", "m_OnVariantBool"); + + // m_OnVariantInt + [SchemaMember("CTestPulseIO", "m_OnVariantInt")] + public CEntityIOOutput OnVariantInt => Schema.GetDeclaredClass(this.Handle, "CTestPulseIO", "m_OnVariantInt"); + + // m_OnVariantFloat + [SchemaMember("CTestPulseIO", "m_OnVariantFloat")] + public CEntityIOOutput OnVariantFloat => Schema.GetDeclaredClass(this.Handle, "CTestPulseIO", "m_OnVariantFloat"); + + // m_OnVariantString + [SchemaMember("CTestPulseIO", "m_OnVariantString")] + public CEntityIOOutput OnVariantString => Schema.GetDeclaredClass(this.Handle, "CTestPulseIO", "m_OnVariantString"); + + // m_OnVariantColor + [SchemaMember("CTestPulseIO", "m_OnVariantColor")] + public CEntityIOOutput OnVariantColor => Schema.GetDeclaredClass(this.Handle, "CTestPulseIO", "m_OnVariantColor"); + + // m_OnVariantVector + [SchemaMember("CTestPulseIO", "m_OnVariantVector")] + public CEntityIOOutput OnVariantVector => Schema.GetDeclaredClass(this.Handle, "CTestPulseIO", "m_OnVariantVector"); + + // m_bAllowEmptyInputs + [SchemaMember("CTestPulseIO", "m_bAllowEmptyInputs")] + public ref bool AllowEmptyInputs => ref Schema.GetRef(this.Handle, "CTestPulseIO", "m_bAllowEmptyInputs"); + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTonemapController2.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTonemapController2.g.cs index 4ef67acb7..1e315f739 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTonemapController2.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTonemapController2.g.cs @@ -26,18 +26,6 @@ public CTonemapController2 (IntPtr pointer) : base(pointer) {} [SchemaMember("CTonemapController2", "m_flAutoExposureMax")] public ref float AutoExposureMax => ref Schema.GetRef(this.Handle, "CTonemapController2", "m_flAutoExposureMax"); - // m_flTonemapPercentTarget - [SchemaMember("CTonemapController2", "m_flTonemapPercentTarget")] - public ref float TonemapPercentTarget => ref Schema.GetRef(this.Handle, "CTonemapController2", "m_flTonemapPercentTarget"); - - // m_flTonemapPercentBrightPixels - [SchemaMember("CTonemapController2", "m_flTonemapPercentBrightPixels")] - public ref float TonemapPercentBrightPixels => ref Schema.GetRef(this.Handle, "CTonemapController2", "m_flTonemapPercentBrightPixels"); - - // m_flTonemapMinAvgLum - [SchemaMember("CTonemapController2", "m_flTonemapMinAvgLum")] - public ref float TonemapMinAvgLum => ref Schema.GetRef(this.Handle, "CTonemapController2", "m_flTonemapMinAvgLum"); - // m_flExposureAdaptationSpeedUp [SchemaMember("CTonemapController2", "m_flExposureAdaptationSpeedUp")] public ref float ExposureAdaptationSpeedUp => ref Schema.GetRef(this.Handle, "CTonemapController2", "m_flExposureAdaptationSpeedUp"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTriggerFan.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTriggerFan.g.cs index 88d3a1130..1d61744c2 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTriggerFan.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTriggerFan.g.cs @@ -22,33 +22,89 @@ public CTriggerFan (IntPtr pointer) : base(pointer) {} [SchemaMember("CTriggerFan", "m_vFanOrigin")] public Vector FanOrigin => Schema.GetDeclaredClass(this.Handle, "CTriggerFan", "m_vFanOrigin"); + // m_vFanOriginOffset + [SchemaMember("CTriggerFan", "m_vFanOriginOffset")] + public Vector FanOriginOffset => Schema.GetDeclaredClass(this.Handle, "CTriggerFan", "m_vFanOriginOffset"); + // m_vFanEnd [SchemaMember("CTriggerFan", "m_vFanEnd")] public Vector FanEnd => Schema.GetDeclaredClass(this.Handle, "CTriggerFan", "m_vFanEnd"); - // m_vNoise - [SchemaMember("CTriggerFan", "m_vNoise")] - public Vector Noise => Schema.GetDeclaredClass(this.Handle, "CTriggerFan", "m_vNoise"); + // m_vNoiseDirectionTarget + [SchemaMember("CTriggerFan", "m_vNoiseDirectionTarget")] + public Vector NoiseDirectionTarget => Schema.GetDeclaredClass(this.Handle, "CTriggerFan", "m_vNoiseDirectionTarget"); + + // m_vDirection + [SchemaMember("CTriggerFan", "m_vDirection")] + public Vector Direction => Schema.GetDeclaredClass(this.Handle, "CTriggerFan", "m_vDirection"); + + // m_bPushTowardsInfoTarget + [SchemaMember("CTriggerFan", "m_bPushTowardsInfoTarget")] + public ref bool PushTowardsInfoTarget => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_bPushTowardsInfoTarget"); + + // m_bPushAwayFromInfoTarget + [SchemaMember("CTriggerFan", "m_bPushAwayFromInfoTarget")] + public ref bool PushAwayFromInfoTarget => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_bPushAwayFromInfoTarget"); + + // m_qNoiseDelta + [SchemaMember("CTriggerFan", "m_qNoiseDelta")] + public Quaternion NoiseDelta => Schema.GetDeclaredClass(this.Handle, "CTriggerFan", "m_qNoiseDelta"); + + // m_hInfoFan + [SchemaMember("CTriggerFan", "m_hInfoFan")] + public CHandle HInfoFan => Schema.GetDeclaredClass>(this.Handle, "CTriggerFan", "m_hInfoFan"); // m_flForce [SchemaMember("CTriggerFan", "m_flForce")] public ref float Force => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_flForce"); + // m_bFalloff + [SchemaMember("CTriggerFan", "m_bFalloff")] + public ref bool Falloff => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_bFalloff"); + + // m_RampTimer + [SchemaMember("CTriggerFan", "m_RampTimer")] + public CountdownTimer RampTimer => Schema.GetDeclaredClass(this.Handle, "CTriggerFan", "m_RampTimer"); + + // m_iszInfoFan + [SchemaMember("CTriggerFan", "m_iszInfoFan")] + public string IszInfoFan + { + get { return Schema.GetUtf8String(this.Handle, "CTriggerFan", "m_iszInfoFan"); } + set { Schema.SetString(this.Handle, "CTriggerFan", "m_iszInfoFan", value); } + } + // m_flRopeForceScale [SchemaMember("CTriggerFan", "m_flRopeForceScale")] public ref float RopeForceScale => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_flRopeForceScale"); + // m_flParticleForceScale + [SchemaMember("CTriggerFan", "m_flParticleForceScale")] + public ref float ParticleForceScale => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_flParticleForceScale"); + // m_flPlayerForce [SchemaMember("CTriggerFan", "m_flPlayerForce")] public ref float PlayerForce => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_flPlayerForce"); + // m_bPlayerWindblock + [SchemaMember("CTriggerFan", "m_bPlayerWindblock")] + public ref bool PlayerWindblock => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_bPlayerWindblock"); + + // m_flNPCForce + [SchemaMember("CTriggerFan", "m_flNPCForce")] + public ref float NPCForce => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_flNPCForce"); + // m_flRampTime [SchemaMember("CTriggerFan", "m_flRampTime")] public ref float RampTime => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_flRampTime"); - // m_bFalloff - [SchemaMember("CTriggerFan", "m_bFalloff")] - public ref bool Falloff => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_bFalloff"); + // m_fNoiseDegrees + [SchemaMember("CTriggerFan", "m_fNoiseDegrees")] + public ref float NoiseDegrees => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_fNoiseDegrees"); + + // m_fNoiseSpeed + [SchemaMember("CTriggerFan", "m_fNoiseSpeed")] + public ref float NoiseSpeed => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_fNoiseSpeed"); // m_bPushPlayer [SchemaMember("CTriggerFan", "m_bPushPlayer")] @@ -58,12 +114,8 @@ public CTriggerFan (IntPtr pointer) : base(pointer) {} [SchemaMember("CTriggerFan", "m_bRampDown")] public ref bool RampDown => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_bRampDown"); - // m_bAddNoise - [SchemaMember("CTriggerFan", "m_bAddNoise")] - public ref bool AddNoise => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_bAddNoise"); - - // m_RampTimer - [SchemaMember("CTriggerFan", "m_RampTimer")] - public CountdownTimer RampTimer => Schema.GetDeclaredClass(this.Handle, "CTriggerFan", "m_RampTimer"); + // m_nManagerFanIdx + [SchemaMember("CTriggerFan", "m_nManagerFanIdx")] + public ref Int32 ManagerFanIdx => ref Schema.GetRef(this.Handle, "CTriggerFan", "m_nManagerFanIdx"); } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTriggerLook.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTriggerLook.g.cs index 653fb65ad..f14a7eee4 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTriggerLook.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CTriggerLook.g.cs @@ -62,6 +62,10 @@ public CTriggerLook (IntPtr pointer) : base(pointer) {} [SchemaMember("CTriggerLook", "m_bTestOcclusion")] public ref bool TestOcclusion => ref Schema.GetRef(this.Handle, "CTriggerLook", "m_bTestOcclusion"); + // m_bTestAllVisibleOcclusion + [SchemaMember("CTriggerLook", "m_bTestAllVisibleOcclusion")] + public ref bool TestAllVisibleOcclusion => ref Schema.GetRef(this.Handle, "CTriggerLook", "m_bTestAllVisibleOcclusion"); + // m_OnTimeout [SchemaMember("CTriggerLook", "m_OnTimeout")] public CEntityIOOutput OnTimeout => Schema.GetDeclaredClass(this.Handle, "CTriggerLook", "m_OnTimeout"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CVectorExponentialMovingAverage.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CVectorExponentialMovingAverage.g.cs new file mode 100644 index 000000000..84c046148 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CVectorExponentialMovingAverage.g.cs @@ -0,0 +1,21 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class CVectorExponentialMovingAverage : NativeObject +{ + public CVectorExponentialMovingAverage (IntPtr pointer) : base(pointer) {} + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CWeaponCZ75a.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CWeaponCZ75a.g.cs index 67c0b8807..51ee95b6b 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/CWeaponCZ75a.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/CWeaponCZ75a.g.cs @@ -18,4 +18,8 @@ public partial class CWeaponCZ75a : CCSWeaponBaseGun { public CWeaponCZ75a (IntPtr pointer) : base(pointer) {} + // m_bMagazineRemoved + [SchemaMember("CWeaponCZ75a", "m_bMagazineRemoved")] + public ref bool MagazineRemoved => ref Schema.GetRef(this.Handle, "CWeaponCZ75a", "m_bMagazineRemoved"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/DynamicVolumeDef_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/DynamicVolumeDef_t.g.cs new file mode 100644 index 000000000..bb24ab4d5 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/DynamicVolumeDef_t.g.cs @@ -0,0 +1,53 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class DynamicVolumeDef_t : NativeObject +{ + public DynamicVolumeDef_t (IntPtr pointer) : base(pointer) {} + + // m_source + [SchemaMember("DynamicVolumeDef_t", "m_source")] + public CHandle Source => Schema.GetDeclaredClass>(this.Handle, "DynamicVolumeDef_t", "m_source"); + + // m_target + [SchemaMember("DynamicVolumeDef_t", "m_target")] + public CHandle Target => Schema.GetDeclaredClass>(this.Handle, "DynamicVolumeDef_t", "m_target"); + + // m_nHullIdx + [SchemaMember("DynamicVolumeDef_t", "m_nHullIdx")] + public ref Int32 HullIdx => ref Schema.GetRef(this.Handle, "DynamicVolumeDef_t", "m_nHullIdx"); + + // m_vSourceAnchorPos + [SchemaMember("DynamicVolumeDef_t", "m_vSourceAnchorPos")] + public Vector SourceAnchorPos => Schema.GetDeclaredClass(this.Handle, "DynamicVolumeDef_t", "m_vSourceAnchorPos"); + + // m_vTargetAnchorPos + [SchemaMember("DynamicVolumeDef_t", "m_vTargetAnchorPos")] + public Vector TargetAnchorPos => Schema.GetDeclaredClass(this.Handle, "DynamicVolumeDef_t", "m_vTargetAnchorPos"); + + // m_nAreaSrc + [SchemaMember("DynamicVolumeDef_t", "m_nAreaSrc")] + public ref UInt32 AreaSrc => ref Schema.GetRef(this.Handle, "DynamicVolumeDef_t", "m_nAreaSrc"); + + // m_nAreaDst + [SchemaMember("DynamicVolumeDef_t", "m_nAreaDst")] + public ref UInt32 AreaDst => ref Schema.GetRef(this.Handle, "DynamicVolumeDef_t", "m_nAreaDst"); + + // m_bAttached + [SchemaMember("DynamicVolumeDef_t", "m_bAttached")] + public ref bool Attached => ref Schema.GetRef(this.Handle, "DynamicVolumeDef_t", "m_bAttached"); + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/InfoForResourceTypeCNmGraphDefinition.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/InfoForResourceTypeCNmGraphDefinition.g.cs new file mode 100644 index 000000000..f5adb803d --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/InfoForResourceTypeCNmGraphDefinition.g.cs @@ -0,0 +1,21 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class InfoForResourceTypeCNmGraphDefinition : NativeObject +{ + public InfoForResourceTypeCNmGraphDefinition (IntPtr pointer) : base(pointer) {} + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/PhysicsRagdollPose_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/PhysicsRagdollPose_t.g.cs index 681864b9e..f9fd2a930 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/PhysicsRagdollPose_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/PhysicsRagdollPose_t.g.cs @@ -26,4 +26,8 @@ public PhysicsRagdollPose_t (IntPtr pointer) : base(pointer) {} [SchemaMember("PhysicsRagdollPose_t", "m_hOwner")] public CHandle Owner => Schema.GetDeclaredClass>(this.Handle, "PhysicsRagdollPose_t", "m_hOwner"); + // m_bSetFromDebugHistory + [SchemaMember("PhysicsRagdollPose_t", "m_bSetFromDebugHistory")] + public ref bool SetFromDebugHistory => ref Schema.GetRef(this.Handle, "PhysicsRagdollPose_t", "m_bSetFromDebugHistory"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/ResponseFollowup.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/ResponseFollowup.g.cs deleted file mode 100644 index 07d61ec59..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/ResponseFollowup.g.cs +++ /dev/null @@ -1,73 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; -using System.Diagnostics; -using System.Drawing; -using CounterStrikeSharp; -using CounterStrikeSharp.API.Modules.Events; -using CounterStrikeSharp.API.Modules.Entities; -using CounterStrikeSharp.API.Modules.Memory; -using CounterStrikeSharp.API.Modules.Utils; -using CounterStrikeSharp.API.Core.Attributes; - -namespace CounterStrikeSharp.API.Core; - -public partial class ResponseFollowup : NativeObject -{ - public ResponseFollowup (IntPtr pointer) : base(pointer) {} - - // followup_concept - [SchemaMember("ResponseFollowup", "followup_concept")] - public string Followup_concept - { - get { return Schema.GetString(this.Handle, "ResponseFollowup", "followup_concept"); } - set { Schema.SetString(this.Handle, "ResponseFollowup", "followup_concept", value); } - } - - // followup_contexts - [SchemaMember("ResponseFollowup", "followup_contexts")] - public string Followup_contexts - { - get { return Schema.GetString(this.Handle, "ResponseFollowup", "followup_contexts"); } - set { Schema.SetString(this.Handle, "ResponseFollowup", "followup_contexts", value); } - } - - // followup_delay - [SchemaMember("ResponseFollowup", "followup_delay")] - public ref float Followup_delay => ref Schema.GetRef(this.Handle, "ResponseFollowup", "followup_delay"); - - // followup_target - [SchemaMember("ResponseFollowup", "followup_target")] - public string Followup_target - { - get { return Schema.GetString(this.Handle, "ResponseFollowup", "followup_target"); } - set { Schema.SetString(this.Handle, "ResponseFollowup", "followup_target", value); } - } - - // followup_entityiotarget - [SchemaMember("ResponseFollowup", "followup_entityiotarget")] - public string Followup_entityiotarget - { - get { return Schema.GetString(this.Handle, "ResponseFollowup", "followup_entityiotarget"); } - set { Schema.SetString(this.Handle, "ResponseFollowup", "followup_entityiotarget", value); } - } - - // followup_entityioinput - [SchemaMember("ResponseFollowup", "followup_entityioinput")] - public string Followup_entityioinput - { - get { return Schema.GetString(this.Handle, "ResponseFollowup", "followup_entityioinput"); } - set { Schema.SetString(this.Handle, "ResponseFollowup", "followup_entityioinput", value); } - } - - // followup_entityiodelay - [SchemaMember("ResponseFollowup", "followup_entityiodelay")] - public ref float Followup_entityiodelay => ref Schema.GetRef(this.Handle, "ResponseFollowup", "followup_entityiodelay"); - - // bFired - [SchemaMember("ResponseFollowup", "bFired")] - public ref bool BFired => ref Schema.GetRef(this.Handle, "ResponseFollowup", "bFired"); - -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/fogparams_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/fogparams_t.g.cs index 8fa2f2347..1a74307a2 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/fogparams_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/fogparams_t.g.cs @@ -126,9 +126,9 @@ public Color ColorSecondaryLerpTo [SchemaMember("fogparams_t", "blend")] public ref bool Blend => ref Schema.GetRef(this.Handle, "fogparams_t", "blend"); - // m_bNoReflectionFog - [SchemaMember("fogparams_t", "m_bNoReflectionFog")] - public ref bool NoReflectionFog => ref Schema.GetRef(this.Handle, "fogparams_t", "m_bNoReflectionFog"); + // m_bPadding2 + [SchemaMember("fogparams_t", "m_bPadding2")] + public ref bool Padding2 => ref Schema.GetRef(this.Handle, "fogparams_t", "m_bPadding2"); // m_bPadding [SchemaMember("fogparams_t", "m_bPadding")] diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/ragdoll_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/ragdoll_t.g.cs index cc63f945f..db42fc51c 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/ragdoll_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/ragdoll_t.g.cs @@ -22,6 +22,10 @@ public ragdoll_t (IntPtr pointer) : base(pointer) {} [SchemaMember("ragdoll_t", "list")] public NetworkedVector List => Schema.GetDeclaredClass>(this.Handle, "ragdoll_t", "list"); + // hierarchyJoints + [SchemaMember("ragdoll_t", "hierarchyJoints")] + public NetworkedVector HierarchyJoints => Schema.GetDeclaredClass>(this.Handle, "ragdoll_t", "hierarchyJoints"); + // boneIndex [SchemaMember("ragdoll_t", "boneIndex")] public NetworkedVector BoneIndex => Schema.GetDeclaredClass>(this.Handle, "ragdoll_t", "boneIndex"); diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/ragdollelement_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/ragdollelement_t.g.cs index 55c140aef..edd30e2ce 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Classes/ragdollelement_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/ragdollelement_t.g.cs @@ -30,4 +30,8 @@ public ragdollelement_t (IntPtr pointer) : base(pointer) {} [SchemaMember("ragdollelement_t", "m_flRadius")] public ref float Radius => ref Schema.GetRef(this.Handle, "ragdollelement_t", "m_flRadius"); + // m_nHeight + [SchemaMember("ragdollelement_t", "m_nHeight")] + public ref Int32 Height => ref Schema.GetRef(this.Handle, "ragdollelement_t", "m_nHeight"); + } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Classes/ragdollhierarchyjoint_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Classes/ragdollhierarchyjoint_t.g.cs new file mode 100644 index 000000000..868c4f01d --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Classes/ragdollhierarchyjoint_t.g.cs @@ -0,0 +1,29 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; +using System.Diagnostics; +using System.Drawing; +using CounterStrikeSharp; +using CounterStrikeSharp.API.Modules.Events; +using CounterStrikeSharp.API.Modules.Entities; +using CounterStrikeSharp.API.Modules.Memory; +using CounterStrikeSharp.API.Modules.Utils; +using CounterStrikeSharp.API.Core.Attributes; + +namespace CounterStrikeSharp.API.Core; + +public partial class ragdollhierarchyjoint_t : NativeObject +{ + public ragdollhierarchyjoint_t (IntPtr pointer) : base(pointer) {} + + // parentIndex + [SchemaMember("ragdollhierarchyjoint_t", "parentIndex")] + public ref Int32 ParentIndex => ref Schema.GetRef(this.Handle, "ragdollhierarchyjoint_t", "parentIndex"); + + // childIndex + [SchemaMember("ragdollhierarchyjoint_t", "childIndex")] + public ref Int32 ChildIndex => ref Schema.GetRef(this.Handle, "ragdollhierarchyjoint_t", "childIndex"); + +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/AggregateInstanceStream_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/AggregateInstanceStream_t.g.cs new file mode 100644 index 000000000..ffff5fb61 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/AggregateInstanceStream_t.g.cs @@ -0,0 +1,15 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum AggregateInstanceStream_t : byte +{ + AGGREGATE_INSTANCE_STREAM_NONE = 0x0, + AGGREGATE_INSTANCE_STREAM_LIGHTMAPUV_UNORM16 = 0x1, + AGGREGATE_INSTANCE_STREAM_VERTEXTINT_UNORM8 = 0x2, + AGGREGATE_INSTANCE_STREAM_VERTEXBLEND_UNORM8 = 0x4, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/AnimValueSource.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/AnimValueSource.g.cs index 4beefbd1b..ae8a42a90 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/AnimValueSource.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/AnimValueSource.g.cs @@ -14,34 +14,35 @@ public enum AnimValueSource : uint StrafeSpeed = 0x3, FacingHeading = 0x4, LookHeading = 0x5, - LookPitch = 0x6, - LookDistance = 0x7, - Parameter = 0x8, - WayPointHeading = 0x9, - WayPointDistance = 0xA, - BoundaryRadius = 0xB, - TargetMoveHeading = 0xC, - TargetMoveSpeed = 0xD, - AccelerationHeading = 0xE, - AccelerationSpeed = 0xF, - SlopeHeading = 0x10, - SlopeAngle = 0x11, - SlopePitch = 0x12, - SlopeYaw = 0x13, - GoalDistance = 0x14, - AccelerationLeftRight = 0x15, - AccelerationFrontBack = 0x16, - RootMotionSpeed = 0x17, - RootMotionTurnSpeed = 0x18, - MoveHeadingRelativeToLookHeading = 0x19, - MaxMoveSpeed = 0x1A, - FingerCurl_Thumb = 0x1B, - FingerCurl_Index = 0x1C, - FingerCurl_Middle = 0x1D, - FingerCurl_Ring = 0x1E, - FingerCurl_Pinky = 0x1F, - FingerSplay_Thumb_Index = 0x20, - FingerSplay_Index_Middle = 0x21, - FingerSplay_Middle_Ring = 0x22, - FingerSplay_Ring_Pinky = 0x23, + LookHeadingNormalized = 0x6, + LookPitch = 0x7, + LookDistance = 0x8, + Parameter = 0x9, + WayPointHeading = 0xA, + WayPointDistance = 0xB, + BoundaryRadius = 0xC, + TargetMoveHeading = 0xD, + TargetMoveSpeed = 0xE, + AccelerationHeading = 0xF, + AccelerationSpeed = 0x10, + SlopeHeading = 0x11, + SlopeAngle = 0x12, + SlopePitch = 0x13, + SlopeYaw = 0x14, + GoalDistance = 0x15, + AccelerationLeftRight = 0x16, + AccelerationFrontBack = 0x17, + RootMotionSpeed = 0x18, + RootMotionTurnSpeed = 0x19, + MoveHeadingRelativeToLookHeading = 0x1A, + MaxMoveSpeed = 0x1B, + FingerCurl_Thumb = 0x1C, + FingerCurl_Index = 0x1D, + FingerCurl_Middle = 0x1E, + FingerCurl_Ring = 0x1F, + FingerCurl_Pinky = 0x20, + FingerSplay_Thumb_Index = 0x21, + FingerSplay_Index_Middle = 0x22, + FingerSplay_Middle_Ring = 0x23, + FingerSplay_Ring_Pinky = 0x24, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/BeginDeathLifeStateTransition_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/BeginDeathLifeStateTransition_t.g.cs index 65d71fa0b..d29cf4114 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/BeginDeathLifeStateTransition_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/BeginDeathLifeStateTransition_t.g.cs @@ -8,7 +8,6 @@ namespace CounterStrikeSharp.API.Core; public enum BeginDeathLifeStateTransition_t : byte { - NO_CHANGE_IN_LIFESTATE = 0x0, - TRANSITION_TO_LIFESTATE_DYING = 0x1, - TRANSITION_TO_LIFESTATE_DEAD = 0x2, + TRANSITION_TO_LIFESTATE_DYING = 0x0, + TRANSITION_TO_LIFESTATE_DEAD = 0x1, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/AnimPoseControl.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CDebugOverlayFilterTextType_t.g.cs similarity index 50% rename from managed/CounterStrikeSharp.API/Core/Schema/Enums/AnimPoseControl.g.cs rename to managed/CounterStrikeSharp.API/Core/Schema/Enums/CDebugOverlayFilterTextType_t.g.cs index e1bbcf63c..1ac86f2a4 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/AnimPoseControl.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CDebugOverlayFilterTextType_t.g.cs @@ -1,14 +1,15 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; - -namespace CounterStrikeSharp.API.Core; - -public enum AnimPoseControl : uint -{ - NoPoseControl = 0x0, - AbsolutePoseControl = 0x1, - RelativePoseControl = 0x2, -} +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum CDebugOverlayFilterTextType_t : uint +{ + FILTER_TEXT_NONE = 0x0, + MATCH = 0x1, + HIERARCHY = 0x2, + COUNT = 0x3, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CDebugOverlayFilterType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CDebugOverlayFilterType_t.g.cs index c27e8fc3f..74ab28e75 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CDebugOverlayFilterType_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CDebugOverlayFilterType_t.g.cs @@ -16,6 +16,7 @@ public enum CDebugOverlayFilterType_t : uint AI_SCHEDULE = 0x5, AI_TASK = 0x6, AI_EVENT = 0x7, - END_SIM_HISTORY_TYPES = 0x8, + AI_PATHFINDING = 0x8, + END_SIM_HISTORY_TYPES = 0x9, COMBINED = 0xFFFFFFFF, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CFuncMoverFollowEntityDirection_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CFuncMoverFollowEntityDirection_t.g.cs new file mode 100644 index 000000000..b4d8637eb --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CFuncMoverFollowEntityDirection_t.g.cs @@ -0,0 +1,14 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum CFuncMoverFollowEntityDirection_t : uint +{ + FOLLOW_ENTITY_BIDIRECTIONAL = 0x0, + FOLLOW_ENTITY_FORWARD = 0x1, + FOLLOW_ENTITY_REVERSE = 0x2, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CFuncMoverOrientationUpdate_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CFuncMoverOrientationUpdate_t.g.cs index 26eb584ef..9a82998da 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CFuncMoverOrientationUpdate_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CFuncMoverOrientationUpdate_t.g.cs @@ -14,4 +14,7 @@ public enum CFuncMoverOrientationUpdate_t : uint ORIENTATION_MATCH_CONTROL_POINT = 0x3, ORIENTATION_FIXED = 0x4, ORIENTATION_FACE_PLAYER = 0x5, + ORIENTATION_FORWARD_MOVEMENT_DIRECTION = 0x6, + ORIENTATION_FORWARD_MOVEMENT_DIRECTION_AND_UP_CONTROL_POINT = 0x7, + ORIENTATION_FACE_ENTITY = 0x8, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CFuncMoverTransitionToPathNodeAction_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CFuncMoverTransitionToPathNodeAction_t.g.cs new file mode 100644 index 000000000..91154a266 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CFuncMoverTransitionToPathNodeAction_t.g.cs @@ -0,0 +1,15 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum CFuncMoverTransitionToPathNodeAction_t : uint +{ + TRANSITION_TO_PATH_NODE_ACTION_NONE = 0x0, + TRANSITION_TO_PATH_NODE_ACTION_START_FORWARD = 0x1, + TRANSITION_TO_PATH_NODE_ACTION_START_REVERSE = 0x2, + TRANSITION_TO_PATH_NODE_TRANSITIONING = 0x3, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CommandEntitySpecType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmEventRelevance_t.g.cs similarity index 56% rename from managed/CounterStrikeSharp.API/Core/Schema/Enums/CommandEntitySpecType_t.g.cs rename to managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmEventRelevance_t.g.cs index 51e3bf654..91a571176 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CommandEntitySpecType_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmEventRelevance_t.g.cs @@ -1,13 +1,14 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; - -namespace CounterStrikeSharp.API.Core; - -public enum CommandEntitySpecType_t : uint -{ - SPEC_SEARCH = 0x0, - SPEC_TYPES_COUNT = 0x1, -} +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum CNmEventRelevance_t : uint +{ + ClientOnly = 0x0, + ServerOnly = 0x1, + ClientAndServer = 0x2, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmFloatMathNodeOperator_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmFloatMathNodeOperator_t.g.cs index d9b988b5c..c1e586b5d 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmFloatMathNodeOperator_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmFloatMathNodeOperator_t.g.cs @@ -12,4 +12,5 @@ public enum CNmFloatMathNodeOperator_t : byte Sub = 0x1, Mul = 0x2, Div = 0x3, + Mod = 0x4, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmParticleEventType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmParticleEventType_t.g.cs new file mode 100644 index 000000000..0125b60a1 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmParticleEventType_t.g.cs @@ -0,0 +1,14 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum CNmParticleEventType_t : uint +{ + Create = 0x0, + Create_CFG = 0x1, + Stop = 0x2, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmSoundEventPosition_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmSoundEventPosition_t.g.cs new file mode 100644 index 000000000..e355423bc --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmSoundEventPosition_t.g.cs @@ -0,0 +1,16 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum CNmSoundEventPosition_t : uint +{ + None = 0x0, + World = 0x1, + EntityPos = 0x2, + EntityEyePos = 0x3, + EntityAttachment = 0x4, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmBoneMaskWeightInfo_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmSoundEventType_t.g.cs similarity index 61% rename from managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmBoneMaskWeightInfo_t.g.cs rename to managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmSoundEventType_t.g.cs index 2de0d341d..7decc5fc3 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmBoneMaskWeightInfo_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmSoundEventType_t.g.cs @@ -6,9 +6,8 @@ namespace CounterStrikeSharp.API.Core; -public enum CNmBoneMaskWeightInfo_t : byte +public enum CNmSoundEventType_t : uint { - Zero = 0x0, - Mixed = 0x1, - One = 0x2, + Play = 0x0, + Stop = 0x1, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmStateNodeTimedEvent_tComparison_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmStateNodeTimedEvent_tComparison_t.g.cs new file mode 100644 index 000000000..555b0f44c --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmStateNodeTimedEvent_tComparison_t.g.cs @@ -0,0 +1,13 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum CNmStateNodeTimedEvent_tComparison_t : byte +{ + LessThanEqual = 0x0, + GreaterThanEqual = 0x1, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmTimeConditionNodeComparisonType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmTimeConditionNodeComparisonType_t.g.cs index 398a94806..e1d6ca60c 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmTimeConditionNodeComparisonType_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CNmTimeConditionNodeComparisonType_t.g.cs @@ -11,5 +11,4 @@ public enum CNmTimeConditionNodeComparisonType_t : byte PercentageThroughState = 0x0, PercentageThroughSyncEvent = 0x1, ElapsedTime = 0x2, - LoopCount = 0x3, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CSWeaponState_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CSWeaponState_t.g.cs deleted file mode 100644 index 9150b35f1..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CSWeaponState_t.g.cs +++ /dev/null @@ -1,14 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; - -namespace CounterStrikeSharp.API.Core; - -public enum CSWeaponState_t : uint -{ - WEAPON_NOT_CARRIED = 0x0, - WEAPON_IS_CARRIED_BY_PLAYER = 0x1, - WEAPON_IS_ACTIVE = 0x2, -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CSWeaponType.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CSWeaponType.g.cs index 245afd52d..e504b64f5 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CSWeaponType.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CSWeaponType.g.cs @@ -8,7 +8,7 @@ namespace CounterStrikeSharp.API.Core; public enum CSWeaponType : uint { - WEAPONTYPE_KNIFE = 0x0, + WEAPONTYPE_KNIFE = 0x0, WEAPONTYPE_PISTOL = 0x1, WEAPONTYPE_SUBMACHINEGUN = 0x2, WEAPONTYPE_RIFLE = 0x3, diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/ChickenActivity.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/ChickenActivity.g.cs index 10d592c81..1079ffc28 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/ChickenActivity.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/ChickenActivity.g.cs @@ -17,4 +17,6 @@ public enum ChickenActivity : uint PANIC = 0x6, TRICK = 0x7, TURN_IN_PLACE = 0x8, + FEED = 0x9, + SLEEP = 0xA, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/Class_T.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/Class_T.g.cs index a6106e881..72eb9c793 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/Class_T.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/Class_T.g.cs @@ -11,11 +11,13 @@ public enum Class_T : uint CLASS_NONE = 0x0, CLASS_PLAYER = 0x1, CLASS_PLAYER_ALLY = 0x2, - CLASS_BOMB = 0x3, + CLASS_C4_FOR_RADAR = 0x3, CLASS_FOOT_CONTACT_SHADOW = 0x4, CLASS_WEAPON = 0x5, CLASS_WATER_SPLASHER = 0x6, - CLASS_WEAPON_VIEWMODEL = 0x7, - CLASS_DOOR = 0x8, - NUM_CLASSIFY_CLASSES = 0x9, + CLASS_HUDMODEL_WEAPON = 0x7, + CLASS_HUDMODEL_ARMS = 0x8, + CLASS_WORLDMODEL_GLOVES = 0x9, + CLASS_DOOR = 0xA, + NUM_CLASSIFY_CLASSES = 0xB, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CommandExecMode_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/CommandExecMode_t.g.cs deleted file mode 100644 index 4b138c224..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/CommandExecMode_t.g.cs +++ /dev/null @@ -1,15 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; - -namespace CounterStrikeSharp.API.Core; - -public enum CommandExecMode_t : uint -{ - EXEC_MANUAL = 0x0, - EXEC_LEVELSTART = 0x1, - EXEC_PERIODIC = 0x2, - EXEC_MODES_COUNT = 0x3, -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/DamageTypes_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/DamageTypes_t.g.cs index 1fd68bee7..0562322f8 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/DamageTypes_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/DamageTypes_t.g.cs @@ -20,6 +20,7 @@ public enum DamageTypes_t : uint DMG_SHOCK = 0x100, DMG_SONIC = 0x200, DMG_ENERGYBEAM = 0x400, + DMG_BUCKSHOT = 0x800, DMG_DROWN = 0x4000, DMG_POISON = 0x8000, DMG_RADIATION = 0x10000, @@ -28,8 +29,7 @@ public enum DamageTypes_t : uint DMG_PHYSGUN = 0x100000, DMG_DISSOLVE = 0x200000, DMG_BLAST_SURFACE = 0x400000, - DMG_BUCKSHOT = 0x1000000, - DMG_LASTGENERICFLAG = 0x1000000, - DMG_HEADSHOT = 0x2000000, - DMG_DANGERZONE = 0x4000000, + DMG_LASTGENERICFLAG = 0x400000, + DMG_HEADSHOT = 0x800000, + DMG_DANGERZONE = 0x1000000, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/DampingSpeedFunction.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/DampingSpeedFunction.g.cs index 575200f4b..0b23ac345 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/DampingSpeedFunction.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/DampingSpeedFunction.g.cs @@ -11,4 +11,5 @@ public enum DampingSpeedFunction : uint NoDamping = 0x0, Constant = 0x1, Spring = 0x2, + AsymmetricSpring = 0x3, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/DebugOverlayBits_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/DebugOverlayBits_t.g.cs index c716e3af5..b0d37a882 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/DebugOverlayBits_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/DebugOverlayBits_t.g.cs @@ -48,4 +48,5 @@ public enum DebugOverlayBits_t : ulong OVERLAY_ACTORNAME_BIT = 0x4000000000, OVERLAY_NPC_CONDITIONS_TEXT_BIT = 0x8000000000, OVERLAY_NPC_ABILITY_RANGE_DEBUG_BIT = 0x10000000000, + OVERLAY_MINIMAL_TEXT = 0x20000000000, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/DestructiblePartDestructionDeathBehavior_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/DestructiblePartDestructionDeathBehavior_t.g.cs new file mode 100644 index 000000000..01eb037de --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/DestructiblePartDestructionDeathBehavior_t.g.cs @@ -0,0 +1,15 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum DestructiblePartDestructionDeathBehavior_t : uint +{ + eDoNotKill = 0x0, + eKill = 0x1, + eGib = 0x2, + eRemove = 0x3, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/DynamicContinuousContactBehavior_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/DynamicContinuousContactBehavior_t.g.cs new file mode 100644 index 000000000..40679221c --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/DynamicContinuousContactBehavior_t.g.cs @@ -0,0 +1,14 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum DynamicContinuousContactBehavior_t : byte +{ + DYNAMIC_CONTINUOUS_ALLOW_IF_REQUESTED_BY_OTHER_BODY = 0x0, + DYNAMIC_CONTINUOUS_ALWAYS = 0x1, + DYNAMIC_CONTINUOUS_NEVER = 0x2, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/EDestructiblePartDamagePassThroughType.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/EDestructiblePartDamagePassThroughType.g.cs index 5261c3b1c..c397fbf8e 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/EDestructiblePartDamagePassThroughType.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/EDestructiblePartDamagePassThroughType.g.cs @@ -10,4 +10,5 @@ public enum EDestructiblePartDamagePassThroughType : uint { Normal = 0x0, Absorb = 0x1, + InvinciblePassthrough = 0x2, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/EDestructiblePartRadiusDamageApplyType.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/EDestructiblePartRadiusDamageApplyType.g.cs new file mode 100644 index 000000000..c1f2696db --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/EDestructiblePartRadiusDamageApplyType.g.cs @@ -0,0 +1,13 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum EDestructiblePartRadiusDamageApplyType : uint +{ + ScaleByExplosionRadius = 0x0, + PrioritizeClosestPart = 0x1, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/EDestructibleParts_DestroyParameterFlags.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/EDestructibleParts_DestroyParameterFlags.g.cs new file mode 100644 index 000000000..c47938861 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/EDestructibleParts_DestroyParameterFlags.g.cs @@ -0,0 +1,17 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum EDestructibleParts_DestroyParameterFlags : uint +{ + GenerateBreakpieces = 0x1, + EnableFlinches = 0x2, + ForceDamageApply = 0x4, + IgnoreKillEntityFlag = 0x8, + IgnoreHealthCheck = 0x10, + Default = 0x3, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/EntityAttachmentType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/EntityAttachmentType_t.g.cs new file mode 100644 index 000000000..5c54ea906 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/EntityAttachmentType_t.g.cs @@ -0,0 +1,15 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum EntityAttachmentType_t : uint +{ + eAbsOrigin = 0x0, + eCenter = 0x1, + eEyes = 0x2, + eAttachment = 0x3, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/EntityEffects_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/EntityEffects_t.g.cs new file mode 100644 index 000000000..f25498604 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/EntityEffects_t.g.cs @@ -0,0 +1,18 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum EntityEffects_t : ushort +{ + DEPRICATED_EF_NOINTERP = 0x8, + EF_NOSHADOW = 0x10, + EF_NODRAW = 0x20, + EF_NORECEIVESHADOW = 0x40, + EF_PARENT_ANIMATES = 0x200, + EF_NODRAW_BUT_TRANSMIT = 0x400, + EF_MAX_BITS = 0xA, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/Flags_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/Flags_t.g.cs new file mode 100644 index 000000000..5053a1ba7 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/Flags_t.g.cs @@ -0,0 +1,36 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum Flags_t : uint +{ + FL_ONGROUND = 0x1, + FL_DUCKING = 0x2, + FL_WATERJUMP = 0x4, + FL_BOT = 0x10, + FL_FROZEN = 0x20, + FL_ATCONTROLS = 0x40, + FL_CLIENT = 0x80, + FL_FAKECLIENT = 0x100, + FL_FLY = 0x400, + FL_SUPPRESS_SAVE = 0x800, + FL_IN_VEHICLE = 0x1000, + FL_IN_VEHICLE_TRANSPORT = 0x2000, + FL_GODMODE = 0x4000, + FL_NOTARGET = 0x8000, + FL_AIMTARGET = 0x10000, + FL_STATICPROP = 0x40000, + FL_GRENADE = 0x100000, + FL_DONTTOUCH = 0x400000, + FL_BASEVELOCITY = 0x800000, + FL_CONVEYOR = 0x1000000, + FL_OBJECT = 0x2000000, + FL_ONFIRE = 0x8000000, + FL_DISSOLVING = 0x10000000, + FL_TRANSRAGDOLL = 0x20000000, + FL_UNBLOCKABLE_BY_PLAYER = 0x40000000, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/GameAnimEventIndex_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/GameAnimEventIndex_t.g.cs index 6a4a15b62..19f0f0c78 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/GameAnimEventIndex_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/GameAnimEventIndex_t.g.cs @@ -21,38 +21,32 @@ public enum GameAnimEventIndex_t : uint AE_SV_CREATE_PARTICLE_EFFECT_CFG = 0xA, AE_SV_STOP_PARTICLE_EFFECT = 0xB, AE_FOOTSTEP = 0xC, - AE_RAGDOLL = 0xD, - AE_CL_STOP_RAGDOLL_CONTROL = 0xE, - AE_CL_ENABLE_BODYGROUP = 0xF, - AE_CL_DISABLE_BODYGROUP = 0x10, - AE_BODYGROUP_SET_VALUE = 0x11, - AE_CL_BODYGROUP_SET_VALUE_CMODEL_WPN = 0x12, - AE_WEAPON_PERFORM_ATTACK = 0x13, - AE_FIRE_INPUT = 0x14, - AE_CL_CLOTH_ATTR = 0x15, - AE_CL_CLOTH_GROUND_OFFSET = 0x16, - AE_CL_CLOTH_STIFFEN = 0x17, - AE_CL_CLOTH_EFFECT = 0x18, - AE_CL_CREATE_ANIM_SCOPE_PROP = 0x19, - AE_SV_IKLOCK = 0x1A, - AE_PULSE_GRAPH = 0x1B, - AE_PULSE_GRAPH_LOOKAT = 0x1C, - AE_PULSE_GRAPH_AIMAT = 0x1D, - AE_PULSE_GRAPH_IKLOCKLEFTARM = 0x1E, - AE_PULSE_GRAPH_IKLOCKRIGHTARM = 0x1F, - AE_DISABLE_PLATFORM = 0x20, - AE_ENABLE_PLATFORM = 0x21, - AE_ANIMGRAPH_SET_PARAM = 0x22, - AE_CL_WEAPON_TRANSITION_INTO_HAND = 0x23, - AE_CL_BODYGROUP_SET_TO_CLIP = 0x24, - AE_CL_BODYGROUP_SET_TO_NEXTCLIP = 0x25, - AE_SV_SHOW_SILENCER = 0x26, - AE_SV_ATTACH_SILENCER_COMPLETE = 0x27, - AE_SV_HIDE_SILENCER = 0x28, - AE_SV_DETACH_SILENCER_COMPLETE = 0x29, - AE_CL_EJECT_MAG = 0x2A, - AE_WPN_COMPLETE_RELOAD = 0x2B, - AE_WPN_HEALTHSHOT_INJECT = 0x2C, - AE_CL_C4_SCREEN_TEXT = 0x2D, - AE_GRENADE_THROW_COMPLETE = 0x2E, + AE_CL_STOP_RAGDOLL_CONTROL = 0xD, + AE_CL_ENABLE_BODYGROUP = 0xE, + AE_CL_DISABLE_BODYGROUP = 0xF, + AE_BODYGROUP_SET_VALUE = 0x10, + AE_WEAPON_PERFORM_ATTACK = 0x11, + AE_FIRE_INPUT = 0x12, + AE_CL_CLOTH_ATTR = 0x13, + AE_CL_CLOTH_GROUND_OFFSET = 0x14, + AE_CL_CLOTH_STIFFEN = 0x15, + AE_CL_CLOTH_EFFECT = 0x16, + AE_CL_CREATE_ANIM_SCOPE_PROP = 0x17, + AE_SV_IKLOCK = 0x18, + AE_PULSE_GRAPH = 0x19, + AE_PULSE_GRAPH_LOOKAT = 0x1A, + AE_PULSE_GRAPH_AIMAT = 0x1B, + AE_PULSE_GRAPH_IKLOCKLEFTARM = 0x1C, + AE_PULSE_GRAPH_IKLOCKRIGHTARM = 0x1D, + AE_DISABLE_PLATFORM = 0x1E, + AE_ENABLE_PLATFORM_PLAYER_FOLLOWS_YAW = 0x1F, + AE_ENABLE_PLATFORM_PLAYER_IGNORES_YAW = 0x20, + AE_DESTRUCTIBLE_PART_DESTROY = 0x21, + AE_CL_WEAPON_TRANSITION_INTO_HAND = 0x22, + AE_SV_ATTACH_SILENCER_COMPLETE = 0x23, + AE_SV_DETACH_SILENCER_COMPLETE = 0x24, + AE_CL_EJECT_MAG = 0x25, + AE_WPN_COMPLETE_RELOAD = 0x26, + AE_WPN_HEALTHSHOT_INJECT = 0x27, + AE_GRENADE_THROW_COMPLETE = 0x28, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/HoverPoseFlags_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/HoverPoseFlags_t.g.cs new file mode 100644 index 000000000..2bbb71bd3 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/HoverPoseFlags_t.g.cs @@ -0,0 +1,14 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum HoverPoseFlags_t : byte +{ + eNone = 0x0, + ePosition = 0x1, + eAngles = 0x2, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/LinearRootMotionBlendMode_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/LinearRootMotionBlendMode_t.g.cs new file mode 100644 index 000000000..61486b1c0 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/LinearRootMotionBlendMode_t.g.cs @@ -0,0 +1,14 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum LinearRootMotionBlendMode_t : uint +{ + LERP = 0x0, + NLERP = 0x1, + SLERP = 0x2, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/NPCPhysicsHullType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NPCPhysicsHullType_t.g.cs new file mode 100644 index 000000000..b5d369509 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NPCPhysicsHullType_t.g.cs @@ -0,0 +1,16 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum NPCPhysicsHullType_t : uint +{ + eInvalid = 0x0, + eGroundCapsule = 0x1, + eCenteredCapsule = 0x2, + eGenericCapsule = 0x3, + eGroundBox = 0x4, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/NavAttributeEnum.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NavAttributeEnum.g.cs index ee0ca7d44..54b94dfff 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/NavAttributeEnum.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NavAttributeEnum.g.cs @@ -11,8 +11,9 @@ public enum NavAttributeEnum : uint NAV_MESH_AVOID = 0x80, NAV_MESH_STAIRS = 0x1000, NAV_MESH_NON_ZUP = 0x8000, - NAV_MESH_SHORT_HEIGHT = 0x10000, + NAV_MESH_CROUCH_HEIGHT = 0x10000, NAV_MESH_NON_ZUP_TRANSITION = 0x20000, + NAV_MESH_CRAWL_HEIGHT = 0x40000, NAV_MESH_CROUCH = 0x10000, NAV_MESH_JUMP = 0x2, NAV_MESH_PRECISE = 0x4, diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/NavScopeFlags_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NavScopeFlags_t.g.cs new file mode 100644 index 000000000..88c9e499a --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NavScopeFlags_t.g.cs @@ -0,0 +1,15 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum NavScopeFlags_t : byte +{ + eGround = 0x1, + eAir = 0x2, + eAll = 0x3, + eNone = 0x0, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/NavScope_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NavScope_t.g.cs new file mode 100644 index 000000000..11a552952 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NavScope_t.g.cs @@ -0,0 +1,16 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum NavScope_t : byte +{ + eGround = 0x0, + eAir = 0x1, + eCount = 0x2, + eFirst = 0x0, + eInvalid = 0xFF, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/NmEventConditionRules_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NmEventConditionRules_t.g.cs index 33f137b62..ccc5906e3 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/NmEventConditionRules_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NmEventConditionRules_t.g.cs @@ -14,7 +14,7 @@ public enum NmEventConditionRules_t : byte PreferHighestProgress = 0x3, OperatorOr = 0x4, OperatorAnd = 0x5, - SearchOnlyStateEvents = 0x6, + SearchOnlyGraphEvents = 0x6, SearchOnlyAnimEvents = 0x7, - SearchBothStateAndAnimEvents = 0x8, + SearchBothGraphAndAnimEvents = 0x8, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/NmFollowBoneMode_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NmFollowBoneMode_t.g.cs new file mode 100644 index 000000000..790c0af57 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NmFollowBoneMode_t.g.cs @@ -0,0 +1,14 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum NmFollowBoneMode_t : byte +{ + RotationAndTranslation = 0x0, + RotationOnly = 0x1, + TranslationOnly = 0x2, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/NmStateEventTypeCondition_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NmGraphEventTypeCondition_t.g.cs similarity index 71% rename from managed/CounterStrikeSharp.API/Core/Schema/Enums/NmStateEventTypeCondition_t.g.cs rename to managed/CounterStrikeSharp.API/Core/Schema/Enums/NmGraphEventTypeCondition_t.g.cs index 150f3883f..5678be26b 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/NmStateEventTypeCondition_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NmGraphEventTypeCondition_t.g.cs @@ -6,11 +6,12 @@ namespace CounterStrikeSharp.API.Core; -public enum NmStateEventTypeCondition_t : byte +public enum NmGraphEventTypeCondition_t : byte { Entry = 0x0, FullyInState = 0x1, Exit = 0x2, Timed = 0x3, - Any = 0x4, + Generic = 0x4, + Any = 0x5, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/NmIKBlendMode_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NmIKBlendMode_t.g.cs new file mode 100644 index 000000000..b290cb6ec --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/NmIKBlendMode_t.g.cs @@ -0,0 +1,13 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum NmIKBlendMode_t : byte +{ + Effector = 0x0, + Pose = 0x1, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/OrientationWarpMode_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/OrientationWarpMode_t.g.cs new file mode 100644 index 000000000..1ca330c41 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/OrientationWarpMode_t.g.cs @@ -0,0 +1,14 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum OrientationWarpMode_t : uint +{ + eInvalid = 0x0, + eAngle = 0x1, + eWorldPosition = 0x2, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/OrientationWarpRootMotionSource_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/OrientationWarpRootMotionSource_t.g.cs new file mode 100644 index 000000000..bb1c94b4c --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/OrientationWarpRootMotionSource_t.g.cs @@ -0,0 +1,14 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum OrientationWarpRootMotionSource_t : uint +{ + eAnimationOrProcedural = 0x0, + eAnimationOnly = 0x1, + eProceduralOnly = 0x2, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/OrientationWarpTargetOffsetMode_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/OrientationWarpTargetOffsetMode_t.g.cs new file mode 100644 index 000000000..b5f17796a --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/OrientationWarpTargetOffsetMode_t.g.cs @@ -0,0 +1,15 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum OrientationWarpTargetOffsetMode_t : uint +{ + eLiteralValue = 0x0, + eParameter = 0x1, + eAnimationMovementHeading = 0x2, + eAnimationMovementHeadingAtEnd = 0x3, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/OutOfPVSUpdates_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/OutOfPVSUpdates_t.g.cs new file mode 100644 index 000000000..0240a9704 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/OutOfPVSUpdates_t.g.cs @@ -0,0 +1,15 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum OutOfPVSUpdates_t : uint +{ + OOPVSUpdates_OptOut = 0x0, + OOPVSUpdates_OptIn = 0x1, + OOPVSUpdates_Default = 0x2, + OOPVSUpdates_Count = 0x3, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleAttrBoxFlags_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleAttrBoxFlags_t.g.cs index 102843edf..de5f4bafa 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleAttrBoxFlags_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleAttrBoxFlags_t.g.cs @@ -10,4 +10,9 @@ public enum ParticleAttrBoxFlags_t : uint { PARTICLE_ATTR_BOX_FLAGS_NONE = 0x0, PARTICLE_ATTR_BOX_FLAGS_WATER = 0x1, + PARTICLE_ATTR_BOX_FLAGS_ON_FIRE = 0x2, + PARTICLE_ATTR_BOX_FLAGS_ELECTRIFIED = 0x4, + PARTICLE_ATTR_BOX_FLAGS_ASLEEP = 0x8, + PARTICLE_ATTR_BOX_FLAGS_FROZEN = 0x10, + PARTICLE_ATTR_BOX_FLAGS_TIMED_DECAY = 0x20, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleFloatType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleFloatType_t.g.cs index f3207aa60..8ae249f3f 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleFloatType_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleFloatType_t.g.cs @@ -27,9 +27,13 @@ public enum ParticleFloatType_t : uint PF_TYPE_PARTICLE_AGE = 0xF, PF_TYPE_PARTICLE_AGE_NORMALIZED = 0x10, PF_TYPE_PARTICLE_FLOAT = 0x11, - PF_TYPE_PARTICLE_VECTOR_COMPONENT = 0x12, - PF_TYPE_PARTICLE_SPEED = 0x13, - PF_TYPE_PARTICLE_NUMBER = 0x14, - PF_TYPE_PARTICLE_NUMBER_NORMALIZED = 0x15, - PF_TYPE_COUNT = 0x16, + PF_TYPE_PARTICLE_INITIAL_FLOAT = 0x12, + PF_TYPE_PARTICLE_VECTOR_COMPONENT = 0x13, + PF_TYPE_PARTICLE_INITIAL_VECTOR_COMPONENT = 0x14, + PF_TYPE_PARTICLE_SPEED = 0x15, + PF_TYPE_PARTICLE_NUMBER = 0x16, + PF_TYPE_PARTICLE_NUMBER_NORMALIZED = 0x17, + PF_TYPE_PARTICLE_SCREENSPACE_CAMERA_DISTANCE = 0x18, + PF_TYPE_PARTICLE_SCREENSPACE_CAMERA_DOT_PRODUCT = 0x19, + PF_TYPE_COUNT = 0x1A, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleOrientationType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleOrientationType_t.g.cs new file mode 100644 index 000000000..b0f62a99f --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleOrientationType_t.g.cs @@ -0,0 +1,15 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum ParticleOrientationType_t : uint +{ + PARTICLE_ORIENTATION_NONE = 0x0, + PARTICLE_ORIENTATION_VELOCITY = 0x1, + PARTICLE_ORIENTATION_NORMAL = 0x2, + PARTICLE_ORIENTATION_ROTATION = 0x4, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleVecType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleVecType_t.g.cs index 093632c14..4635c7f9c 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleVecType_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/ParticleVecType_t.g.cs @@ -13,18 +13,19 @@ public enum ParticleVecType_t : uint PVEC_TYPE_LITERAL_COLOR = 0x1, PVEC_TYPE_NAMED_VALUE = 0x2, PVEC_TYPE_PARTICLE_VECTOR = 0x3, - PVEC_TYPE_PARTICLE_VELOCITY = 0x4, - PVEC_TYPE_CP_VALUE = 0x5, - PVEC_TYPE_CP_RELATIVE_POSITION = 0x6, - PVEC_TYPE_CP_RELATIVE_DIR = 0x7, - PVEC_TYPE_CP_RELATIVE_RANDOM_DIR = 0x8, - PVEC_TYPE_FLOAT_COMPONENTS = 0x9, - PVEC_TYPE_FLOAT_INTERP_CLAMPED = 0xA, - PVEC_TYPE_FLOAT_INTERP_OPEN = 0xB, - PVEC_TYPE_FLOAT_INTERP_GRADIENT = 0xC, - PVEC_TYPE_RANDOM_UNIFORM = 0xD, - PVEC_TYPE_RANDOM_UNIFORM_OFFSET = 0xE, - PVEC_TYPE_CP_DELTA = 0xF, - PVEC_TYPE_CLOSEST_CAMERA_POSITION = 0x10, - PVEC_TYPE_COUNT = 0x11, + PVEC_TYPE_PARTICLE_INITIAL_VECTOR = 0x4, + PVEC_TYPE_PARTICLE_VELOCITY = 0x5, + PVEC_TYPE_CP_VALUE = 0x6, + PVEC_TYPE_CP_RELATIVE_POSITION = 0x7, + PVEC_TYPE_CP_RELATIVE_DIR = 0x8, + PVEC_TYPE_CP_RELATIVE_RANDOM_DIR = 0x9, + PVEC_TYPE_FLOAT_COMPONENTS = 0xA, + PVEC_TYPE_FLOAT_INTERP_CLAMPED = 0xB, + PVEC_TYPE_FLOAT_INTERP_OPEN = 0xC, + PVEC_TYPE_FLOAT_INTERP_GRADIENT = 0xD, + PVEC_TYPE_RANDOM_UNIFORM = 0xE, + PVEC_TYPE_RANDOM_UNIFORM_OFFSET = 0xF, + PVEC_TYPE_CP_DELTA = 0x10, + PVEC_TYPE_CLOSEST_CAMERA_POSITION = 0x11, + PVEC_TYPE_COUNT = 0x12, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/PerformanceMode_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PerformanceMode_t.g.cs index db1d8e29c..9757ed337 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/PerformanceMode_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PerformanceMode_t.g.cs @@ -10,6 +10,4 @@ public enum PerformanceMode_t : uint { PM_NORMAL = 0x0, PM_NO_GIBS = 0x1, - PM_FULL_GIBS = 0x2, - PM_REDUCED_GIBS = 0x3, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/PlayerAnimEvent_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PlayerAnimEvent_t.g.cs deleted file mode 100644 index f73f7fea6..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/PlayerAnimEvent_t.g.cs +++ /dev/null @@ -1,35 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; - -namespace CounterStrikeSharp.API.Core; - -public enum PlayerAnimEvent_t : uint -{ - PLAYERANIMEVENT_FIRE_GUN_PRIMARY = 0x0, - PLAYERANIMEVENT_FIRE_GUN_SECONDARY = 0x1, - PLAYERANIMEVENT_GRENADE_PULL_PIN = 0x2, - PLAYERANIMEVENT_THROW_GRENADE = 0x3, - PLAYERANIMEVENT_JUMP = 0x4, - PLAYERANIMEVENT_RELOAD = 0x5, - PLAYERANIMEVENT_CLEAR_FIRING = 0x6, - PLAYERANIMEVENT_DEPLOY = 0x7, - PLAYERANIMEVENT_SILENCER_STATE = 0x8, - PLAYERANIMEVENT_SILENCER_TOGGLE = 0x9, - PLAYERANIMEVENT_THROW_GRENADE_UNDERHAND = 0xA, - PLAYERANIMEVENT_CATCH_WEAPON = 0xB, - PLAYERANIMEVENT_LOOKATWEAPON_REQUEST = 0xC, - PLAYERANIMEVENT_RELOAD_CANCEL_LOOKATWEAPON = 0xD, - PLAYERANIMEVENT_HAULBACK = 0xE, - PLAYERANIMEVENT_IDLE = 0xF, - PLAYERANIMEVENT_STRIKE_HIT = 0x10, - PLAYERANIMEVENT_STRIKE_MISS = 0x11, - PLAYERANIMEVENT_BACKSTAB = 0x12, - PLAYERANIMEVENT_DRYFIRE = 0x13, - PLAYERANIMEVENT_FIDGET = 0x14, - PLAYERANIMEVENT_RELEASE = 0x15, - PLAYERANIMEVENT_TAUNT = 0x16, - PLAYERANIMEVENT_COUNT = 0x17, -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/PointOrientConstraint_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PointOrientConstraint_t.g.cs new file mode 100644 index 000000000..54fcc30e2 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PointOrientConstraint_t.g.cs @@ -0,0 +1,13 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum PointOrientConstraint_t : uint +{ + eNone = 0x0, + ePreserveUpAxis = 0x1, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/PointOrientGoalDirectionType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PointOrientGoalDirectionType_t.g.cs new file mode 100644 index 000000000..07f5a893f --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PointOrientGoalDirectionType_t.g.cs @@ -0,0 +1,16 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum PointOrientGoalDirectionType_t : uint +{ + eAbsOrigin = 0x0, + eCenter = 0x1, + eHead = 0x2, + eForward = 0x3, + eEyesForward = 0x4, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseBestOutflowRules_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseBestOutflowRules_t.g.cs new file mode 100644 index 000000000..de8748e1c --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseBestOutflowRules_t.g.cs @@ -0,0 +1,13 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum PulseBestOutflowRules_t : uint +{ + SORT_BY_NUMBER_OF_VALID_CRITERIA = 0x0, + SORT_BY_OUTFLOW_INDEX = 0x1, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseCollisionGroup_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseCollisionGroup_t.g.cs new file mode 100644 index 000000000..a6b6c633a --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseCollisionGroup_t.g.cs @@ -0,0 +1,12 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum PulseCollisionGroup_t : uint +{ + DEFAULT = 0x0, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseInstructionCode_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseInstructionCode_t.g.cs index c3d73310b..bf80af868 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseInstructionCode_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseInstructionCode_t.g.cs @@ -23,64 +23,99 @@ public enum PulseInstructionCode_t : ushort LIBRARY_INVOKE = 0xC, SET_VAR = 0xD, GET_VAR = 0xE, - GET_CONST = 0xF, - GET_DOMAIN_VALUE = 0x10, - COPY = 0x11, - NOT = 0x12, - NEGATE = 0x13, - ADD = 0x14, - SUB = 0x15, - MUL = 0x16, - DIV = 0x17, - MOD = 0x18, - LT = 0x19, - LTE = 0x1A, - EQ = 0x1B, - NE = 0x1C, - AND = 0x1D, - OR = 0x1E, - CONVERT_VALUE = 0x1F, - REINTERPRET_INSTANCE = 0x20, - GET_BLACKBOARD_REFERENCE = 0x21, - SET_BLACKBOARD_REFERENCE = 0x22, - REQUIREMENT_RESULT = 0x23, - LAST_SERIALIZED_CODE = 0x24, - NEGATE_INT = 0x25, - NEGATE_FLOAT = 0x26, - ADD_INT = 0x27, - ADD_FLOAT = 0x28, - ADD_STRING = 0x29, - SUB_INT = 0x2A, - SUB_FLOAT = 0x2B, - MUL_INT = 0x2C, - MUL_FLOAT = 0x2D, - DIV_INT = 0x2E, - DIV_FLOAT = 0x2F, - MOD_INT = 0x30, - MOD_FLOAT = 0x31, - LT_INT = 0x32, - LT_FLOAT = 0x33, - LTE_INT = 0x34, - LTE_FLOAT = 0x35, - EQ_BOOL = 0x36, - EQ_INT = 0x37, - EQ_FLOAT = 0x38, - EQ_STRING = 0x39, - EQ_ENTITY_NAME = 0x3A, - EQ_SCHEMA_ENUM = 0x3B, - EQ_EHANDLE = 0x3C, - EQ_PANEL_HANDLE = 0x3D, - EQ_OPAQUE_HANDLE = 0x3E, - EQ_TEST_HANDLE = 0x3F, - NE_BOOL = 0x40, - NE_INT = 0x41, - NE_FLOAT = 0x42, - NE_STRING = 0x43, - NE_ENTITY_NAME = 0x44, - NE_SCHEMA_ENUM = 0x45, - NE_EHANDLE = 0x46, - NE_PANEL_HANDLE = 0x47, - NE_OPAQUE_HANDLE = 0x48, - NE_TEST_HANDLE = 0x49, - GET_CONST_INLINE_STORAGE = 0x4A, + GET_VAR_DETACH = 0xF, + DETACH_REGISTER = 0x10, + SET_VAR_ARRAY_ELEMENT_1D = 0x11, + SET_VAR_OBSERVABLE = 0x12, + GET_CONST = 0x13, + GET_ARRAY_ELEMENT = 0x14, + GET_DOMAIN_VALUE = 0x15, + COPY = 0x16, + NOT = 0x17, + NEGATE = 0x18, + ADD = 0x19, + SUB = 0x1A, + MUL = 0x1B, + DIV = 0x1C, + MOD = 0x1D, + LT = 0x1E, + LTE = 0x1F, + EQ = 0x20, + NE = 0x21, + AND = 0x22, + OR = 0x23, + SCALE = 0x24, + SCALE_INV = 0x25, + ELEMENT_ACCESS = 0x26, + CONVERT_VALUE = 0x27, + REINTERPRET_INSTANCE = 0x28, + GET_BLACKBOARD_REFERENCE = 0x29, + SET_BLACKBOARD_REFERENCE = 0x2A, + LAST_SERIALIZED_CODE = 0x2B, + NEGATE_INT = 0x2C, + NEGATE_FLOAT = 0x2D, + NEGATE_VEC2 = 0x2E, + NEGATE_VEC3 = 0x2F, + NEGATE_VEC4 = 0x30, + ADD_INT = 0x31, + ADD_FLOAT = 0x32, + ADD_STRING = 0x33, + ADD_VEC2 = 0x34, + ADD_VEC3 = 0x35, + ADD_VEC4 = 0x36, + SUB_INT = 0x37, + SUB_FLOAT = 0x38, + SUB_VEC2 = 0x39, + SUB_VEC3 = 0x3A, + SUB_VEC4 = 0x3B, + MUL_INT = 0x3C, + MUL_FLOAT = 0x3D, + DIV_FLOAT = 0x3E, + MOD_INT = 0x3F, + MOD_FLOAT = 0x40, + LT_INT = 0x41, + LT_FLOAT = 0x42, + LTE_INT = 0x43, + LTE_FLOAT = 0x44, + EQ_BOOL = 0x45, + EQ_INT = 0x46, + EQ_FLOAT = 0x47, + EQ_VEC2 = 0x48, + EQ_VEC3 = 0x49, + EQ_VEC4 = 0x4A, + EQ_STRING = 0x4B, + EQ_ENTITY_NAME = 0x4C, + EQ_SCHEMA_ENUM = 0x4D, + EQ_EHANDLE = 0x4E, + EQ_PANEL_HANDLE = 0x4F, + EQ_OPAQUE_HANDLE = 0x50, + EQ_TEST_HANDLE = 0x51, + EQ_COLOR_RGB = 0x52, + EQ_ARRAY = 0x53, + NE_BOOL = 0x54, + NE_INT = 0x55, + NE_FLOAT = 0x56, + NE_VEC2 = 0x57, + NE_VEC3 = 0x58, + NE_VEC4 = 0x59, + NE_STRING = 0x5A, + NE_ENTITY_NAME = 0x5B, + NE_SCHEMA_ENUM = 0x5C, + NE_EHANDLE = 0x5D, + NE_PANEL_HANDLE = 0x5E, + NE_OPAQUE_HANDLE = 0x5F, + NE_TEST_HANDLE = 0x60, + NE_COLOR_RGB = 0x61, + NE_ARRAY = 0x62, + SCALE_VEC3 = 0x63, + SCALE_VEC2 = 0x64, + SCALE_VEC4 = 0x65, + SCALE_INV_VEC3 = 0x66, + SCALE_INV_VEC2 = 0x67, + SCALE_INV_VEC4 = 0x68, + ELEMENT_ACCESS_VEC2 = 0x69, + ELEMENT_ACCESS_VEC3 = 0x6A, + ELEMENT_ACCESS_VEC4 = 0x6B, + ELEMENT_ACCESS_COLOR_RGB = 0x6C, + GET_CONST_INLINE_STORAGE = 0x6D, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseTraceContents_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseTraceContents_t.g.cs new file mode 100644 index 000000000..5f63e0bca --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseTraceContents_t.g.cs @@ -0,0 +1,13 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum PulseTraceContents_t : uint +{ + STATIC_LEVEL = 0x0, + SOLID = 0x1, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseValueType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseValueType_t.g.cs index 785871416..531e8c957 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseValueType_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseValueType_t.g.cs @@ -8,25 +8,36 @@ namespace CounterStrikeSharp.API.Core; public enum PulseValueType_t : uint { - PVAL_INVALID = 0xFFFFFFFF, + PVAL_VOID = 0xFFFFFFFF, PVAL_BOOL = 0x0, PVAL_INT = 0x1, PVAL_FLOAT = 0x2, PVAL_STRING = 0x3, - PVAL_VEC3 = 0x4, - PVAL_TRANSFORM = 0x5, - PVAL_COLOR_RGB = 0x6, - PVAL_EHANDLE = 0x7, - PVAL_RESOURCE = 0x8, - PVAL_SNDEVT_GUID = 0x9, - PVAL_SNDEVT_NAME = 0xA, - PVAL_ENTITY_NAME = 0xB, - PVAL_OPAQUE_HANDLE = 0xC, - PVAL_TYPESAFE_INT = 0xD, - PVAL_CURSOR_FLOW = 0xE, - PVAL_ANY = 0xF, - PVAL_SCHEMA_ENUM = 0x10, - PVAL_PANORAMA_PANEL_HANDLE = 0x11, - PVAL_TEST_HANDLE = 0x12, - PVAL_COUNT = 0x13, + PVAL_VEC2 = 0x4, + PVAL_VEC3 = 0x5, + PVAL_QANGLE = 0x6, + PVAL_VEC3_WORLDSPACE = 0x7, + PVAL_VEC4 = 0x8, + PVAL_TRANSFORM = 0x9, + PVAL_TRANSFORM_WORLDSPACE = 0xA, + PVAL_COLOR_RGB = 0xB, + PVAL_GAMETIME = 0xC, + PVAL_EHANDLE = 0xD, + PVAL_RESOURCE = 0xE, + PVAL_RESOURCE_NAME = 0xF, + PVAL_SNDEVT_GUID = 0x10, + PVAL_SNDEVT_NAME = 0x11, + PVAL_ENTITY_NAME = 0x12, + PVAL_OPAQUE_HANDLE = 0x13, + PVAL_TYPESAFE_INT = 0x14, + PVAL_MODEL_MATERIAL_GROUP = 0x15, + PVAL_CURSOR_FLOW = 0x16, + PVAL_VARIANT = 0x17, + PVAL_UNKNOWN = 0x18, + PVAL_SCHEMA_ENUM = 0x19, + PVAL_PANORAMA_PANEL_HANDLE = 0x1A, + PVAL_TEST_HANDLE = 0x1B, + PVAL_ARRAY = 0x1C, + PVAL_TYPESAFE_INT64 = 0x1D, + PVAL_COUNT = 0x1E, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseVariableKeysSource_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseVariableKeysSource_t.g.cs new file mode 100644 index 000000000..0682cd901 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/PulseVariableKeysSource_t.g.cs @@ -0,0 +1,17 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum PulseVariableKeysSource_t : uint +{ + PRIVATE = 0x0, + CPP = 0x1, + VMAP = 0x2, + VMDL = 0x3, + XML = 0x4, + COUNT = 0x5, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/RagdollPoseControl.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/RagdollPoseControl.g.cs index 392036282..a23f1b5ca 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/RagdollPoseControl.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/RagdollPoseControl.g.cs @@ -9,5 +9,4 @@ namespace CounterStrikeSharp.API.Core; public enum RagdollPoseControl : uint { Absolute = 0x0, - Relative = 0x1, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/RelativeLocationType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/RelativeLocationType_t.g.cs new file mode 100644 index 000000000..62b1ab189 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/RelativeLocationType_t.g.cs @@ -0,0 +1,15 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum RelativeLocationType_t : byte +{ + WORLD_SPACE_POSITION = 0x0, + RELATIVE_TO_ENTITY_IN_LOCAL_SPACE = 0x1, + RELATIVE_TO_ENTITY_YAW_ONLY = 0x2, + RELATIVE_TO_ENTITY_IN_WORLD_SPACE = 0x3, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderBufferFlags_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderBufferFlags_t.g.cs index 0f116fac2..ad6b90965 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderBufferFlags_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderBufferFlags_t.g.cs @@ -14,11 +14,10 @@ public enum RenderBufferFlags_t : uint RENDER_BUFFER_USAGE_UNORDERED_ACCESS = 0x8, RENDER_BUFFER_BYTEADDRESS_BUFFER = 0x10, RENDER_BUFFER_STRUCTURED_BUFFER = 0x20, - RENDER_BUFFER_APPEND_CONSUME_BUFFER = 0x40, - RENDER_BUFFER_UAV_COUNTER = 0x80, RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100, RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200, RENDER_BUFFER_SHADER_BINDING_TABLE = 0x400, RENDER_BUFFER_PER_FRAME_WRITE_ONCE = 0x800, RENDER_BUFFER_POOL_ALLOCATED = 0x1000, + RENDER_BUFFER_USAGE_CONDITIONAL_RENDERING = 0x2000, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderMeshSlotType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderMeshSlotType_t.g.cs new file mode 100644 index 000000000..da9a271b1 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderMeshSlotType_t.g.cs @@ -0,0 +1,14 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum RenderMeshSlotType_t : byte +{ + RENDERMESH_SLOT_INVALID = 0xFF, + RENDERMESH_SLOT_PER_VERTEX = 0x0, + RENDERMESH_SLOT_PER_INSTANCE = 0x1, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderPrimitiveType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderPrimitiveType_t.g.cs index e14b9b8e6..6d3887677 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderPrimitiveType_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderPrimitiveType_t.g.cs @@ -20,5 +20,6 @@ public enum RenderPrimitiveType_t : uint RENDER_PRIM_INSTANCED_QUADS = 0x9, RENDER_PRIM_HETEROGENOUS = 0xA, RENDER_PRIM_COMPUTE_SHADER = 0xB, - RENDER_PRIM_TYPE_COUNT = 0xC, + RENDER_PRIM_MESH_SHADER = 0xC, + RENDER_PRIM_TYPE_COUNT = 0xD, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderSlotType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderSlotType_t.g.cs index d0fe7051c..52593008c 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderSlotType_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/RenderSlotType_t.g.cs @@ -6,9 +6,9 @@ namespace CounterStrikeSharp.API.Core; -public enum RenderSlotType_t : uint +public enum RenderSlotType_t : byte { - RENDER_SLOT_INVALID = 0xFFFFFFFF, + RENDER_SLOT_INVALID = 0xFF, RENDER_SLOT_PER_VERTEX = 0x0, RENDER_SLOT_PER_INSTANCE = 0x1, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/ScalarExpressionType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/ScalarExpressionType_t.g.cs index a7b4ce3f0..14bb49630 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/ScalarExpressionType_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/ScalarExpressionType_t.g.cs @@ -17,4 +17,7 @@ public enum ScalarExpressionType_t : uint SCALAR_EXPRESSION_MIN = 0x5, SCALAR_EXPRESSION_MAX = 0x6, SCALAR_EXPRESSION_MOD = 0x7, + SCALAR_EXPRESSION_EQUAL = 0x8, + SCALAR_EXPRESSION_GT = 0x9, + SCALAR_EXPRESSION_LT = 0xA, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/ScriptedMoveType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/ScriptedMoveType_t.g.cs deleted file mode 100644 index 9adab9f9b..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/ScriptedMoveType_t.g.cs +++ /dev/null @@ -1,15 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; - -namespace CounterStrikeSharp.API.Core; - -public enum ScriptedMoveType_t : uint -{ - SCRIPTED_MOVETYPE_NONE = 0x0, - SCRIPTED_MOVETYPE_TO_WITH_DURATION = 0x1, - SCRIPTED_MOVETYPE_TO_WITH_MOVESPEED = 0x2, - SCRIPTED_MOVETYPE_SWEEP_TO_AT_MOVEMENT_SPEED = 0x3, -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/MovementGait_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/SharedMovementGait_t.g.cs similarity index 81% rename from managed/CounterStrikeSharp.API/Core/Schema/Enums/MovementGait_t.g.cs rename to managed/CounterStrikeSharp.API/Core/Schema/Enums/SharedMovementGait_t.g.cs index 2964de6e7..c09380288 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/MovementGait_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/SharedMovementGait_t.g.cs @@ -1,17 +1,17 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; - -namespace CounterStrikeSharp.API.Core; - -public enum MovementGait_t : byte -{ - eInvalid = 0xFF, - eSlow = 0x0, - eMedium = 0x1, - eFast = 0x2, - eVeryFast = 0x3, - eCount = 0x4, -} +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum SharedMovementGait_t : byte +{ + eInvalid = 0xFF, + eSlow = 0x0, + eMedium = 0x1, + eFast = 0x2, + eVeryFast = 0x3, + eCount = 0x4, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/SoundFlags_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/SoundFlags_t.g.cs deleted file mode 100644 index 7b176b63b..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/SoundFlags_t.g.cs +++ /dev/null @@ -1,21 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; - -namespace CounterStrikeSharp.API.Core; - -public enum SoundFlags_t : ushort -{ - SOUND_FLAGS_NONE = 0x0, - SOUND_FLAG_GUNFIRE = 0x1, - SOUND_FLAG_COMBINE_ONLY = 0x2, - SOUND_FLAG_REACT_TO_SOURCE = 0x4, - SOUND_FLAG_EXPLOSION = 0x8, - SOUND_FLAG_EXCLUDE_COMBINE = 0x10, - SOUND_FLAG_DANGER_APPROACH = 0x20, - SOUND_FLAG_ALLIES_ONLY = 0x40, - SOUND_FLAG_PANIC_NPCS = 0x80, - SOUND_FLAG_SQUAD_ONLY = 0x100, -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/SoundTypes_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/SoundTypes_t.g.cs deleted file mode 100644 index ee74cc6ce..000000000 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/SoundTypes_t.g.cs +++ /dev/null @@ -1,25 +0,0 @@ -// -#nullable enable -#pragma warning disable CS1591 - -using System; - -namespace CounterStrikeSharp.API.Core; - -public enum SoundTypes_t : ushort -{ - SOUND_NONE = 0x0, - SOUND_COMBAT = 0x1, - SOUND_PLAYER = 0x2, - SOUND_DANGER = 0x3, - SOUND_BULLET_IMPACT = 0x4, - SOUND_THUMPER = 0x5, - SOUND_PHYSICS_DANGER = 0x6, - SOUND_MOVE_AWAY = 0x7, - SOUND_PLAYER_VEHICLE = 0x8, - SOUND_GLASS_BREAK = 0x9, - SOUND_PHYSICS_OBJECT = 0xA, - SOUND_WARN_FRIENDS = 0xB, - SOUND_FOOD = 0xC, - NUM_AI_SOUND_TYPES = 0xD, -} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/SpriteCardTextureType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/SpriteCardTextureType_t.g.cs index 30944ba15..ad4659655 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/SpriteCardTextureType_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/SpriteCardTextureType_t.g.cs @@ -18,4 +18,6 @@ public enum SpriteCardTextureType_t : uint SPRITECARD_TEXTURE_SPHERICAL_HARMONICS_A = 0x7, SPRITECARD_TEXTURE_SPHERICAL_HARMONICS_B = 0x8, SPRITECARD_TEXTURE_SPHERICAL_HARMONICS_C = 0x9, + SPRITECARD_TEXTURE_DEPTH = 0xA, + SPRITECARD_TEXTURE_ILLUMINATION_GRADIENT = 0xB, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/StateActionBehavior.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/StateActionBehavior.g.cs index 727e67a69..fdba6d32c 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/StateActionBehavior.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/StateActionBehavior.g.cs @@ -12,4 +12,5 @@ public enum StateActionBehavior : uint STATETAGBEHAVIOR_FIRE_ON_ENTER = 0x1, STATETAGBEHAVIOR_FIRE_ON_EXIT = 0x2, STATETAGBEHAVIOR_FIRE_ON_ENTER_AND_EXIT = 0x3, + STATETAGBEHAVIOR_ACTIVE_WHILE_FULLY_BLENDED = 0x4, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/TakeDamageFlags_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/TakeDamageFlags_t.g.cs index fac6206e5..56540cb51 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/TakeDamageFlags_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/TakeDamageFlags_t.g.cs @@ -22,7 +22,9 @@ public enum TakeDamageFlags_t : ulong DFLAG_RADIUS_DMG = 0x400, DFLAG_FORCEREDUCEARMOR_DMG = 0x800, DFLAG_SUPPRESS_INTERRUPT_FLINCH = 0x1000, - DMG_LASTDFLAG = 0x1000, - DFLAG_IGNORE_ARMOR = 0x2000, - DFLAG_SUPPRESS_UTILREMOVE = 0x4000, + DFLAG_IGNORE_DESTRUCTIBLE_PARTS = 0x2000, + DFLAGS_ONLY_DAMAGE_DESTRUCTIBLE_PARTS = 0x4000, + DMG_LASTDFLAG = 0x4000, + DFLAG_IGNORE_ARMOR = 0x8000, + DFLAG_SUPPRESS_UTILREMOVE = 0x10000, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/TargetSelectorAngleMode_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/TargetSelectorAngleMode_t.g.cs new file mode 100644 index 000000000..e207a4b97 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/TargetSelectorAngleMode_t.g.cs @@ -0,0 +1,13 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum TargetSelectorAngleMode_t : uint +{ + eFacingHeading = 0x0, + eMoveHeading = 0x1, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/TargetWarpAngleMode_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/TargetWarpAngleMode_t.g.cs new file mode 100644 index 000000000..61f36df7e --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/TargetWarpAngleMode_t.g.cs @@ -0,0 +1,13 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum TargetWarpAngleMode_t : uint +{ + eFacingHeading = 0x0, + eMoveHeading = 0x1, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/TargetWarpCorrectionMethod.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/TargetWarpCorrectionMethod.g.cs new file mode 100644 index 000000000..f93da8be2 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/TargetWarpCorrectionMethod.g.cs @@ -0,0 +1,13 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum TargetWarpCorrectionMethod : uint +{ + ScaleMotion = 0x0, + AddCorrectionDelta = 0x1, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/TargetWarpTimingMethod.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/TargetWarpTimingMethod.g.cs new file mode 100644 index 000000000..097fd860d --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/TargetWarpTimingMethod.g.cs @@ -0,0 +1,13 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum TargetWarpTimingMethod : uint +{ + ReachDestinationOnRootMotionEnd = 0x0, + ReachDestinationOnWarpTagEnd = 0x1, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/TestInputOutputCombinationsEnum_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/TestInputOutputCombinationsEnum_t.g.cs new file mode 100644 index 000000000..819acda89 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/TestInputOutputCombinationsEnum_t.g.cs @@ -0,0 +1,14 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum TestInputOutputCombinationsEnum_t : uint +{ + ZERO = 0x0, + ONE = 0x1, + TWO = 0x2, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/VMixGraphCommandID_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/VMixGraphCommandID_t.g.cs new file mode 100644 index 000000000..c5e329017 --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/VMixGraphCommandID_t.g.cs @@ -0,0 +1,49 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum VMixGraphCommandID_t : uint +{ + CMD_INVALID = 0xFFFFFFFF, + CMD_CONTROL_INPUT_STORE = 0x1, + CMD_CONTROL_INPUT_STORE_DB = 0x2, + CMD_CONTROL_TRANSIENT_INPUT_STORE = 0x3, + CMD_CONTROL_TRANSIENT_INPUT_RESET = 0x4, + CMD_CONTROL_OUTPUT_STORE = 0x5, + CMD_CONTROL_EVALUATE_CURVE = 0x6, + CMD_CONTROL_COPY = 0x7, + CMD_CONTROL_REMAP_LINEAR = 0x8, + CMD_CONTROL_REMAP_SINE = 0x9, + CMD_CONTROL_REMAP_LOGLINEAR = 0xA, + CMD_CONTROL_MAX = 0xB, + CMD_CONTROL_RESET_TIMER = 0xC, + CMD_CONTROL_INCREMENT_TIMER = 0xD, + CMD_CONTROL_EVAL_ENVELOPE = 0xE, + CMD_CONTROL_SINE_BLEND = 0xF, + CMD_PROCESSOR_SET_CONTROL_VALUE = 0x10, + CMD_PROCESSOR_SET_NAME_INPUT = 0x11, + CMD_PROCESSOR_SET_CONTROL_ARRAYVALUE = 0x12, + CMD_PROCESSOR_STORE_CONTROL_VALUE = 0x13, + CMD_PROCESSOR_SET_VSND_VALUE = 0x14, + CMD_SUBMIX_PROCESS = 0x15, + CMD_SUBMIX_GENERATE = 0x16, + CMD_SUBMIX_GENERATE_SIDECHAIN = 0x17, + CMD_SUBMIX_DEBUG = 0x18, + CMD_SUBMIX_MIX2x1 = 0x19, + CMD_SUBMIX_OUTPUT = 0x1A, + CMD_SUBMIX_OUTPUTx2 = 0x1B, + CMD_SUBMIX_COPY = 0x1C, + CMD_SUBMIX_ACCUMULATE = 0x1D, + CMD_SUBMIX_METER = 0x1E, + CMD_SUBMIX_METER_SPECTRUM = 0x1F, + CMD_IMPULSERESPONSE_INPUT_STORE = 0x20, + CMD_PROCESSOR_SET_IMPULSERESPONSE_VALUE = 0x21, + CMD_REMAP_VSND_TO_IMPULSERESPONSE = 0x22, + CMD_IMPULSERESPONSE_RESET = 0x23, + CMD_BLEND_VSNDS_TO_IMPULSERESPONSE = 0x24, + CMD_IMPULSERESPONSE_DELAY = 0x25, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/VMixProcessorType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/VMixProcessorType_t.g.cs index a78428e6f..1872c694e 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/VMixProcessorType_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/VMixProcessorType_t.g.cs @@ -17,25 +17,27 @@ public enum VMixProcessorType_t : ushort VPROCESSOR_MOD_DELAY = 0x6, VPROCESSOR_DIFFUSOR = 0x7, VPROCESSOR_BOXVERB = 0x8, - VPROCESSOR_FREEVERB = 0x9, - VPROCESSOR_PLATEVERB = 0xA, - VPROCESSOR_FULLWAVE_INTEGRATOR = 0xB, - VPROCESSOR_FILTER = 0xC, - VPROCESSOR_STEAMAUDIO_PATHING = 0xD, - VPROCESSOR_EQ8 = 0xE, - VPROCESSOR_ENVELOPE = 0xF, - VPROCESSOR_VOCODER = 0x10, - VPROCESSOR_CONVOLUTION = 0x11, - VPROCESSOR_DYNAMICS_3BAND = 0x12, - VPROCESSOR_DYNAMICS_COMPRESSOR = 0x13, - VPROCESSOR_SHAPER = 0x14, - VPROCESSOR_PANNER = 0x15, - VPROCESSOR_UTILITY = 0x16, - VPROCESSOR_AUTOFILTER = 0x17, - VPROCESSOR_OSC = 0x18, - VPROCESSOR_STEREODELAY = 0x19, - VPROCESSOR_EFFECT_CHAIN = 0x1A, - VPROCESSOR_SUBGRAPH_SWITCH = 0x1B, - VPROCESSOR_STEAMAUDIO_DIRECT = 0x1C, - VPROCESSOR_STEAMAUDIO_HYBRIDREVERB = 0x1D, + VPROCESSOR_BOXVERB2 = 0x9, + VPROCESSOR_FREEVERB = 0xA, + VPROCESSOR_PLATEVERB = 0xB, + VPROCESSOR_FULLWAVE_INTEGRATOR = 0xC, + VPROCESSOR_FILTER = 0xD, + VPROCESSOR_STEAMAUDIO_PATHING = 0xE, + VPROCESSOR_EQ8 = 0xF, + VPROCESSOR_ENVELOPE = 0x10, + VPROCESSOR_VOCODER = 0x11, + VPROCESSOR_CONVOLUTION = 0x12, + VPROCESSOR_DUAL_COMPRESSOR = 0x13, + VPROCESSOR_DYNAMICS_3BAND = 0x14, + VPROCESSOR_DYNAMICS_COMPRESSOR = 0x15, + VPROCESSOR_SHAPER = 0x16, + VPROCESSOR_PANNER = 0x17, + VPROCESSOR_UTILITY = 0x18, + VPROCESSOR_AUTOFILTER = 0x19, + VPROCESSOR_OSC = 0x1A, + VPROCESSOR_STEREODELAY = 0x1B, + VPROCESSOR_EFFECT_CHAIN = 0x1C, + VPROCESSOR_SUBGRAPH_SWITCH = 0x1D, + VPROCESSOR_STEAMAUDIO_DIRECT = 0x1E, + VPROCESSOR_STEAMAUDIO_HYBRIDREVERB = 0x1F, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/VPhysXBodyPart_tVPhysXFlagEnum_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/VPhysXBodyPart_tVPhysXFlagEnum_t.g.cs index f4cf8c42a..6b18fafe6 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/VPhysXBodyPart_tVPhysXFlagEnum_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/VPhysXBodyPart_tVPhysXFlagEnum_t.g.cs @@ -13,4 +13,5 @@ public enum VPhysXBodyPart_tVPhysXFlagEnum_t : uint FLAG_JOINT = 0x4, FLAG_MASS = 0x8, FLAG_ALWAYS_DYNAMIC_ON_CLIENT = 0x10, + FLAG_DISABLE_CCD = 0x20, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/VectorExpressionType_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/VectorExpressionType_t.g.cs index 6e4f9aa28..3c8d0d7c3 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/VectorExpressionType_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/VectorExpressionType_t.g.cs @@ -17,4 +17,5 @@ public enum VectorExpressionType_t : uint VECTOR_EXPRESSION_MIN = 0x5, VECTOR_EXPRESSION_MAX = 0x6, VECTOR_EXPRESSION_CROSSPRODUCT = 0x7, + VECTOR_EXPRESSION_LERP = 0x8, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/WeaponGameplayAnimState.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/WeaponGameplayAnimState.g.cs new file mode 100644 index 000000000..0b6223c8b --- /dev/null +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/WeaponGameplayAnimState.g.cs @@ -0,0 +1,39 @@ +// +#nullable enable +#pragma warning disable CS1591 + +using System; + +namespace CounterStrikeSharp.API.Core; + +public enum WeaponGameplayAnimState : ushort +{ + WPN_ANIMSTATE_UNINITIALIZED = 0x0, + WPN_ANIMSTATE_DROPPED = 0x1, + WPN_ANIMSTATE_HOLSTERED = 0xA, + WPN_ANIMSTATE_DEPLOY = 0xB, + WPN_ANIMSTATE_IDLE = 0x32, + WPN_ANIMSTATE_SHOOT_PRIMARY = 0x64, + WPN_ANIMSTATE_SHOOT_SECONDARY = 0x65, + WPN_ANIMSTATE_SHOOT_DRYFIRE = 0x66, + WPN_ANIMSTATE_CHARGE = 0x67, + WPN_ANIMSTATE_GRENADE_PULL_PIN = 0xC8, + WPN_ANIMSTATE_GRENADE_READY = 0xC9, + WPN_ANIMSTATE_GRENADE_THROW = 0xCA, + WPN_ANIMSTATE_C4_PLANT = 0x12C, + WPN_ANIMSTATE_HEALTHSHOT_INJECT = 0x190, + WPN_ANIMSTATE_KNIFE_PRIMARY_HIT = 0x1F4, + WPN_ANIMSTATE_KNIFE_PRIMARY_MISS = 0x1F5, + WPN_ANIMSTATE_KNIFE_SECONDARY_HIT = 0x1F6, + WPN_ANIMSTATE_KNIFE_SECONDARY_MISS = 0x1F7, + WPN_ANIMSTATE_KNIFE_PRIMARY_STAB = 0x1F8, + WPN_ANIMSTATE_KNIFE_SECONDARY_STAB = 0x1F9, + WPN_ANIMSTATE_SILENCER_APPLY = 0x258, + WPN_ANIMSTATE_SILENCER_REMOVE = 0x259, + WPN_ANIMSTATE_RELOAD = 0x320, + WPN_ANIMSTATE_RELOAD_OUTRO = 0x321, + WPN_ANIMSTATE_INSPECT = 0x3E8, + WPN_ANIMSTATE_INSPECT_OUTRO = 0x3E9, + WPN_ANIMSTATE_END_VALID = 0x44C, + WEAPON_LEGACY_STATE_CLEAR_FIRING = 0x44D, +} diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/WeaponSwitchReason_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/WeaponSwitchReason_t.g.cs index 4af57d666..fad78fcf5 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/WeaponSwitchReason_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/WeaponSwitchReason_t.g.cs @@ -11,5 +11,6 @@ public enum WeaponSwitchReason_t : uint eDrawn = 0x0, eEquipped = 0x1, eUserInitiatedSwitchToLast = 0x2, - eUserInitiatedSwitchHands = 0x3, + eUserInitiatedUIKeyPress = 0x3, + eUserInitiatedSwitchHands = 0x4, } diff --git a/managed/CounterStrikeSharp.API/Core/Schema/Enums/fieldtype_t.g.cs b/managed/CounterStrikeSharp.API/Core/Schema/Enums/fieldtype_t.g.cs index 40628e12c..e652e1ddd 100644 --- a/managed/CounterStrikeSharp.API/Core/Schema/Enums/fieldtype_t.g.cs +++ b/managed/CounterStrikeSharp.API/Core/Schema/Enums/fieldtype_t.g.cs @@ -88,5 +88,6 @@ public enum fieldtype_t : byte FIELD_ENGINE_TICK = 0x4D, FIELD_WORLD_GROUP_ID = 0x4E, FIELD_GLOBALSYMBOL = 0x4F, - FIELD_TYPECOUNT = 0x50, + FIELD_HNMGRAPHDEFINITION = 0x50, + FIELD_TYPECOUNT = 0x51, } diff --git a/managed/CounterStrikeSharp.SchemaGen/NetworkClasses.cs b/managed/CounterStrikeSharp.SchemaGen/NetworkClasses.cs index 7cc1ed646..b3406691f 100644 --- a/managed/CounterStrikeSharp.SchemaGen/NetworkClasses.cs +++ b/managed/CounterStrikeSharp.SchemaGen/NetworkClasses.cs @@ -23,7 +23,6 @@ public static class NetworkClasses "CBasePropDoor", "CBaseToggle", "CBaseTrigger", - "CBaseViewModel", "CBeam", "CBombTarget", "CBreakable", @@ -43,7 +42,6 @@ public static class NetworkClasses "CCSGO_WingmanIntroCharacterPosition", "CCSGO_WingmanIntroCounterTerroristPosition", "CCSGO_WingmanIntroTerroristPosition", - "CCSGOViewModel", "CCSMinimapBoundary", "CCSObserverPawn", "CCSPlayerController", @@ -71,13 +69,11 @@ public static class NetworkClasses "CEnvLightProbeVolume", "CEnvParticleGlow", "CEnvProjectedTexture", - "CEnvScreenOverlay", "CEnvSky", "CEnvVolumetricFogController", "CEnvVolumetricFogVolume", "CEnvWind", "CFireCrackerBlast", - "CFireSmoke", "CFish", "CFlashbang", "CFogController", @@ -111,7 +107,6 @@ public static class NetworkClasses "CLightDirectionalEntity", "CLightEntity", "CLightEnvironmentEntity", - "CLightGlow", "CLightOrthoEntity", "CLightSpotEntity", "CMapVetoPickController", @@ -140,7 +135,6 @@ public static class NetworkClasses "CPostProcessingVolume", "CPrecipitation", "CPrecipitationBlocker", - "CPredictedViewModel", "CRagdollManager", "CRagdollProp", "CRagdollPropAttached", @@ -163,7 +157,6 @@ public static class NetworkClasses "CSpotlightEnd", "CSprite", "CSpriteOriented", - "CSun", "CTeam", "CTextureBasedAnimatable", "CTonemapController2", diff --git a/managed/CounterStrikeSharp.SchemaGen/Schema/server.json b/managed/CounterStrikeSharp.SchemaGen/Schema/server.json index b51f9ecc5..1b415f171 100644 --- a/managed/CounterStrikeSharp.SchemaGen/Schema/server.json +++ b/managed/CounterStrikeSharp.SchemaGen/Schema/server.json @@ -20,24 +20,6 @@ } ] }, - "AISound_t": { - "fields": [ - { - "name": "nType", - "type": { - "category": 0, - "name": "uint16" - } - }, - { - "name": "nFlags", - "type": { - "category": 0, - "name": "uint16" - } - } - ] - }, "ActiveModelConfig_t": { "fields": [ { @@ -88,6 +70,25 @@ } ] }, + "AggregateInstanceStreamOnDiskData_t": { + "fields": [ + { + "name": "m_DecodedSize", + "type": { + "category": 0, + "name": "uint32" + } + }, + { + "name": "m_BufferData", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlBinaryBlock" + } + } + ] + }, "AggregateLODSetup_t": { "fields": [ { @@ -143,24 +144,24 @@ } }, { - "name": "m_nDrawCallIndex", + "name": "m_nLODGroupMask", "type": { "category": 0, - "name": "int16" + "name": "uint8" } }, { - "name": "m_nLODSetupIndex", + "name": "m_nDrawCallIndex", "type": { "category": 0, "name": "int16" } }, { - "name": "m_nLODGroupMask", + "name": "m_nLODSetupIndex", "type": { "category": 0, - "name": "uint8" + "name": "int16" } }, { @@ -184,6 +185,27 @@ "category": 0, "name": "int32" } + }, + { + "name": "m_nInstanceStreamOffset", + "type": { + "category": 0, + "name": "uint32" + } + }, + { + "name": "m_nVertexAlbedoStreamOffset", + "type": { + "category": 0, + "name": "uint32" + } + }, + { + "name": "m_instanceStreams", + "type": { + "category": 6, + "name": "AggregateInstanceStream_t" + } } ] }, @@ -210,6 +232,20 @@ "name": "int16" } }, + { + "name": "m_instanceStream", + "type": { + "category": 0, + "name": "int16" + } + }, + { + "name": "m_vertexAlbedoStream", + "type": { + "category": 0, + "name": "int16" + } + }, { "name": "m_aggregateMeshes", "type": { @@ -274,6 +310,18 @@ } ] }, + "AggregateVertexAlbedoStreamOnDiskData_t": { + "fields": [ + { + "name": "m_BufferData", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlBinaryBlock" + } + } + ] + }, "AimCameraOpFixedSettings_t": { "fields": [ { @@ -832,6 +880,13 @@ "name": "bool" } }, + { + "name": "m_bSHLightmaps", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_nChartPackIterations", "type": { @@ -863,6 +918,43 @@ }, "name": "CUtlVector< CStrongHandle< InfoForResourceTypeCTextureBase > >" } + }, + { + "name": "m_bakedShadows", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "BakedLightingInfo_t::BakedShadowAssignment_t" + }, + "name": "CUtlVector< BakedLightingInfo_t::BakedShadowAssignment_t >" + } + } + ] + }, + "BakedLightingInfo_t::BakedShadowAssignment_t": { + "fields": [ + { + "name": "m_nLightHash", + "type": { + "category": 0, + "name": "uint32" + } + }, + { + "name": "m_nMapHash", + "type": { + "category": 0, + "name": "uint32" + } + }, + { + "name": "m_nShadowChannel", + "type": { + "category": 0, + "name": "int8" + } } ] }, @@ -983,54 +1075,6 @@ } ] }, - "CAISound": { - "fields": [ - { - "name": "m_iSoundType", - "type": { - "category": 6, - "name": "SoundTypes_t" - } - }, - { - "name": "m_iSoundFlags", - "type": { - "category": 6, - "name": "SoundFlags_t" - } - }, - { - "name": "m_iVolume", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_iSoundIndex", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_flDuration", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_iszProxyEntityName", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - } - } - ], - "parent": "CPointEntity" - }, "CAI_ChangeHintGroup": { "fields": [ { @@ -1082,6 +1126,13 @@ "name": "GameTime_t" } }, + { + "name": "m_flQueuedSpeechTime", + "type": { + "category": 5, + "name": "GameTime_t" + } + }, { "name": "m_flBlockedTalkTime", "type": { @@ -1145,19 +1196,7 @@ ] }, "CAI_ExpresserWithFollowup": { - "fields": [ - { - "name": "m_pPostponedFollowup", - "type": { - "category": 1, - "inner": { - "category": 5, - "name": "ResponseFollowup" - }, - "name": "ResponseFollowup*" - } - } - ], + "fields": [], "parent": "CAI_Expresser" }, "CAK47": { @@ -2499,31 +2538,16 @@ "CAnimGraphControllerBase": { "fields": [ { - "name": "m_sDestructiblePartDestroyedHitGroup", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 1, - "inner": { - "category": 0, - "name": "char" - }, - "name": "char*" - }, - "name": "CAnimGraphParamOptionalRef< char* >" - } - }, - { - "name": "m_nDestructiblePartDestroyedPartIndex", + "name": "m_vecParamsToResetInPostGraphUpdate", "type": { - "atomic": 1, + "atomic": 2, "category": 4, "inner": { - "category": 0, - "name": "int32" + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" }, - "name": "CAnimGraphParamOptionalRef< int32 >" + "name": "CUtlVectorFixedGrowable< CGlobalSymbol, 8 >" } } ] @@ -2931,6 +2955,13 @@ "category": 0, "name": "float32" } + }, + { + "name": "m_fFallingSpeedScale", + "type": { + "category": 0, + "name": "float32" + } } ] }, @@ -3300,9 +3331,9 @@ "inner": { "atomic": 3, "category": 4, - "name": "CUtlPair< CAnimParamHandle, CAnimVariant >" + "name": "std::pair< CAnimParamHandle, CAnimVariant >" }, - "name": "CUtlVector< CUtlPair< CAnimParamHandle, CAnimVariant > >" + "name": "CUtlVector< std::pair< CAnimParamHandle, CAnimVariant > >" } }, { @@ -4581,6 +4612,20 @@ "name": "int32" } }, + { + "name": "m_nLightPathUniqueId", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nLightMapUniqueId", + "type": { + "category": 0, + "name": "int32" + } + }, { "name": "m_nLuminaireShape", "type": { @@ -4786,6 +4831,13 @@ "name": "bool" } }, + { + "name": "m_bForceShadowsEnabled", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_nBounceLight", "type": { @@ -5177,22 +5229,208 @@ } }, { - "name": "m_bRagdollClientSide", + "name": "m_bRagdollEnabled", "type": { "category": 0, "name": "bool" } }, { - "name": "m_nLastDestructiblePartDestroyedAnimgraphSetTick", + "name": "m_bRagdollClientSide", "type": { "category": 0, - "name": "int32" + "name": "bool" } } ], "parent": "CBaseModelEntity" }, + "CBaseAnimGraphAnimGraphController": { + "fields": [ + { + "name": "m_sDestructiblePartDestroyedHitGroup", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + }, + "name": "CAnimGraphParamOptionalRef< CGlobalSymbol >" + } + }, + { + "name": "m_nDestructiblePartDestroyedPartIndex", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "int32" + }, + "name": "CAnimGraphParamOptionalRef< int32 >" + } + }, + { + "name": "m_bHITGROUP_INVALID_Destroyed", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraphParamOptionalRef< bool >" + } + }, + { + "name": "m_bHITGROUP_GENERIC_Destroyed", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraphParamOptionalRef< bool >" + } + }, + { + "name": "m_bHITGROUP_HEAD_Destroyed", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraphParamOptionalRef< bool >" + } + }, + { + "name": "m_bHITGROUP_CHEST_Destroyed", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraphParamOptionalRef< bool >" + } + }, + { + "name": "m_bHITGROUP_STOMACH_Destroyed", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraphParamOptionalRef< bool >" + } + }, + { + "name": "m_bHITGROUP_LEFTARM_Destroyed", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraphParamOptionalRef< bool >" + } + }, + { + "name": "m_bHITGROUP_RIGHTARM_Destroyed", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraphParamOptionalRef< bool >" + } + }, + { + "name": "m_bHITGROUP_LEFTLEG_Destroyed", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraphParamOptionalRef< bool >" + } + }, + { + "name": "m_bHITGROUP_RIGHTLEG_Destroyed", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraphParamOptionalRef< bool >" + } + }, + { + "name": "m_bHITGROUP_NECK_Destroyed", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraphParamOptionalRef< bool >" + } + }, + { + "name": "m_bHITGROUP_UNUSED_Destroyed", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraphParamOptionalRef< bool >" + } + }, + { + "name": "m_bHITGROUP_GEAR_Destroyed", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraphParamOptionalRef< bool >" + } + }, + { + "name": "m_bHITGROUP_SPECIAL_Destroyed", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraphParamOptionalRef< bool >" + } + } + ], + "parent": "CAnimGraphControllerBase" + }, "CBaseAnimGraphController": { "fields": [ { @@ -5293,6 +5531,59 @@ "category": 5, "name": "GameTime_t" } + }, + { + "name": "m_hGraphDefinitionAG2", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "InfoForResourceTypeCNmGraphDefinition" + }, + "name": "CStrongHandle< InfoForResourceTypeCNmGraphDefinition >", + "outer": "CStrongHandle" + } + }, + { + "name": "m_bIsUsingAG2", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_serializedPoseRecipeAG2", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "uint8" + }, + "name": "CNetworkUtlVectorBase< uint8 >" + } + }, + { + "name": "m_nSerializePoseRecipeSizeAG2", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nGraphCreationFlagsAG2", + "type": { + "category": 0, + "name": "uint8" + } + }, + { + "name": "m_nServerGraphDefReloadCountAG2", + "type": { + "category": 0, + "name": "int32" + } } ], "parent": "CSkeletonAnimationController" @@ -5543,13 +5834,6 @@ "name": "float32" } }, - { - "name": "m_flThrowStrengthApproach", - "type": { - "category": 0, - "name": "float32" - } - }, { "name": "m_fDropTime", "type": { @@ -5869,6 +6153,13 @@ "name": "float32" } }, + { + "name": "m_nMinVehicleDamageToTempRagdoll", + "type": { + "category": 0, + "name": "int32" + } + }, { "name": "m_bApplyStressDamage", "type": { @@ -5876,6 +6167,13 @@ "name": "bool" } }, + { + "name": "m_bDeathEventsDispatched", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_iDamageCount", "type": { @@ -5920,6 +6218,13 @@ "category": 0, "name": "uint32" } + }, + { + "name": "m_movementStats", + "type": { + "category": 5, + "name": "CMovementStatsProperty" + } } ], "parent": "CBaseFlex" @@ -6035,6 +6340,13 @@ "name": "bool" } }, + { + "name": "m_bNoNPCs", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_eSpawnPosition", "type": { @@ -6649,6 +6961,13 @@ "name": "float32" } }, + { + "name": "m_bGravityDisabled", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_bAnimatedEveryTick", "type": { @@ -6656,6 +6975,20 @@ "name": "bool" } }, + { + "name": "m_flActualGravityScale", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_bGravityActuallyDisabled", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_bDisableLowViolence", "type": { @@ -6741,13 +7074,6 @@ "name": "bool" } }, - { - "name": "m_flOverriddenFriction", - "type": { - "category": 0, - "name": "float32" - } - }, { "name": "m_pBlocker", "type": { @@ -6781,6 +7107,17 @@ "category": 6, "name": "BloodType" } + }, + { + "name": "m_pPulseGraphInstance", + "type": { + "category": 1, + "inner": { + "category": 5, + "name": "CPulseGraphInstance_ServerEntity" + }, + "name": "CPulseGraphInstance_ServerEntity*" + } } ], "parent": "CEntityInstance" @@ -6814,39 +7151,6 @@ ], "parent": "CLogicalEntity" }, - "CBaseFire": { - "fields": [ - { - "name": "m_flScale", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flStartScale", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flScaleTime", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_nFlags", - "type": { - "category": 0, - "name": "uint32" - } - } - ], - "parent": "CBaseEntity" - }, "CBaseFlex": { "fields": [ { @@ -7142,12 +7446,51 @@ } }, { - "name": "m_nLastHitDestructiblePartIndex", + "name": "m_nDestructiblePartInitialStateDestructed0_PartIndex", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nDestructiblePartInitialStateDestructed1_PartIndex", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nDestructiblePartInitialStateDestructed2_PartIndex", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nDestructiblePartInitialStateDestructed3_PartIndex", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nDestructiblePartInitialStateDestructed4_PartIndex", "type": { "category": 0, "name": "int32" } }, + { + "name": "m_pDestructiblePartsSystemComponent", + "type": { + "category": 1, + "inner": { + "category": 5, + "name": "CDestructiblePartsSystemComponent" + }, + "name": "CDestructiblePartsSystemComponent*" + } + }, { "name": "m_LastHitGroup", "type": { @@ -7155,6 +7498,22 @@ "name": "HitGroup_t" } }, + { + "name": "m_sLastDamageSourceName", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + }, + { + "name": "m_vLastDamagePosition", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, { "name": "m_flDissolveStartTime", "type": { @@ -7345,6 +7704,9 @@ ], "parent": "CBaseEntity" }, + "CBaseModelEntityAPI": { + "fields": [] + }, "CBaseMoveBehavior": { "fields": [ { @@ -7670,6 +8032,13 @@ "name": "uint64" } }, + { + "name": "m_bNoClipEnabled", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_iDesiredFOV", "type": { @@ -7796,13 +8165,6 @@ "name": "CUtlVectorEmbeddedNetworkVar< ViewAngleServerChange_t >" } }, - { - "name": "m_nHighestGeneratedServerViewAngleChangeIndex", - "type": { - "category": 0, - "name": "uint32" - } - }, { "name": "v_angle", "type": { @@ -7885,6 +8247,19 @@ "outer": "CHandle" } }, + { + "name": "m_hDefaultController", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CBasePlayerController" + }, + "name": "CHandle< CBasePlayerController >", + "outer": "CHandle" + } + }, { "name": "m_fHltvReplayDelay", "type": { @@ -8175,6 +8550,44 @@ "name": "CResourceNameTyped< CWeakHandle< InfoForResourceTypeIParticleSystemDefinition > >" } }, + { + "name": "m_szBarrelSmokeParticle", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "InfoForResourceTypeIParticleSystemDefinition" + }, + "name": "CWeakHandle< InfoForResourceTypeIParticleSystemDefinition >" + }, + "name": "CResourceNameTyped< CWeakHandle< InfoForResourceTypeIParticleSystemDefinition > >" + } + }, + { + "name": "m_nMuzzleSmokeShotThreshold", + "type": { + "category": 0, + "name": "uint8" + } + }, + { + "name": "m_flMuzzleSmokeTimeout", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flMuzzleSmokeDecrementRate", + "type": { + "category": 0, + "name": "float32" + } + }, { "name": "m_bLinkedCooldowns", "type": { @@ -8238,6 +8651,13 @@ "name": "bool" } }, + { + "name": "m_bTreatAsSingleClip", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_iWeight", "type": { @@ -8266,6 +8686,13 @@ "name": "RumbleEffect_t" } }, + { + "name": "m_flDropSpeed", + "type": { + "category": 0, + "name": "float32" + } + }, { "name": "m_iSlot", "type": { @@ -8319,7 +8746,7 @@ "type": { "atomic": 0, "category": 4, - "name": "matrix3x4_t" + "name": "CTransform" } } ], @@ -8380,6 +8807,13 @@ "name": "bool" } }, + { + "name": "m_bNoNPCs", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_closedPosition", "type": { @@ -8731,7 +9165,7 @@ "category": 5, "name": "TextureGroup_t" }, - "name": "CUtlVector< TextureGroup_t >" + "name": "CUtlLeanVector< TextureGroup_t >" } }, { @@ -9071,6 +9505,13 @@ "name": "CParticleCollectionRendererFloatInput" } }, + { + "name": "m_flFeatheringDepthMapFilter", + "type": { + "category": 5, + "name": "CParticleCollectionRendererFloatInput" + } + }, { "name": "m_flDepthBias", "type": { @@ -9289,33 +9730,6 @@ }, "CBaseTrigger": { "fields": [ - { - "name": "m_bDisabled", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_iFilterName", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - } - }, - { - "name": "m_hFilter", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseFilter" - }, - "name": "CHandle< CBaseFilter >" - } - }, { "name": "m_OnStartTouch", "type": { @@ -9384,111 +9798,44 @@ } }, { - "name": "m_bClientSidePredicted", - "type": { - "category": 0, - "name": "bool" - } - } - ], - "parent": "CBaseToggle" - }, - "CBaseViewModel": { - "fields": [ - { - "name": "m_vecLastFacing", + "name": "m_iFilterName", "type": { "atomic": 0, "category": 4, - "name": "Vector" - } - }, - { - "name": "m_nViewModelIndex", - "type": { - "category": 0, - "name": "uint32" - } - }, - { - "name": "m_nAnimationParity", - "type": { - "category": 0, - "name": "uint32" - } - }, - { - "name": "m_flAnimationStartTime", - "type": { - "category": 0, - "name": "float32" + "name": "CUtlSymbolLarge" } }, { - "name": "m_hWeapon", + "name": "m_hFilter", "type": { "atomic": 1, "category": 4, "inner": { "category": 5, - "name": "CBasePlayerWeapon" + "name": "CBaseFilter" }, - "name": "CHandle< CBasePlayerWeapon >", - "outer": "CHandle" - } - }, - { - "name": "m_sVMName", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - } - }, - { - "name": "m_sAnimationPrefix", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - } - }, - { - "name": "m_hOldLayerSequence", - "type": { - "category": 5, - "name": "HSequence" + "name": "CHandle< CBaseFilter >" } }, { - "name": "m_oldLayer", + "name": "m_bDisabled", "type": { "category": 0, - "name": "int32" + "name": "bool" } }, { - "name": "m_oldLayerStartTime", + "name": "m_bUseAsyncQueries", "type": { "category": 0, - "name": "float32" - } - }, - { - "name": "m_hControlPanel", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseEntity" - }, - "name": "CHandle< CBaseEntity >", - "outer": "CHandle" + "name": "bool" } } ], - "parent": "CBaseAnimGraph" + "parent": "CBaseToggle" + }, + "CBaseTriggerAPI": { + "fields": [] }, "CBeam": { "fields": [ @@ -9935,6 +10282,13 @@ "name": "AnimValueSource" } }, + { + "name": "m_eLinearRootMotionBlendMode", + "type": { + "category": 6, + "name": "LinearRootMotionBlendMode_t" + } + }, { "name": "m_paramIndex", "type": { @@ -9983,6 +10337,13 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_bIsAngle", + "type": { + "category": 0, + "name": "bool" + } } ], "parent": "CAnimUpdateNodeBase" @@ -10369,6 +10730,37 @@ } ] }, + "CBoneConstraintRbf": { + "fields": [ + { + "name": "m_inputBones", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "atomic": 3, + "category": 4, + "name": "std::pair< CUtlString, uint32 >" + }, + "name": "CUtlVector< std::pair< CUtlString, uint32 > >" + } + }, + { + "name": "m_outputBones", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "atomic": 3, + "category": 4, + "name": "std::pair< CUtlString, uint32 >" + }, + "name": "CUtlVector< std::pair< CUtlString, uint32 > >" + } + } + ], + "parent": "CBoneConstraintBase" + }, "CBoneMaskUpdateNode": { "fields": [ { @@ -10701,6 +11093,13 @@ "name": "CPropDataComponent" } }, + { + "name": "m_OnStartDeath", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, { "name": "m_OnBreak", "type": { @@ -10901,13 +11300,6 @@ "name": "GameTime_t" } }, - { - "name": "m_bOriginalBlockLOS", - "type": { - "category": 0, - "name": "bool" - } - }, { "name": "m_flDefaultFadeScale", "type": { @@ -10929,16 +11321,11 @@ } }, { - "name": "m_hFlareEnt", + "name": "m_iszPuntSound", "type": { - "atomic": 1, + "atomic": 0, "category": 4, - "inner": { - "category": 5, - "name": "CBaseEntity" - }, - "name": "CHandle< CBaseEntity >", - "outer": "CHandle" + "name": "CUtlSymbolLarge" } }, { @@ -10949,15 +11336,7 @@ } }, { - "name": "m_iszPuntSound", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - } - }, - { - "name": "m_noGhostCollision", + "name": "m_bOriginalBlockLOS", "type": { "category": 0, "name": "bool" @@ -11279,49 +11658,51 @@ "fields": [], "parent": "CBtNode" }, - "CBubbling": { + "CBuoyancyHelper": { "fields": [ { - "name": "m_density", + "name": "m_nFluidType", "type": { - "category": 0, - "name": "int32" + "atomic": 0, + "category": 4, + "name": "CUtlStringToken" } }, { - "name": "m_frequency", + "name": "m_flFluidDensity", "type": { "category": 0, - "name": "int32" + "name": "float32" } }, { - "name": "m_state", + "name": "m_flNeutrallyBuoyantGravity", "type": { "category": 0, - "name": "int32" + "name": "float32" } - } - ], - "parent": "CBaseModelEntity" - }, - "CBuoyancyHelper": { - "fields": [ + }, { - "name": "m_nFluidType", + "name": "m_flNeutrallyBuoyantLinearDamping", "type": { - "atomic": 0, - "category": 4, - "name": "CUtlStringToken" + "category": 0, + "name": "float32" } }, { - "name": "m_flFluidDensity", + "name": "m_flNeutrallyBuoyantAngularDamping", "type": { "category": 0, "name": "float32" } }, + { + "name": "m_bNeutrallyBuoyant", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_vecFractionOfWheelSubmergedForWheelFriction", "type": { @@ -11490,6 +11871,339 @@ ], "parent": "CAnimComponentUpdater" }, + "CCS2ChickenGraphController": { + "fields": [ + { + "name": "m_action", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + }, + "name": "CAnimGraph2ParamOptionalRef< CGlobalSymbol >" + } + }, + { + "name": "m_actionSubtype", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + }, + "name": "CAnimGraph2ParamOptionalRef< CGlobalSymbol >" + } + }, + { + "name": "m_bActionReset", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraph2ParamOptionalRef< bool >" + } + }, + { + "name": "m_idleVariation", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CAnimGraph2ParamOptionalRef< float32 >" + } + }, + { + "name": "m_runVariation", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CAnimGraph2ParamOptionalRef< float32 >" + } + }, + { + "name": "m_panicVariation", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CAnimGraph2ParamOptionalRef< float32 >" + } + }, + { + "name": "m_bInWater", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraph2ParamOptionalRef< bool >" + } + }, + { + "name": "m_bHasActionCompletedEvent", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bWaitingForCompletedEvent", + "type": { + "category": 0, + "name": "bool" + } + } + ], + "parent": "CAnimGraphControllerBase" + }, + "CCS2WeaponGraphController": { + "fields": [ + { + "name": "m_action", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + }, + "name": "CAnimGraph2ParamOptionalRef< CGlobalSymbol >" + } + }, + { + "name": "m_bActionReset", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraph2ParamOptionalRef< bool >" + } + }, + { + "name": "m_weaponCategory", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + }, + "name": "CAnimGraph2ParamOptionalRef< CGlobalSymbol >" + } + }, + { + "name": "m_weaponType", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + }, + "name": "CAnimGraph2ParamOptionalRef< CGlobalSymbol >" + } + }, + { + "name": "m_weaponExtraInfo", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + }, + "name": "CAnimGraph2ParamOptionalRef< CGlobalSymbol >" + } + }, + { + "name": "m_flWeaponAmmo", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CAnimGraph2ParamOptionalRef< float32 >" + } + }, + { + "name": "m_flWeaponAmmoMax", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CAnimGraph2ParamOptionalRef< float32 >" + } + }, + { + "name": "m_flWeaponAmmoReserve", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CAnimGraph2ParamOptionalRef< float32 >" + } + }, + { + "name": "m_bWeaponIsSilenced", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CAnimGraph2ParamOptionalRef< bool >" + } + }, + { + "name": "m_flWeaponIronsightAmount", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CAnimGraph2ParamOptionalRef< float32 >" + } + }, + { + "name": "m_idleVariation", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CAnimGraph2ParamOptionalRef< float32 >" + } + }, + { + "name": "m_deployVariation", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CAnimGraph2ParamOptionalRef< float32 >" + } + }, + { + "name": "m_attackType", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + }, + "name": "CAnimGraph2ParamOptionalRef< CGlobalSymbol >" + } + }, + { + "name": "m_attackThrowStrength", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CAnimGraph2ParamOptionalRef< float32 >" + } + }, + { + "name": "m_flAttackVariation", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CAnimGraph2ParamOptionalRef< float32 >" + } + }, + { + "name": "m_inspectVariation", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CAnimGraph2ParamOptionalRef< float32 >" + } + }, + { + "name": "m_inspectExtraInfo", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + }, + "name": "CAnimGraph2ParamOptionalRef< CGlobalSymbol >" + } + }, + { + "name": "m_reloadStage", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + }, + "name": "CAnimGraph2ParamOptionalRef< CGlobalSymbol >" + } + } + ], + "parent": "CAnimGraphControllerBase" + }, "CCSBot": { "fields": [ { @@ -12566,31 +13280,6 @@ "CCSGOPlayerAnimGraphState": { "fields": [] }, - "CCSGOViewModel": { - "fields": [ - { - "name": "m_bShouldIgnoreOffsetAndAccuracy", - "type": { - "category": 0, - "name": "bool" - } - } - ], - "parent": "CPredictedViewModel" - }, - "CCSGOViewModel_GraphController": { - "fields": [ - { - "name": "m_sReloadComplete", - "type": { - "atomic": 0, - "category": 4, - "name": "CAnimGraphTagOptionalRef" - } - } - ], - "parent": "CAnimGraphControllerBase" - }, "CCSGO_TeamIntroCharacterPosition": { "fields": [], "parent": "CCSGO_TeamPreviewCharacterPosition" @@ -12779,13 +13468,6 @@ "name": "GameTime_t" } }, - { - "name": "m_bServerPaused", - "type": { - "category": 0, - "name": "bool" - } - }, { "name": "m_bTerroristTimeOutActive", "type": { @@ -13530,6 +14212,20 @@ "name": "uint32" } }, + { + "name": "m_nCTsAliveAtFreezetimeEnd", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nTerroristsAliveAtFreezetimeEnd", + "type": { + "category": 0, + "name": "int32" + } + }, { "name": "m_bForceTeamChangeSilent", "type": { @@ -14246,9 +14942,9 @@ "fields": [], "parent": "CPlayer_UseServices" }, - "CCSObserver_ViewModelServices": { + "CCSPetPlacement": { "fields": [], - "parent": "CPlayer_ViewModelServices" + "parent": "CBaseEntity" }, "CCSPlace": { "fields": [ @@ -16160,6 +16856,41 @@ "category": 0, "name": "int32" } + }, + { + "name": "m_bCommittingSuicideOnTeamChange", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_wasNotKilledNaturally", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_fImmuneToGunGameDamageTime", + "type": { + "category": 5, + "name": "GameTime_t" + } + }, + { + "name": "m_bGunGameImmunity", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_fMolotovDamageTime", + "type": { + "category": 0, + "name": "float32" + } } ], "parent": "CCSPlayerPawnBase" @@ -16184,17 +16915,6 @@ "name": "CCSPlayer_PingServices*" } }, - { - "name": "m_pViewModelServices", - "type": { - "category": 1, - "inner": { - "category": 5, - "name": "CPlayer_ViewModelServices" - }, - "name": "CPlayer_ViewModelServices*" - } - }, { "name": "m_blindUntilTime", "type": { @@ -16223,27 +16943,6 @@ "name": "bool" } }, - { - "name": "m_fImmuneToGunGameDamageTime", - "type": { - "category": 5, - "name": "GameTime_t" - } - }, - { - "name": "m_bGunGameImmunity", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_fMolotovDamageTime", - "type": { - "category": 0, - "name": "float32" - } - }, { "name": "m_bHasMovedSinceSpawn", "type": { @@ -16308,20 +17007,6 @@ "name": "QAngle" } }, - { - "name": "m_wasNotKilledNaturally", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_bCommittingSuicideOnTeamChange", - "type": { - "category": 0, - "name": "bool" - } - }, { "name": "m_hOriginalController", "type": { @@ -16675,21 +17360,6 @@ "name": "bool" } }, - { - "name": "m_flStuckCheckTime", - "type": { - "category": 3, - "inner": { - "category": 3, - "inner": { - "category": 0, - "name": "float32" - }, - "name": "float32[64]" - }, - "name": "float32[64][2]" - } - }, { "name": "m_nTraceCount", "type": { @@ -16860,6 +17530,20 @@ "category": 0, "name": "float32" } + }, + { + "name": "m_flTicksSinceLastSurfingDetected", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_bWasSurfing", + "type": { + "category": 0, + "name": "bool" + } } ], "parent": "CPlayer_MovementServices_Humanoid" @@ -16969,34 +17653,13 @@ ], "parent": "CPlayer_UseServices" }, - "CCSPlayer_ViewModelServices": { - "fields": [ - { - "name": "m_hViewModel", - "type": { - "category": 3, - "inner": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseViewModel" - }, - "name": "CHandle< CBaseViewModel >" - }, - "name": "CHandle< CBaseViewModel >[3]" - } - } - ], - "parent": "CPlayer_ViewModelServices" - }, "CCSPlayer_WaterServices": { "fields": [ { "name": "m_NextDrownDamageTime", "type": { - "category": 0, - "name": "float32" + "category": 5, + "name": "GameTime_t" } }, { @@ -17138,17 +17801,22 @@ } }, { - "name": "m_nOldShootPositionHistoryCount", + "name": "m_networkAnimTiming", "type": { - "category": 0, - "name": "uint32" + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "uint8" + }, + "name": "CNetworkUtlVectorBase< uint8 >" } }, { - "name": "m_nOldInputHistoryCount", + "name": "m_bBlockInspectUntilNextGraphUpdate", "type": { "category": 0, - "name": "uint32" + "name": "bool" } } ], @@ -17331,62 +17999,6 @@ "name": "bool" } }, - { - "name": "m_flFireSequenceStartTime", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_nFireSequenceStartTimeChange", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_nFireSequenceStartTimeAck", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_ePlayerFireEvent", - "type": { - "category": 6, - "name": "PlayerAnimEvent_t" - } - }, - { - "name": "m_ePlayerFireEventAttackType", - "type": { - "category": 6, - "name": "WeaponAttackType_t" - } - }, - { - "name": "m_seqIdle", - "type": { - "category": 5, - "name": "HSequence" - } - }, - { - "name": "m_seqFirePrimary", - "type": { - "category": 5, - "name": "HSequence" - } - }, - { - "name": "m_seqFireSecondary", - "type": { - "category": 5, - "name": "HSequence" - } - }, { "name": "m_thirdPersonFireSequences", "type": { @@ -17406,13 +18018,6 @@ "name": "HSequence" } }, - { - "name": "m_nSilencerBoneIndex", - "type": { - "category": 0, - "name": "int32" - } - }, { "name": "m_thirdPersonSequences", "type": { @@ -17439,45 +18044,45 @@ } }, { - "name": "m_iState", + "name": "m_iWeaponGameplayAnimState", "type": { "category": 6, - "name": "CSWeaponState_t" + "name": "WeaponGameplayAnimState" } }, { - "name": "m_flLastTimeInAir", + "name": "m_flWeaponGameplayAnimStateTimestamp", "type": { "category": 5, "name": "GameTime_t" } }, { - "name": "m_nLastEmptySoundCmdNum", + "name": "m_flInspectCancelCompleteTime", "type": { - "category": 0, - "name": "int32" + "category": 5, + "name": "GameTime_t" } }, { - "name": "m_nViewModelIndex", + "name": "m_bInspectPending", "type": { "category": 0, - "name": "uint32" + "name": "bool" } }, { - "name": "m_bReloadsWithClips", + "name": "m_bInspectShouldLoop", "type": { "category": 0, "name": "bool" } }, { - "name": "m_flTimeWeaponIdle", + "name": "m_nLastEmptySoundCmdNum", "type": { - "category": 5, - "name": "GameTime_t" + "category": 0, + "name": "int32" } }, { @@ -17544,13 +18149,6 @@ "name": "float32" } }, - { - "name": "m_fScopeZoomEndTime", - "type": { - "category": 5, - "name": "GameTime_t" - } - }, { "name": "m_iRecoilIndex", "type": { @@ -17594,10 +18192,10 @@ } }, { - "name": "m_bReloadVisuallyComplete", + "name": "m_flDisallowAttackAfterReloadStartUntilTime", "type": { - "category": 0, - "name": "bool" + "category": 5, + "name": "GameTime_t" } }, { @@ -17711,6 +18309,13 @@ "name": "GameTick_t" } }, + { + "name": "m_bWasActiveWeaponWhenDropped", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_donated", "type": { @@ -17739,13 +18344,6 @@ "name": "bool" } }, - { - "name": "m_bFiredOutOfAmmoEvent", - "type": { - "category": 0, - "name": "bool" - } - }, { "name": "m_numRemoveUnownedWeaponThink", "type": { @@ -17774,13 +18372,6 @@ "name": "GameTime_t" } }, - { - "name": "m_iNumEmptyAttacks", - "type": { - "category": 0, - "name": "int32" - } - }, { "name": "m_flWatTickOffset", "type": { @@ -17828,6 +18419,13 @@ "name": "bool" } }, + { + "name": "m_nRevolverCylinderIdx", + "type": { + "category": 0, + "name": "int32" + } + }, { "name": "m_bSkillReloadAvailable", "type": { @@ -17876,7 +18474,7 @@ } }, { - "name": "m_szViewModel", + "name": "m_szModel_AG2", "type": { "atomic": 1, "category": 4, @@ -17893,7 +18491,7 @@ } }, { - "name": "m_szPlayerModel", + "name": "m_szAnimSkeleton", "type": { "atomic": 1, "category": 4, @@ -17902,147 +18500,27 @@ "category": 4, "inner": { "category": 5, - "name": "InfoForResourceTypeCModel" + "name": "InfoForResourceTypeCNmSkeleton" }, - "name": "CWeakHandle< InfoForResourceTypeCModel >" + "name": "CWeakHandle< InfoForResourceTypeCNmSkeleton >" }, - "name": "CResourceNameTyped< CWeakHandle< InfoForResourceTypeCModel > >" + "name": "CResourceNameTyped< CWeakHandle< InfoForResourceTypeCNmSkeleton > >" } }, { - "name": "m_szWorldDroppedModel", + "name": "m_vecMuzzlePos0", "type": { - "atomic": 1, - "category": 4, - "inner": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "InfoForResourceTypeCModel" - }, - "name": "CWeakHandle< InfoForResourceTypeCModel >" - }, - "name": "CResourceNameTyped< CWeakHandle< InfoForResourceTypeCModel > >" - } - }, - { - "name": "m_szAimsightLensMaskModel", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "InfoForResourceTypeCModel" - }, - "name": "CWeakHandle< InfoForResourceTypeCModel >" - }, - "name": "CResourceNameTyped< CWeakHandle< InfoForResourceTypeCModel > >" - } - }, - { - "name": "m_szMagazineModel", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "InfoForResourceTypeCModel" - }, - "name": "CWeakHandle< InfoForResourceTypeCModel >" - }, - "name": "CResourceNameTyped< CWeakHandle< InfoForResourceTypeCModel > >" - } - }, - { - "name": "m_szHeatEffect", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "InfoForResourceTypeIParticleSystemDefinition" - }, - "name": "CWeakHandle< InfoForResourceTypeIParticleSystemDefinition >" - }, - "name": "CResourceNameTyped< CWeakHandle< InfoForResourceTypeIParticleSystemDefinition > >" - } - }, - { - "name": "m_szEjectBrassEffect", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "InfoForResourceTypeIParticleSystemDefinition" - }, - "name": "CWeakHandle< InfoForResourceTypeIParticleSystemDefinition >" - }, - "name": "CResourceNameTyped< CWeakHandle< InfoForResourceTypeIParticleSystemDefinition > >" - } - }, - { - "name": "m_szMuzzleFlashParticleAlt", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "InfoForResourceTypeIParticleSystemDefinition" - }, - "name": "CWeakHandle< InfoForResourceTypeIParticleSystemDefinition >" - }, - "name": "CResourceNameTyped< CWeakHandle< InfoForResourceTypeIParticleSystemDefinition > >" - } - }, - { - "name": "m_szMuzzleFlashThirdPersonParticle", - "type": { - "atomic": 1, + "atomic": 0, "category": 4, - "inner": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "InfoForResourceTypeIParticleSystemDefinition" - }, - "name": "CWeakHandle< InfoForResourceTypeIParticleSystemDefinition >" - }, - "name": "CResourceNameTyped< CWeakHandle< InfoForResourceTypeIParticleSystemDefinition > >" + "name": "Vector" } }, { - "name": "m_szMuzzleFlashThirdPersonParticleAlt", + "name": "m_vecMuzzlePos1", "type": { - "atomic": 1, + "atomic": 0, "category": 4, - "inner": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "InfoForResourceTypeIParticleSystemDefinition" - }, - "name": "CWeakHandle< InfoForResourceTypeIParticleSystemDefinition >" - }, - "name": "CResourceNameTyped< CWeakHandle< InfoForResourceTypeIParticleSystemDefinition > >" + "name": "Vector" } }, { @@ -18083,14 +18561,6 @@ "name": "loadout_slot_t" } }, - { - "name": "m_sWrongTeamMsg", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlString" - } - }, { "name": "m_nPrice", "type": { @@ -18155,14 +18625,6 @@ "name": "CGlobalSymbol" } }, - { - "name": "m_szAnimExtension", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlString" - } - }, { "name": "m_eSilencerType", "type": { @@ -18198,6 +18660,13 @@ "name": "int32" } }, + { + "name": "m_bReloadsSingleShells", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_flCycleTime", "type": { @@ -18325,42 +18794,35 @@ } }, { - "name": "m_nRecoilSeed", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_nSpreadSeed", + "name": "m_flDeployDuration", "type": { "category": 0, - "name": "int32" + "name": "float32" } }, { - "name": "m_flTimeToIdleAfterFire", + "name": "m_flDisallowAttackAfterReloadStartDuration", "type": { "category": 0, "name": "float32" } }, { - "name": "m_flIdleInterval", + "name": "m_nRecoilSeed", "type": { "category": 0, - "name": "float32" + "name": "int32" } }, { - "name": "m_flAttackMovespeedFactor", + "name": "m_nSpreadSeed", "type": { "category": 0, - "name": "float32" + "name": "int32" } }, { - "name": "m_flHeatPerShot", + "name": "m_flAttackMovespeedFactor", "type": { "category": 0, "name": "float32" @@ -18380,13 +18842,6 @@ "name": "float32" } }, - { - "name": "m_flBotAudibleRange", - "type": { - "category": 0, - "name": "float32" - } - }, { "name": "m_szUseRadioSubtitle", "type": { @@ -18486,22 +18941,6 @@ "name": "float32" } }, - { - "name": "m_angPivotAngle", - "type": { - "atomic": 0, - "category": 4, - "name": "QAngle" - } - }, - { - "name": "m_vecIronSightEyePos", - "type": { - "atomic": 0, - "category": 4, - "name": "Vector" - } - }, { "name": "m_nDamage", "type": { @@ -18992,7 +19431,7 @@ } } ], - "parent": "CAnimGraphControllerBase" + "parent": "CBaseAnimGraphAnimGraphController" }, "CChoiceUpdateNode": { "fields": [ @@ -19452,13 +19891,6 @@ }, "CColorCorrectionVolume": { "fields": [ - { - "name": "m_bEnabled", - "type": { - "category": 0, - "name": "bool" - } - }, { "name": "m_MaxWeight", "type": { @@ -19473,13 +19905,6 @@ "name": "float32" } }, - { - "name": "m_bStartDisabled", - "type": { - "category": 0, - "name": "bool" - } - }, { "name": "m_Weight", "type": { @@ -20630,77 +21055,69 @@ ], "parent": "CAnimComponentUpdater" }, - "CDestructiblePartRuntimeData": { + "CDestructiblePartsSystemComponent": { "fields": [ { - "name": "m_nHealthRemaining", + "name": "__m_pChainEntity", "type": { - "category": 0, - "name": "int32" + "category": 5, + "name": "CNetworkVarChainer" } - } - ] - }, - "CDestructiblePartRuntimeDataVector": { - "fields": [ + }, { - "name": "m_DestructiblePartsRuntimeData", + "name": "m_DamageLevelTakenByHitGroup", "type": { "atomic": 2, "category": 4, "inner": { - "category": 5, - "name": "CDestructiblePartRuntimeData" + "category": 0, + "name": "uint16" }, - "name": "CUtlVector< CDestructiblePartRuntimeData >" + "name": "CNetworkUtlVectorBase< uint16 >" } - } - ] - }, - "CDestructiblePartsSystemData": { - "fields": [ + }, { - "name": "m_DestructiblePartsDataByHitGroup", + "name": "m_hOwner", "type": { - "atomic": 3, + "atomic": 1, "category": 4, - "name": "CUtlOrderedMap< HitGroup_t, CDestructiblePartsSystemData_HitGroupInfoAndPartData >" + "inner": { + "category": 5, + "name": "CBaseModelEntity" + }, + "name": "CHandle< CBaseModelEntity >", + "outer": "CHandle" + } + }, + { + "name": "m_nLastHitDamageLevel", + "type": { + "category": 0, + "name": "int32" } } ] }, - "CDestructiblePartsSystemData_HitGroupInfoAndPartData": { + "CDestructiblePartsSystemData": { "fields": [ { - "name": "m_sName", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlString" - } - }, - { - "name": "m_DestructiblePartsData", + "name": "m_PartsDataByHitGroup", "type": { - "atomic": 2, + "atomic": 3, "category": 4, - "inner": { - "category": 5, - "name": "CDestructiblePartsSystemData_PartData" - }, - "name": "CUtlVector< CDestructiblePartsSystemData_PartData >" + "name": "CUtlOrderedMap< HitGroup_t, CDestructiblePartsSystemData_HitGroupInfoAndDamageLevels >" } }, { - "name": "m_bDisableHitGroupWhenDestroyed", + "name": "m_nMinMaxNumberHitGroupsToDestroyWhenGibbing", "type": { - "category": 0, - "name": "bool" + "category": 5, + "name": "CRangeInt" } } ] }, - "CDestructiblePartsSystemData_PartData": { + "CDestructiblePartsSystemData_DamageLevel": { "fields": [ { "name": "m_sName", @@ -20734,7 +21151,28 @@ } }, { - "name": "m_sAnimGraphParamName_PartDestroyed", + "name": "m_nHealth", + "type": { + "category": 5, + "name": "CSkillInt" + } + }, + { + "name": "m_nDamagePassthroughType", + "type": { + "category": 6, + "name": "EDestructiblePartDamagePassThroughType" + } + }, + { + "name": "m_nDestructionDeathBehavior", + "type": { + "category": 6, + "name": "DestructiblePartDestructionDeathBehavior_t" + } + }, + { + "name": "m_sCustomDeathHandshake", "type": { "atomic": 0, "category": 4, @@ -20742,7 +21180,25 @@ } }, { - "name": "m_sAnimGraphParamName_PartNormalizedHealth", + "name": "m_bShouldDestroyOnDeath", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_flDeathDestroyTime", + "type": { + "category": 5, + "name": "CRangeFloat" + } + } + ] + }, + "CDestructiblePartsSystemData_HitGroupInfoAndDamageLevels": { + "fields": [ + { + "name": "m_DebugName", "type": { "atomic": 0, "category": 4, @@ -20750,32 +21206,48 @@ } }, { - "name": "m_nHealth", + "name": "m_nHitGroup", "type": { - "category": 5, - "name": "CSkillInt" + "category": 6, + "name": "HitGroup_t" } }, { - "name": "m_nDamagePassthroughType", + "name": "m_bDisableHitGroupWhenDestroyed", "type": { - "category": 6, - "name": "EDestructiblePartDamagePassThroughType" + "category": 0, + "name": "bool" + } + }, + { + "name": "m_nOtherHitgroupsToDestroyWhenFullyDestructed", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 6, + "name": "HitGroup_t" + }, + "name": "CUtlVector< HitGroup_t >" } }, { - "name": "m_bKillNPCOnDestruction", + "name": "m_bOnlyDestroyWhenGibbing", "type": { "category": 0, "name": "bool" } }, { - "name": "m_sCustomDeathHandshake", + "name": "m_DamageLevels", "type": { - "atomic": 0, + "atomic": 2, "category": 4, - "name": "CGlobalSymbol" + "inner": { + "category": 5, + "name": "CDestructiblePartsSystemData_DamageLevel" + }, + "name": "CUtlVector< CDestructiblePartsSystemData_DamageLevel >" } } ] @@ -20956,14 +21428,6 @@ }, "CDrawCullingData": { "fields": [ - { - "name": "m_vConeApex", - "type": { - "atomic": 0, - "category": 4, - "name": "Vector" - } - }, { "name": "m_ConeAxis", "type": { @@ -21076,6 +21540,67 @@ ], "parent": "CBaseModelEntity" }, + "CDynamicNavConnectionsVolume": { + "fields": [ + { + "name": "m_iszConnectionTarget", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlSymbolLarge" + } + }, + { + "name": "m_vecConnections", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "DynamicVolumeDef_t" + }, + "name": "CUtlVector< DynamicVolumeDef_t >" + } + }, + { + "name": "m_sTransitionType", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + }, + { + "name": "m_bConnectionsEnabled", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_flTargetAreaSearchRadius", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flUpdateDistance", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flMaxConnectionDistance", + "type": { + "category": 0, + "name": "float32" + } + } + ], + "parent": "CTriggerMultiple" + }, "CDynamicProp": { "fields": [ { @@ -21872,13 +22397,6 @@ "outer": "CHandle" } }, - { - "name": "m_iDangerSound", - "type": { - "category": 0, - "name": "int32" - } - }, { "name": "m_flDirectDamagePerSecond", "type": { @@ -22043,13 +22561,6 @@ }, "name": "CScriptComponent*" } - }, - { - "name": "m_bVisibleinPVS", - "type": { - "category": 0, - "name": "bool" - } } ] }, @@ -22307,7 +22818,7 @@ } }, { - "name": "m_Entity_hLightProbeTexture", + "name": "m_Entity_hLightProbeTexture_AmbientCube", "type": { "atomic": 1, "category": 4, @@ -22320,7 +22831,7 @@ } }, { - "name": "m_Entity_hLightProbeDirectLightIndicesTexture", + "name": "m_Entity_hLightProbeTexture_SDF", "type": { "atomic": 1, "category": 4, @@ -22333,7 +22844,7 @@ } }, { - "name": "m_Entity_hLightProbeDirectLightScalarsTexture", + "name": "m_Entity_hLightProbeTexture_SH2_DC", "type": { "atomic": 1, "category": 4, @@ -22346,7 +22857,7 @@ } }, { - "name": "m_Entity_hLightProbeDirectLightShadowsTexture", + "name": "m_Entity_hLightProbeTexture_SH2_R", "type": { "atomic": 1, "category": 4, @@ -22359,127 +22870,46 @@ } }, { - "name": "m_Entity_vBoxMins", + "name": "m_Entity_hLightProbeTexture_SH2_G", "type": { - "atomic": 0, + "atomic": 1, "category": 4, - "name": "Vector" + "inner": { + "category": 5, + "name": "InfoForResourceTypeCTextureBase" + }, + "name": "CStrongHandle< InfoForResourceTypeCTextureBase >", + "outer": "CStrongHandle" } }, { - "name": "m_Entity_vBoxMaxs", + "name": "m_Entity_hLightProbeTexture_SH2_B", "type": { - "atomic": 0, + "atomic": 1, "category": 4, - "name": "Vector" - } - }, - { - "name": "m_Entity_bMoveable", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_Entity_nHandshake", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_Entity_nEnvCubeMapArrayIndex", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_Entity_nPriority", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_Entity_bStartDisabled", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_Entity_flEdgeFadeDist", - "type": { - "category": 0, - "name": "float32" + "inner": { + "category": 5, + "name": "InfoForResourceTypeCTextureBase" + }, + "name": "CStrongHandle< InfoForResourceTypeCTextureBase >", + "outer": "CStrongHandle" } }, { - "name": "m_Entity_vEdgeFadeDists", + "name": "m_Entity_hLightProbeDirectLightIndicesTexture", "type": { - "atomic": 0, + "atomic": 1, "category": 4, - "name": "Vector" - } - }, - { - "name": "m_Entity_nLightProbeSizeX", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_Entity_nLightProbeSizeY", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_Entity_nLightProbeSizeZ", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_Entity_nLightProbeAtlasX", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_Entity_nLightProbeAtlasY", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_Entity_nLightProbeAtlasZ", - "type": { - "category": 0, - "name": "int32" + "inner": { + "category": 5, + "name": "InfoForResourceTypeCTextureBase" + }, + "name": "CStrongHandle< InfoForResourceTypeCTextureBase >", + "outer": "CStrongHandle" } }, { - "name": "m_Entity_bEnabled", - "type": { - "category": 0, - "name": "bool" - } - } - ], - "parent": "CBaseEntity" - }, - "CEnvCubemap": { - "fields": [ - { - "name": "m_Entity_hCubemapTexture", + "name": "m_Entity_hLightProbeDirectLightScalarsTexture", "type": { "atomic": 1, "category": 4, @@ -22492,21 +22922,20 @@ } }, { - "name": "m_Entity_bCustomCubemapTexture", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_Entity_flInfluenceRadius", + "name": "m_Entity_hLightProbeDirectLightShadowsTexture", "type": { - "category": 0, - "name": "float32" + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "InfoForResourceTypeCTextureBase" + }, + "name": "CStrongHandle< InfoForResourceTypeCTextureBase >", + "outer": "CStrongHandle" } }, { - "name": "m_Entity_vBoxProjectMins", + "name": "m_Entity_vBoxMins", "type": { "atomic": 0, "category": 4, @@ -22514,7 +22943,158 @@ } }, { - "name": "m_Entity_vBoxProjectMaxs", + "name": "m_Entity_vBoxMaxs", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_Entity_bMoveable", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_Entity_nHandshake", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_Entity_nEnvCubeMapArrayIndex", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_Entity_nPriority", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_Entity_bStartDisabled", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_Entity_flEdgeFadeDist", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_Entity_vEdgeFadeDists", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_Entity_nLightProbeSizeX", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_Entity_nLightProbeSizeY", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_Entity_nLightProbeSizeZ", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_Entity_nLightProbeAtlasX", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_Entity_nLightProbeAtlasY", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_Entity_nLightProbeAtlasZ", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_Entity_bEnabled", + "type": { + "category": 0, + "name": "bool" + } + } + ], + "parent": "CBaseEntity" + }, + "CEnvCombinedLightProbeVolumeAlias_func_combined_light_probe_volume": { + "fields": [], + "parent": "CEnvCombinedLightProbeVolume" + }, + "CEnvCubemap": { + "fields": [ + { + "name": "m_Entity_hCubemapTexture", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "InfoForResourceTypeCTextureBase" + }, + "name": "CStrongHandle< InfoForResourceTypeCTextureBase >", + "outer": "CStrongHandle" + } + }, + { + "name": "m_Entity_bCustomCubemapTexture", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_Entity_flInfluenceRadius", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_Entity_vBoxProjectMins", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_Entity_vBoxProjectMaxs", "type": { "atomic": 0, "category": 4, @@ -23005,13 +23585,6 @@ "name": "float32" } }, - { - "name": "m_spriteScale", - "type": { - "category": 0, - "name": "int32" - } - }, { "name": "m_flDamageForce", "type": { @@ -23047,7 +23620,7 @@ } }, { - "name": "m_iszExplosionType", + "name": "m_iszCustomEffectName", "type": { "atomic": 0, "category": 4, @@ -23055,7 +23628,7 @@ } }, { - "name": "m_iszCustomEffectName", + "name": "m_iszCustomSoundName", "type": { "atomic": 0, "category": 4, @@ -23063,11 +23636,10 @@ } }, { - "name": "m_iszCustomSoundName", + "name": "m_bSuppressParticleImpulse", "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" + "category": 0, + "name": "bool" } }, { @@ -23142,97 +23714,6 @@ ], "parent": "CLogicalEntity" }, - "CEnvFireSensor": { - "fields": [ - { - "name": "m_bEnabled", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_bHeatAtLevel", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_radius", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_targetLevel", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_targetTime", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_levelTime", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_OnHeatLevelStart", - "type": { - "category": 5, - "name": "CEntityIOOutput" - } - }, - { - "name": "m_OnHeatLevelEnd", - "type": { - "category": 5, - "name": "CEntityIOOutput" - } - } - ], - "parent": "CBaseEntity" - }, - "CEnvFireSource": { - "fields": [ - { - "name": "m_bEnabled", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_radius", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_damage", - "type": { - "category": 0, - "name": "float32" - } - } - ], - "parent": "CBaseEntity" - }, - "CEnvFunnel": { - "fields": [], - "parent": "CBaseEntity" - }, "CEnvGlobal": { "fields": [ { @@ -23597,7 +24078,72 @@ "CEnvLightProbeVolume": { "fields": [ { - "name": "m_Entity_hLightProbeTexture", + "name": "m_Entity_hLightProbeTexture_AmbientCube", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "InfoForResourceTypeCTextureBase" + }, + "name": "CStrongHandle< InfoForResourceTypeCTextureBase >", + "outer": "CStrongHandle" + } + }, + { + "name": "m_Entity_hLightProbeTexture_SDF", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "InfoForResourceTypeCTextureBase" + }, + "name": "CStrongHandle< InfoForResourceTypeCTextureBase >", + "outer": "CStrongHandle" + } + }, + { + "name": "m_Entity_hLightProbeTexture_SH2_DC", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "InfoForResourceTypeCTextureBase" + }, + "name": "CStrongHandle< InfoForResourceTypeCTextureBase >", + "outer": "CStrongHandle" + } + }, + { + "name": "m_Entity_hLightProbeTexture_SH2_R", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "InfoForResourceTypeCTextureBase" + }, + "name": "CStrongHandle< InfoForResourceTypeCTextureBase >", + "outer": "CStrongHandle" + } + }, + { + "name": "m_Entity_hLightProbeTexture_SH2_G", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "InfoForResourceTypeCTextureBase" + }, + "name": "CStrongHandle< InfoForResourceTypeCTextureBase >", + "outer": "CStrongHandle" + } + }, + { + "name": "m_Entity_hLightProbeTexture_SH2_B", "type": { "atomic": 1, "category": 4, @@ -23744,165 +24290,6 @@ ], "parent": "CBaseEntity" }, - "CEnvMicrophone": { - "fields": [ - { - "name": "m_bDisabled", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_hMeasureTarget", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseEntity" - }, - "name": "CHandle< CBaseEntity >", - "outer": "CHandle" - } - }, - { - "name": "m_nSoundType", - "type": { - "category": 6, - "name": "SoundTypes_t" - } - }, - { - "name": "m_nSoundFlags", - "type": { - "category": 6, - "name": "SoundFlags_t" - } - }, - { - "name": "m_flSensitivity", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flSmoothFactor", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flMaxRange", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_iszSpeakerName", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - } - }, - { - "name": "m_hSpeaker", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseEntity" - }, - "name": "CHandle< CBaseEntity >", - "outer": "CHandle" - } - }, - { - "name": "m_bAvoidFeedback", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_iSpeakerDSPPreset", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_iszListenFilter", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - } - }, - { - "name": "m_hListenFilter", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseFilter" - }, - "name": "CHandle< CBaseFilter >" - } - }, - { - "name": "m_SoundLevel", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 0, - "name": "float32" - }, - "name": "CEntityOutputTemplate< float32 >" - } - }, - { - "name": "m_OnRoutedSound", - "type": { - "category": 5, - "name": "CEntityIOOutput" - } - }, - { - "name": "m_OnHeardSound", - "type": { - "category": 5, - "name": "CEntityIOOutput" - } - }, - { - "name": "m_szLastSound", - "type": { - "category": 3, - "inner": { - "category": 0, - "name": "char" - }, - "name": "char[256]" - } - }, - { - "name": "m_iLastRoutedFrame", - "type": { - "category": 0, - "name": "int32" - } - } - ], - "parent": "CPointEntity" - }, "CEnvMuzzleFlash": { "fields": [ { @@ -24196,55 +24583,6 @@ ], "parent": "CModelPointEntity" }, - "CEnvScreenOverlay": { - "fields": [ - { - "name": "m_iszOverlayNames", - "type": { - "category": 3, - "inner": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - }, - "name": "CUtlSymbolLarge[10]" - } - }, - { - "name": "m_flOverlayTimes", - "type": { - "category": 3, - "inner": { - "category": 0, - "name": "float32" - }, - "name": "float32[10]" - } - }, - { - "name": "m_flStartTime", - "type": { - "category": 5, - "name": "GameTime_t" - } - }, - { - "name": "m_iDesiredOverlay", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_bIsActive", - "type": { - "category": 0, - "name": "bool" - } - } - ], - "parent": "CPointEntity" - }, "CEnvShake": { "fields": [ { @@ -24633,26 +24971,6 @@ ], "parent": "CPointEntity" }, - "CEnvTracer": { - "fields": [ - { - "name": "m_vecEnd", - "type": { - "atomic": 0, - "category": 4, - "name": "Vector" - } - }, - { - "name": "m_flDelay", - "type": { - "category": 0, - "name": "float32" - } - } - ], - "parent": "CPointEntity" - }, "CEnvViewPunch": { "fields": [ { @@ -24682,6 +25000,14 @@ "name": "float32" } }, + { + "name": "m_TintColor", + "type": { + "atomic": 0, + "category": 4, + "name": "Color" + } + }, { "name": "m_flAnisotropy", "type": { @@ -24859,13 +25185,6 @@ "name": "bool" } }, - { - "name": "m_bIndirectUseLPVs", - "type": { - "category": 0, - "name": "bool" - } - }, { "name": "m_bIsMaster", "type": { @@ -24915,6 +25234,21 @@ "name": "Vector" } }, + { + "name": "m_fWindSpeed", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_vWindDirection", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, { "name": "m_bFirstTime", "type": { @@ -24957,6 +25291,13 @@ "name": "bool" } }, + { + "name": "m_bIndirectUseLPVs", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_flStrength", "type": { @@ -25014,28 +25355,36 @@ } }, { - "name": "m_bOverrideIndirectLightStrength", + "name": "m_TintColor", + "type": { + "atomic": 0, + "category": 4, + "name": "Color" + } + }, + { + "name": "m_bOverrideTintColor", "type": { "category": 0, "name": "bool" } }, { - "name": "m_bOverrideSunLightStrength", + "name": "m_bOverrideIndirectLightStrength", "type": { "category": 0, "name": "bool" } }, { - "name": "m_bOverrideNoiseStrength", + "name": "m_bOverrideSunLightStrength", "type": { "category": 0, "name": "bool" } }, { - "name": "m_bAllowLPVIndirect", + "name": "m_bOverrideNoiseStrength", "type": { "category": 0, "name": "bool" @@ -25056,6 +25405,88 @@ ], "parent": "CBaseEntity" }, + "CEnvWindController": { + "fields": [ + { + "name": "m_EnvWindShared", + "type": { + "category": 5, + "name": "CEnvWindShared" + } + }, + { + "name": "m_fDirectionVariation", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_fSpeedVariation", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_fTurbulence", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_fVolumeHalfExtentXY", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_fVolumeHalfExtentZ", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_nVolumeResolutionXY", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nVolumeResolutionZ", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nClipmapLevels", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_bIsMaster", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bFirstTime", + "type": { + "category": 0, + "name": "bool" + } + } + ], + "parent": "CBaseEntity" + }, "CEnvWindShared": { "fields": [ { @@ -25136,72 +25567,27 @@ } }, { - "name": "m_location", - "type": { - "atomic": 0, - "category": 4, - "name": "Vector" - } - }, - { - "name": "m_iszGustSound", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_iWindDir", + "name": "m_iInitialWindDir", "type": { "category": 0, - "name": "int32" + "name": "uint16" } }, { - "name": "m_flWindSpeed", + "name": "m_flInitialWindSpeed", "type": { "category": 0, "name": "float32" } }, { - "name": "m_currentWindVector", - "type": { - "atomic": 0, - "category": 4, - "name": "Vector" - } - }, - { - "name": "m_CurrentSwayVector", - "type": { - "atomic": 0, - "category": 4, - "name": "Vector" - } - }, - { - "name": "m_PrevSwayVector", + "name": "m_location", "type": { "atomic": 0, "category": 4, "name": "Vector" } }, - { - "name": "m_iInitialWindDir", - "type": { - "category": 0, - "name": "uint16" - } - }, - { - "name": "m_flInitialWindSpeed", - "type": { - "category": 0, - "name": "float32" - } - }, { "name": "m_OnGustStart", "type": { @@ -25217,111 +25603,89 @@ } }, { - "name": "m_flVariationTime", - "type": { - "category": 5, - "name": "GameTime_t" - } - }, - { - "name": "m_flSwayTime", + "name": "m_hEntOwner", "type": { - "category": 5, - "name": "GameTime_t" + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" } - }, + } + ] + }, + "CEnvWindVolume": { + "fields": [ { - "name": "m_flSimTime", + "name": "m_bActive", "type": { - "category": 5, - "name": "GameTime_t" + "category": 0, + "name": "bool" } }, { - "name": "m_flSwitchTime", + "name": "m_vBoxMins", "type": { - "category": 5, - "name": "GameTime_t" + "atomic": 0, + "category": 4, + "name": "Vector" } }, { - "name": "m_flAveWindSpeed", + "name": "m_vBoxMaxs", "type": { - "category": 0, - "name": "float32" + "atomic": 0, + "category": 4, + "name": "Vector" } }, { - "name": "m_bGusting", + "name": "m_bStartDisabled", "type": { "category": 0, "name": "bool" } }, { - "name": "m_flWindAngleVariation", + "name": "m_nShape", "type": { "category": 0, - "name": "float32" + "name": "int32" } }, { - "name": "m_flWindSpeedVariation", + "name": "m_fWindSpeedMultiplier", "type": { "category": 0, "name": "float32" } }, { - "name": "m_hEntOwner", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseEntity" - }, - "name": "CHandle< CBaseEntity >", - "outer": "CHandle" - } - } - ] - }, - "CEnvWindShared::WindAveEvent_t": { - "fields": [ - { - "name": "m_flStartWindSpeed", + "name": "m_fWindTurbulenceMultiplier", "type": { "category": 0, "name": "float32" } }, { - "name": "m_flAveWindSpeed", - "type": { - "category": 0, - "name": "float32" - } - } - ] - }, - "CEnvWindShared::WindVariationEvent_t": { - "fields": [ - { - "name": "m_flWindAngleVariation", + "name": "m_fWindSpeedVariationMultiplier", "type": { "category": 0, "name": "float32" } }, { - "name": "m_flWindSpeedVariation", + "name": "m_fWindDirectionVariationMultiplier", "type": { "category": 0, "name": "float32" } } - ] + ], + "parent": "CBaseEntity" }, "CExampleSchemaVData_Monomorphic": { "fields": [ @@ -25819,7 +26183,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlStringToken" + "name": "CUtlSymbolLarge" } } ], @@ -25959,17 +26323,13 @@ }, "name": "CHandle< CBaseEntity >[10]" } - }, - { - "name": "m_nFilterCount", - "type": { - "category": 0, - "name": "int32" - } } ], "parent": "CBaseFilter" }, + "CFilterMultipleAPI": { + "fields": [] + }, "CFilterName": { "fields": [ { @@ -25995,178 +26355,22 @@ ], "parent": "CBaseFilter" }, - "CFire": { + "CFilterTeam": { "fields": [ { - "name": "m_hEffect", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseFire" - }, - "name": "CHandle< CBaseFire >" - } - }, - { - "name": "m_hOwner", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseEntity" - }, - "name": "CHandle< CBaseEntity >", - "outer": "CHandle" - } - }, - { - "name": "m_nFireType", + "name": "m_iFilterTeam", "type": { "category": 0, "name": "int32" } - }, - { - "name": "m_flFuel", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flDamageTime", - "type": { - "category": 5, - "name": "GameTime_t" - } - }, - { - "name": "m_lastDamage", - "type": { - "category": 5, - "name": "GameTime_t" - } - }, - { - "name": "m_flFireSize", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flLastNavUpdateTime", - "type": { - "category": 5, - "name": "GameTime_t" - } - }, - { - "name": "m_flHeatLevel", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flHeatAbsorb", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flDamageScale", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flMaxHeat", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flLastHeatLevel", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flAttackTime", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_bEnabled", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_bStartDisabled", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_bDidActivate", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_OnIgnited", - "type": { - "category": 5, - "name": "CEntityIOOutput" - } - }, - { - "name": "m_OnExtinguished", - "type": { - "category": 5, - "name": "CEntityIOOutput" - } } ], - "parent": "CBaseModelEntity" + "parent": "CBaseFilter" }, "CFireCrackerBlast": { "fields": [], "parent": "CInferno" }, - "CFireSmoke": { - "fields": [ - { - "name": "m_nFlameModelIndex", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_nFlameFromAboveModelIndex", - "type": { - "category": 0, - "name": "int32" - } - } - ], - "parent": "CBaseFire" - }, "CFiringModeFloat": { "fields": [ { @@ -26601,6 +26805,12 @@ ], "parent": "CConcreteAnimParameter" }, + "CFloatExponentialMovingAverage": { + "fields": [] + }, + "CFloatMovingAverage": { + "fields": [] + }, "CFogController": { "fields": [ { @@ -27918,6 +28128,13 @@ "name": "bool" } }, + { + "name": "m_bAllowMovableNavMeshDockingOnEntireEntity", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_bCreateNavObstacle", "type": { @@ -27934,13 +28151,6 @@ }, "CFuncMover": { "fields": [ - { - "name": "m_bCreateMovableNavMesh", - "type": { - "category": 0, - "name": "bool" - } - }, { "name": "m_iszPathName", "type": { @@ -27969,6 +28179,14 @@ "name": "CUtlSymbolLarge" } }, + { + "name": "m_iszPathNodeEnd", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlSymbolLarge" + } + }, { "name": "m_eMoveType", "type": { @@ -28026,20 +28244,6 @@ "name": "int32" } }, - { - "name": "m_bFixedOrientation", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_bFixedPitch", - "type": { - "category": 0, - "name": "bool" - } - }, { "name": "m_eSolidType", "type": { @@ -28178,6 +28382,13 @@ "name": "CEntityIOOutput" } }, + { + "name": "m_bStartAtClosestPoint", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_bStartAtEnd", "type": { @@ -28214,11 +28425,242 @@ } }, { - "name": "m_qOriginalOrientation", + "name": "m_nOriginalOrientationIndex", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_bCreateMovableNavMesh", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bAllowMovableNavMeshDockingOnEntireEntity", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_OnNodePassed", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_iszOrientationMatchEntityName", "type": { "atomic": 0, "category": 4, - "name": "Quaternion" + "name": "CUtlSymbolLarge" + } + }, + { + "name": "m_hOrientationMatchEntity", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" + } + }, + { + "name": "m_flTimeToTraverseToNextNode", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_vLerpToNewPosStartInPathEntitySpace", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_vLerpToNewPosEndInPathEntitySpace", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_flLerpToPositionT", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flLerpToPositionDeltaT", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_OnLerpToPositionComplete", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_bIsPaused", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_eTransitionedToPathNodeAction", + "type": { + "category": 6, + "name": "CFuncMover::TransitionToPathNodeAction_t" + } + }, + { + "name": "m_nDelayedTeleportToNode", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_bIsVerboseLogging", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_hFollowEntity", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" + } + }, + { + "name": "m_flFollowDistance", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flFollowMinimumSpeed", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flCurFollowEntityT", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flCurFollowSpeed", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_strOrientationFaceEntityName", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlSymbolLarge" + } + }, + { + "name": "m_hOrientationFaceEntity", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" + } + }, + { + "name": "m_OnStart", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_OnStartForward", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_OnStartReverse", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_OnStop", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_OnStopped", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_bNextNodeReturnsCurrent", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bStartedMoving", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_eFollowEntityDirection", + "type": { + "category": 6, + "name": "CFuncMover::FollowEntityDirection_t" } } ], @@ -28254,6 +28696,13 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_bUseAsyncObstacleUpdate", + "type": { + "category": 0, + "name": "bool" + } } ], "parent": "CBaseModelEntity" @@ -29856,11 +30305,11 @@ } }, { - "name": "m_vDest", + "name": "m_angAccumulatedRootMotionRotation", "type": { "atomic": 0, "category": 4, - "name": "Vector" + "name": "QAngle" } }, { @@ -29879,14 +30328,6 @@ "name": "QAngle" } }, - { - "name": "m_angDst", - "type": { - "atomic": 0, - "category": 4, - "name": "QAngle" - } - }, { "name": "m_angCurrent", "type": { @@ -29895,19 +30336,6 @@ "name": "QAngle" } }, - { - "name": "m_hDestEntity", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseEntity" - }, - "name": "CHandle< CBaseEntity >", - "outer": "CHandle" - } - }, { "name": "m_flLockedSpeed", "type": { @@ -29957,13 +30385,6 @@ "name": "bool" } }, - { - "name": "m_nType", - "type": { - "category": 6, - "name": "ScriptedMoveType_t" - } - }, { "name": "m_bSuccess", "type": { @@ -29984,18 +30405,40 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_vDest", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_angDst", + "type": { + "atomic": 0, + "category": 4, + "name": "QAngle" + } + }, + { + "name": "m_hDestEntity", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" + } } ] }, "CGameScriptedMoveDef_t": { "fields": [ - { - "name": "m_nType", - "type": { - "category": 6, - "name": "ScriptedMoveType_t" - } - }, { "name": "m_vDestOffset", "type": { @@ -30038,6 +30481,34 @@ "category": 0, "name": "float32" } + }, + { + "name": "m_flMoveSpeed", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_bAimDisabled", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bIgnoreRotation", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_nForcedCrouchState", + "type": { + "category": 6, + "name": "ForcedCrouchState_t" + } } ] }, @@ -31702,6 +32173,40 @@ ], "parent": "CInfoDynamicShadowHint" }, + "CInfoFan": { + "fields": [ + { + "name": "m_fFanForceMaxRadius", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_fFanForceMinRadius", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flCurveDistRange", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_FanForceCurveString", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlSymbolLarge" + } + } + ], + "parent": "CPointEntity" + }, "CInfoGameEventProxy": { "fields": [ { @@ -31965,7 +32470,7 @@ } }, { - "name": "m_bStreamingStarted", + "name": "m_bAutoActivate", "type": { "category": 0, "name": "bool" @@ -31977,6 +32482,20 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_bQueueActiveSpawnGroupChange", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bQueueFinishLoading", + "type": { + "category": 0, + "name": "bool" + } } ], "parent": "CLogicalEntity" @@ -33197,6 +33716,20 @@ "name": "int32" } }, + { + "name": "m_nLightPathUniqueId", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nLightMapUniqueId", + "type": { + "category": 0, + "name": "int32" + } + }, { "name": "m_bRenderToCubemaps", "type": { @@ -33204,6 +33737,13 @@ "name": "bool" } }, + { + "name": "m_bAllowSSTGeneration", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_nDirectLight", "type": { @@ -33427,60 +33967,6 @@ "fields": [], "parent": "CLightDirectionalEntity" }, - "CLightGlow": { - "fields": [ - { - "name": "m_nHorizontalSize", - "type": { - "category": 0, - "name": "uint32" - } - }, - { - "name": "m_nVerticalSize", - "type": { - "category": 0, - "name": "uint32" - } - }, - { - "name": "m_nMinDist", - "type": { - "category": 0, - "name": "uint32" - } - }, - { - "name": "m_nMaxDist", - "type": { - "category": 0, - "name": "uint32" - } - }, - { - "name": "m_nOuterMaxDist", - "type": { - "category": 0, - "name": "uint32" - } - }, - { - "name": "m_flGlowProxySize", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flHDRColorScale", - "type": { - "category": 0, - "name": "float32" - } - } - ], - "parent": "CBaseModelEntity" - }, "CLightOrthoEntity": { "fields": [], "parent": "CLightEntity" @@ -34787,20 +35273,6 @@ }, "CLogicRelay": { "fields": [ - { - "name": "m_OnTrigger", - "type": { - "category": 5, - "name": "CEntityIOOutput" - } - }, - { - "name": "m_OnSpawn", - "type": { - "category": 5, - "name": "CEntityIOOutput" - } - }, { "name": "m_bDisabled", "type": { @@ -34839,6 +35311,9 @@ ], "parent": "CLogicalEntity" }, + "CLogicRelayAPI": { + "fields": [] + }, "CLogicScript": { "fields": [], "parent": "CPointEntity" @@ -34903,6 +35378,13 @@ "name": "CAnimParamHandle" } }, + { + "name": "m_hLookHeadingNormalized", + "type": { + "category": 5, + "name": "CAnimParamHandle" + } + }, { "name": "m_hLookHeadingVelocity", "type": { @@ -35023,6 +35505,19 @@ ], "parent": "CPointEntity" }, + "CMapSharedEnvironment": { + "fields": [ + { + "name": "m_targetMapName", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlSymbolLarge" + } + } + ], + "parent": "CLogicalEntity" + }, "CMapVetoPickController": { "fields": [ { @@ -35277,6 +35772,32 @@ }, "CMarkupVolumeTagged": { "fields": [ + { + "name": "m_GroupNames", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + }, + "name": "CUtlVector< CGlobalSymbol >" + } + }, + { + "name": "m_Tags", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + }, + "name": "CUtlVector< CGlobalSymbol >" + } + }, { "name": "m_bIsGroup", "type": { @@ -35316,17 +35837,39 @@ "parent": "CMarkupVolume" }, "CMarkupVolumeTagged_Nav": { - "fields": [], + "fields": [ + { + "name": "m_nScopes", + "type": { + "category": 6, + "name": "NavScopeFlags_t" + } + } + ], "parent": "CMarkupVolumeTagged" }, "CMarkupVolumeTagged_NavGame": { "fields": [ + { + "name": "m_nScopes", + "type": { + "category": 6, + "name": "NavScopeFlags_t" + } + }, { "name": "m_bFloodFillAttribute", "type": { "category": 0, "name": "bool" } + }, + { + "name": "m_bSplitNavSpace", + "type": { + "category": 0, + "name": "bool" + } } ], "parent": "CMarkupVolumeWithRef" @@ -35341,7 +35884,15 @@ } }, { - "name": "m_vRefPos", + "name": "m_vRefPosEntitySpace", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_vRefPosWorldSpace", "type": { "atomic": 0, "category": 4, @@ -35431,6 +35982,39 @@ "name": "uint32" } }, + { + "name": "m_nAppliedIndexOffset", + "type": { + "category": 0, + "name": "uint32" + } + }, + { + "name": "m_nDepthVertexBufferIndex", + "type": { + "category": 0, + "name": "uint8" + } + }, + { + "name": "m_nMeshletPackedIVBIndex", + "type": { + "category": 0, + "name": "uint8" + } + }, + { + "name": "m_rigidMeshParts", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "CMaterialDrawDescriptor::RigidMeshPart_t" + }, + "name": "CUtlLeanVector< CMaterialDrawDescriptor::RigidMeshPart_t >" + } + }, { "name": "m_nPrimitiveType", "type": { @@ -35473,6 +36057,13 @@ "name": "CRenderBufferBinding" } }, + { + "name": "m_meshletPackedIVB", + "type": { + "category": 5, + "name": "CRenderBufferBinding" + } + }, { "name": "m_material", "type": { @@ -35488,6 +36079,38 @@ } ] }, + "CMaterialDrawDescriptor::RigidMeshPart_t": { + "fields": [ + { + "name": "m_nRigidBLASIndex", + "type": { + "category": 0, + "name": "uint16" + } + }, + { + "name": "m_nBoneIndex", + "type": { + "category": 0, + "name": "int16" + } + }, + { + "name": "m_nStartIndexOffset", + "type": { + "category": 0, + "name": "uint32" + } + }, + { + "name": "m_nPrimitiveCount", + "type": { + "category": 0, + "name": "uint32" + } + } + ] + }, "CMathColorBlend": { "fields": [ { @@ -35730,6 +36353,34 @@ "category": 5, "name": "CDrawCullingData" } + }, + { + "name": "m_nVertexOffset", + "type": { + "category": 0, + "name": "uint32" + } + }, + { + "name": "m_nTriangleOffset", + "type": { + "category": 0, + "name": "uint32" + } + }, + { + "name": "m_nVertexCount", + "type": { + "category": 0, + "name": "uint8" + } + }, + { + "name": "m_nTriangleCount", + "type": { + "category": 0, + "name": "uint8" + } } ] }, @@ -35855,6 +36506,13 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_bActiveInEditorByDefault", + "type": { + "category": 0, + "name": "bool" + } } ] }, @@ -36074,7 +36732,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlString" + "name": "CGlobalSymbol" } }, { @@ -36239,6 +36897,18 @@ "name": "uint64" } }, + { + "name": "m_nBodyGroupChoices", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "int32" + }, + "name": "CNetworkUtlVectorBase< int32 >" + } + }, { "name": "m_nIdealMotionType", "type": { @@ -37392,7 +38062,7 @@ "category": 5, "name": "CAnimParamHandle" }, - "name": "CAnimParamHandle[30]" + "name": "CAnimParamHandle[34]" } } ], @@ -37402,6 +38072,24 @@ "fields": [], "parent": "CHandshakeAnimTagBase" }, + "CMovementStatsProperty": { + "fields": [ + { + "name": "m_nUseCounter", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_emaMovementDirection", + "type": { + "category": 5, + "name": "CVectorExponentialMovingAverage" + } + } + ] + }, "CMoverPathNode": { "fields": [ { @@ -37428,6 +38116,28 @@ "name": "CUtlSymbolLarge" } }, + { + "name": "m_szPathNodeParameter", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlSymbolLarge" + } + }, + { + "name": "m_OnStartFromOrInSegment", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_OnStoppedAtOrInSegment", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, { "name": "m_OnPassThrough", "type": { @@ -37460,6 +38170,14 @@ }, "name": "CHandle< CPathMover >" } + }, + { + "name": "m_xWSPrevParent", + "type": { + "atomic": 0, + "category": 4, + "name": "CTransform" + } } ], "parent": "CPointEntity" @@ -37697,6 +38415,69 @@ ], "parent": "CAI_ExpresserWithFollowup" }, + "CNPCPhysicsHull": { + "fields": [ + { + "name": "m_sName", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + }, + { + "name": "m_eType", + "type": { + "category": 6, + "name": "NPCPhysicsHullType_t" + } + }, + { + "name": "m_flCapsuleHeight", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flCapsuleRadius", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_vCapsuleCenter1", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_vCapsuleCenter2", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_flGroundBoxHeight", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flGroundBoxWidth", + "type": { + "category": 0, + "name": "float32" + } + } + ] + }, "CNavHullPresetVData": { "fields": [ { @@ -37751,6 +38532,20 @@ "name": "float32" } }, + { + "name": "m_agentCrawlEnabled", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_agentCrawlHeight", + "type": { + "category": 0, + "name": "float32" + } + }, { "name": "m_agentMaxClimb", "type": { @@ -37870,21 +38665,14 @@ } }, { - "name": "m_nNavLinkIdForward", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_nNavLinkIdReverse", + "name": "m_bEnabled", "type": { "category": 0, - "name": "int32" + "name": "bool" } }, { - "name": "m_bEnabled", + "name": "m_bAllowCrossMovableConnections", "type": { "category": 0, "name": "bool" @@ -37930,6 +38718,13 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_nSplits", + "type": { + "category": 0, + "name": "int32" + } } ], "parent": "CPointEntity" @@ -37982,15 +38777,7 @@ ] }, "CNavSpaceInfo": { - "fields": [ - { - "name": "m_bCreateFlightSpace", - "type": { - "category": 0, - "name": "bool" - } - } - ], + "fields": [], "parent": "CPointEntity" }, "CNavVolume": { @@ -38409,14 +39196,14 @@ } }, { - "name": "m_bShouldSave", + "name": "m_bSuppressScreenSpaceEffect", "type": { "category": 2, "name": "bitfield:1" } }, { - "name": "m_bDisableAggregation", + "name": "m_bShouldSave", "type": { "category": 2, "name": "bitfield:1" @@ -38723,38 +39510,7 @@ }, "CNmBlendTaskBase": { "fields": [], - "parent": "CNmTask" - }, - "CNmBoneMask": { - "fields": [ - { - "name": "m_ID", - "type": { - "atomic": 0, - "category": 4, - "name": "CGlobalSymbol" - } - }, - { - "name": "m_weightInfo", - "type": { - "category": 6, - "name": "CNmBoneMask::WeightInfo_t" - } - }, - { - "name": "m_weights", - "type": { - "atomic": 2, - "category": 4, - "inner": { - "category": 0, - "name": "float32" - }, - "name": "CUtlVector< float32 >" - } - } - ] + "parent": "CNmPoseTask" }, "CNmBoneMaskBlendNode::CDefinition": { "fields": [ @@ -38857,6 +39613,43 @@ "fields": [], "parent": "CNmValueNode::CDefinition" }, + "CNmBoneWeightList": { + "fields": [ + { + "name": "m_skeletonName", + "type": { + "atomic": 0, + "category": 4, + "name": "CResourceName" + } + }, + { + "name": "m_boneIDs", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + }, + "name": "CUtlVector< CGlobalSymbol >" + } + }, + { + "name": "m_weights", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CUtlVector< float32 >" + } + } + ] + }, "CNmBoolValueNode::CDefinition": { "fields": [], "parent": "CNmValueNode::CDefinition" @@ -38920,11 +39713,11 @@ }, "CNmCachedPoseReadTask": { "fields": [], - "parent": "CNmTask" + "parent": "CNmPoseTask" }, "CNmCachedPoseWriteTask": { "fields": [], - "parent": "CNmTask" + "parent": "CNmPoseTask" }, "CNmCachedTargetNode::CDefinition": { "fields": [ @@ -38964,17 +39757,238 @@ ], "parent": "CNmVectorValueNode::CDefinition" }, - "CNmChildGraphNode::CDefinition": { + "CNmChainLookatNode::CDefinition": { "fields": [ { - "name": "m_nChildGraphIdx", + "name": "m_chainEndBoneID", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + }, + { + "name": "m_nLookatTargetNodeIdx", + "type": { + "category": 0, + "name": "int16" + } + }, + { + "name": "m_nEnabledNodeIdx", "type": { "category": 0, "name": "int16" } + }, + { + "name": "m_flBlendTimeSeconds", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_nChainLength", + "type": { + "category": 0, + "name": "uint8" + } + }, + { + "name": "m_bIsTargetInWorldSpace", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_chainForwardDir", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } } ], - "parent": "CNmPoseNode::CDefinition" + "parent": "CNmPassthroughNode::CDefinition" + }, + "CNmChainLookatTask": { + "fields": [ + { + "name": "m_nChainEndBoneIdx", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nNumBonesInChain", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_chainForwardDir", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_flBlendWeight", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flHorizontalAngleLimitDegrees", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flVerticalAngleLimitDegrees", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_lookatTarget", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_bIsTargetInWorldSpace", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bIsRunningFromDeserializedData", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_flHorizontalAngleDegrees", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flVerticalAngleDegrees", + "type": { + "category": 0, + "name": "float32" + } + } + ], + "parent": "CNmPoseTask" + }, + "CNmChainSolverTask": { + "fields": [ + { + "name": "m_nEffectorBoneIdx", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_targetTransform", + "type": { + "atomic": 0, + "category": 4, + "name": "CTransform" + } + }, + { + "name": "m_nNumBonesInChain", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_effectorTarget", + "type": { + "category": 5, + "name": "CNmTarget" + } + }, + { + "name": "m_blendMode", + "type": { + "category": 6, + "name": "NmIKBlendMode_t" + } + }, + { + "name": "m_flBlendWeight", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_bIsTargetInWorldSpace", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bIsRunningFromDeserializedData", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_debugEffectorBoneID", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + }, + { + "name": "m_chainStartTransformMS", + "type": { + "atomic": 0, + "category": 4, + "name": "CTransform" + } + }, + { + "name": "m_debugRequestedTargetTransformMS", + "type": { + "atomic": 0, + "category": 4, + "name": "CTransform" + } + }, + { + "name": "m_debugTotalChainLength", + "type": { + "category": 0, + "name": "float32" + } + } + ], + "parent": "CNmPoseTask" }, "CNmClip": { "fields": [ @@ -39036,6 +40050,22 @@ "name": "CUtlVector< uint32 >" } }, + { + "name": "m_secondaryAnimations", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 1, + "inner": { + "category": 5, + "name": "CNmClip" + }, + "name": "CNmClip*" + }, + "name": "CUtlVectorFixedGrowable< CNmClip*, 1 >" + } + }, { "name": "m_syncTrack", "type": { @@ -39056,6 +40086,55 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_modelSpaceSamplingChain", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "CNmClip::ModelSpaceSamplingChainLink_t" + }, + "name": "CUtlVector< CNmClip::ModelSpaceSamplingChainLink_t >" + } + }, + { + "name": "m_modelSpaceBoneSamplingIndices", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "int32" + }, + "name": "CUtlVector< int32 >" + } + } + ] + }, + "CNmClip::ModelSpaceSamplingChainLink_t": { + "fields": [ + { + "name": "m_nBoneIdx", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nParentBoneIdx", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nParentChainLinkIdx", + "type": { + "category": 0, + "name": "int32" + } } ] }, @@ -39075,6 +40154,20 @@ "name": "int16" } }, + { + "name": "m_flSpeedMultiplier", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_nStartSyncEventOffset", + "type": { + "category": 0, + "name": "int32" + } + }, { "name": "m_bSampleRootMotion", "type": { @@ -39097,6 +40190,10 @@ } } ], + "parent": "CNmClipReferenceNode::CDefinition" + }, + "CNmClipReferenceNode::CDefinition": { + "fields": [], "parent": "CNmPoseNode::CDefinition" }, "CNmClipSelectorNode::CDefinition": { @@ -39126,7 +40223,7 @@ } } ], - "parent": "CNmPoseNode::CDefinition" + "parent": "CNmClipReferenceNode::CDefinition" }, "CNmConstBoolNode::CDefinition": { "fields": [ @@ -39230,17 +40327,12 @@ "category": 0, "name": "int16" } - } - ], - "parent": "CNmFloatValueNode::CDefinition" - }, - "CNmCurrentSyncEventPercentageThroughNode::CDefinition": { - "fields": [ + }, { - "name": "m_nSourceStateNodeIdx", + "name": "m_bOnlyReturnPercentageThrough", "type": { "category": 0, - "name": "int16" + "name": "bool" } } ], @@ -39273,9 +40365,35 @@ "category": 4, "name": "CGlobalSymbol" } + }, + { + "name": "m_bClientOnly", + "type": { + "category": 0, + "name": "bool" + } } ] }, + "CNmEventConsumer": { + "fields": [] + }, + "CNmEventConsumerBody": { + "fields": [], + "parent": "CNmEventConsumer" + }, + "CNmEventConsumerLegacy": { + "fields": [], + "parent": "CNmEventConsumer" + }, + "CNmEventConsumerParticle": { + "fields": [], + "parent": "CNmEventConsumer" + }, + "CNmEventConsumerSound": { + "fields": [], + "parent": "CNmEventConsumer" + }, "CNmExternalGraphNode::CDefinition": { "fields": [], "parent": "CNmPoseNode::CDefinition" @@ -39626,6 +40744,20 @@ "category": 0, "name": "int16" } + }, + { + "name": "m_flFalseValue", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flTrueValue", + "type": { + "category": 0, + "name": "float32" + } } ], "parent": "CNmFloatValueNode::CDefinition" @@ -39634,6 +40766,45 @@ "fields": [], "parent": "CNmValueNode::CDefinition" }, + "CNmFollowBoneNode::CDefinition": { + "fields": [ + { + "name": "m_bone", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + }, + { + "name": "m_followTargetBone", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + }, + { + "name": "m_nEnabledNodeIdx", + "type": { + "category": 0, + "name": "int16" + } + }, + { + "name": "m_mode", + "type": { + "category": 6, + "name": "NmFollowBoneMode_t" + } + } + ], + "parent": "CNmPassthroughNode::CDefinition" + }, + "CNmFollowBoneTask": { + "fields": [], + "parent": "CNmPoseTask" + }, "CNmFootEvent": { "fields": [ { @@ -39729,7 +40900,7 @@ ], "parent": "CNmEvent" }, - "CNmGraphDataSet": { + "CNmGraphDefinition": { "fields": [ { "name": "m_variationID", @@ -39751,23 +40922,6 @@ "name": "CStrongHandle< InfoForResourceTypeCNmSkeleton >" } }, - { - "name": "m_resources", - "type": { - "atomic": 2, - "category": 4, - "inner": { - "atomic": 0, - "category": 4, - "name": "CStrongHandleVoid" - }, - "name": "CUtlVector< CStrongHandleVoid >" - } - } - ] - }, - "CNmGraphDefinition": { - "fields": [ { "name": "m_persistentNodeIndices", "type": { @@ -39826,15 +40980,15 @@ } }, { - "name": "m_childGraphSlots", + "name": "m_referencedGraphSlots", "type": { "atomic": 2, "category": 4, "inner": { "category": 5, - "name": "CNmGraphDefinition::ChildGraphSlot_t" + "name": "CNmGraphDefinition::ReferencedGraphSlot_t" }, - "name": "CUtlVector< CNmGraphDefinition::ChildGraphSlot_t >" + "name": "CUtlVector< CNmGraphDefinition::ReferencedGraphSlot_t >" } }, { @@ -39863,16 +41017,21 @@ } }, { - "name": "m_runtimeVersionID", + "name": "m_resources", "type": { - "atomic": 0, + "atomic": 2, "category": 4, - "name": "V_uuid_t" + "inner": { + "atomic": 0, + "category": 4, + "name": "CStrongHandleVoid" + }, + "name": "CUtlVector< CStrongHandleVoid >" } } ] }, - "CNmGraphDefinition::ChildGraphSlot_t": { + "CNmGraphDefinition::ExternalGraphSlot_t": { "fields": [ { "name": "m_nNodeIdx", @@ -39882,15 +41041,16 @@ } }, { - "name": "m_dataSlotIdx", + "name": "m_slotID", "type": { - "category": 0, - "name": "int16" + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" } } ] }, - "CNmGraphDefinition::ExternalGraphSlot_t": { + "CNmGraphDefinition::ReferencedGraphSlot_t": { "fields": [ { "name": "m_nNodeIdx", @@ -39900,45 +41060,71 @@ } }, { - "name": "m_slotID", + "name": "m_dataSlotIdx", "type": { - "atomic": 0, - "category": 4, - "name": "CGlobalSymbol" + "category": 0, + "name": "int16" } } ] }, - "CNmGraphNode::CDefinition": { + "CNmGraphEventConditionNode::CDefinition": { "fields": [ { - "name": "m_nNodeIdx", + "name": "m_nSourceStateNodeIdx", "type": { "category": 0, "name": "int16" } - } - ] - }, - "CNmGraphVariation": { - "fields": [ + }, { - "name": "m_graphDefinition", + "name": "m_eventConditionRules", "type": { - "atomic": 1, + "category": 5, + "name": "CNmBitFlags" + } + }, + { + "name": "m_conditions", + "type": { + "atomic": 2, "category": 4, "inner": { "category": 5, - "name": "InfoForResourceTypeCNmGraphDefinition" + "name": "CNmGraphEventConditionNode::Condition_t" }, - "name": "CStrongHandle< InfoForResourceTypeCNmGraphDefinition >" + "name": "CUtlVectorFixedGrowable< CNmGraphEventConditionNode::Condition_t, 5 >" + } + } + ], + "parent": "CNmBoolValueNode::CDefinition" + }, + "CNmGraphEventConditionNode::Condition_t": { + "fields": [ + { + "name": "m_eventID", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" } }, { - "name": "m_dataSet", + "name": "m_eventTypeCondition", "type": { - "category": 5, - "name": "CNmGraphDataSet" + "category": 6, + "name": "NmGraphEventTypeCondition_t" + } + } + ] + }, + "CNmGraphNode::CDefinition": { + "fields": [ + { + "name": "m_nNodeIdx", + "type": { + "category": 0, + "name": "int16" } } ] @@ -39984,6 +41170,14 @@ "category": 4, "name": "CGlobalSymbol" } + }, + { + "name": "m_secondaryID", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } } ], "parent": "CNmEvent" @@ -40074,6 +41268,86 @@ ], "parent": "CNmBoolValueNode::CDefinition" }, + "CNmIDSelectorNode::CDefinition": { + "fields": [ + { + "name": "m_conditionNodeIndices", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "int16" + }, + "name": "CUtlVectorFixedGrowable< int16, 5 >" + } + }, + { + "name": "m_values", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + }, + "name": "CUtlVectorFixedGrowable< CGlobalSymbol, 5 >" + } + }, + { + "name": "m_defaultValue", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + } + ], + "parent": "CNmIDValueNode::CDefinition" + }, + "CNmIDSwitchNode::CDefinition": { + "fields": [ + { + "name": "m_nSwitchValueNodeIdx", + "type": { + "category": 0, + "name": "int16" + } + }, + { + "name": "m_nTrueValueNodeIdx", + "type": { + "category": 0, + "name": "int16" + } + }, + { + "name": "m_nFalseValueNodeIdx", + "type": { + "category": 0, + "name": "int16" + } + }, + { + "name": "m_falseValue", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + }, + { + "name": "m_trueValue", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + } + ], + "parent": "CNmIDValueNode::CDefinition" + }, "CNmIDToFloatNode::CDefinition": { "fields": [ { @@ -40122,6 +41396,135 @@ "fields": [], "parent": "CNmValueNode::CDefinition" }, + "CNmIKBody": { + "fields": [ + { + "name": "m_flMass", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_vLocalMassCenter", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_vRadius", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_flResistance", + "type": { + "category": 0, + "name": "float32" + } + } + ] + }, + "CNmIKEffector": { + "fields": [ + { + "name": "m_nBodyIndex", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_bEnabled", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_vTargetPosition", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_qTargetOrientation", + "type": { + "atomic": 0, + "category": 4, + "name": "Quaternion" + } + }, + { + "name": "m_flWeight", + "type": { + "category": 0, + "name": "float32" + } + } + ] + }, + "CNmIKJoint": { + "fields": [ + { + "name": "m_nParentIndex", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nBodyIndex", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_xLocalFrame", + "type": { + "atomic": 0, + "category": 4, + "name": "CTransform" + } + }, + { + "name": "m_flSwingLimit", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flMinTwistLimit", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flMaxTwistLimit", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flWeight", + "type": { + "category": 0, + "name": "float32" + } + } + ] + }, "CNmIKRig": { "fields": [ { @@ -40135,6 +41538,30 @@ }, "name": "CStrongHandle< InfoForResourceTypeCNmSkeleton >" } + }, + { + "name": "m_vecBodies", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "CNmIKBody" + }, + "name": "CUtlVector< CNmIKBody >" + } + }, + { + "name": "m_vecJoints", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "CNmIKJoint" + }, + "name": "CUtlVector< CNmIKJoint >" + } } ] }, @@ -40262,6 +41689,59 @@ ], "parent": "CNmEvent" }, + "CNmMaterialAttributeEvent": { + "fields": [ + { + "name": "m_attributeName", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, + { + "name": "m_attributeNameToken", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlStringToken" + } + }, + { + "name": "m_x", + "type": { + "atomic": 0, + "category": 4, + "name": "CPiecewiseCurve" + } + }, + { + "name": "m_y", + "type": { + "atomic": 0, + "category": 4, + "name": "CPiecewiseCurve" + } + }, + { + "name": "m_z", + "type": { + "atomic": 0, + "category": 4, + "name": "CPiecewiseCurve" + } + }, + { + "name": "m_w", + "type": { + "atomic": 0, + "category": 4, + "name": "CPiecewiseCurve" + } + } + ], + "parent": "CNmEvent" + }, "CNmModelSpaceBlendTask": { "fields": [], "parent": "CNmBlendTaskBase" @@ -40438,15 +41918,41 @@ "name": "CUtlLeanVectorFixedGrowable< int16, 5 >" } }, + { + "name": "m_optionWeights", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "uint8" + }, + "name": "CUtlLeanVectorFixedGrowable< uint8, 5 >" + } + }, { "name": "m_parameterNodeIdx", "type": { "category": 0, "name": "int16" } + }, + { + "name": "m_bIgnoreInvalidOptions", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bHasWeightsSet", + "type": { + "category": 0, + "name": "bool" + } } ], - "parent": "CNmPoseNode::CDefinition" + "parent": "CNmClipReferenceNode::CDefinition" }, "CNmParameterizedSelectorNode::CDefinition": { "fields": [ @@ -40462,16 +41968,149 @@ "name": "CUtlLeanVectorFixedGrowable< int16, 5 >" } }, + { + "name": "m_optionWeights", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "uint8" + }, + "name": "CUtlLeanVectorFixedGrowable< uint8, 5 >" + } + }, { "name": "m_parameterNodeIdx", "type": { "category": 0, "name": "int16" } + }, + { + "name": "m_bIgnoreInvalidOptions", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bHasWeightsSet", + "type": { + "category": 0, + "name": "bool" + } } ], "parent": "CNmPoseNode::CDefinition" }, + "CNmParticleEvent": { + "fields": [ + { + "name": "m_relevance", + "type": { + "category": 6, + "name": "CNmEventRelevance_t" + } + }, + { + "name": "m_type", + "type": { + "category": 6, + "name": "CNmParticleEvent::Type_t" + } + }, + { + "name": "m_hParticleSystem", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "InfoForResourceTypeIParticleSystemDefinition" + }, + "name": "CStrongHandle< InfoForResourceTypeIParticleSystemDefinition >", + "outer": "CStrongHandle" + } + }, + { + "name": "m_tags", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, + { + "name": "m_bStopImmediately", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_attachmentPoint0", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, + { + "name": "m_attachmentType0", + "type": { + "category": 6, + "name": "ParticleAttachment_t" + } + }, + { + "name": "m_attachmentPoint1", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, + { + "name": "m_attachmentType1", + "type": { + "category": 6, + "name": "ParticleAttachment_t" + } + }, + { + "name": "m_config", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, + { + "name": "m_effectForConfig", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, + { + "name": "m_bDetachFromOwner", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bPlayEndCap", + "type": { + "category": 0, + "name": "bool" + } + } + ], + "parent": "CNmEvent" + }, "CNmPassthroughNode::CDefinition": { "fields": [ { @@ -40488,13 +42127,35 @@ "fields": [], "parent": "CNmGraphNode::CDefinition" }, + "CNmPoseTask": { + "fields": [] + }, "CNmReferencePoseNode::CDefinition": { "fields": [], "parent": "CNmPoseNode::CDefinition" }, "CNmReferencePoseTask": { "fields": [], - "parent": "CNmTask" + "parent": "CNmPoseTask" + }, + "CNmReferencedGraphNode::CDefinition": { + "fields": [ + { + "name": "m_nReferencedGraphIdx", + "type": { + "category": 0, + "name": "int16" + } + }, + { + "name": "m_nFallbackNodeIdx", + "type": { + "category": 0, + "name": "int16" + } + } + ], + "parent": "CNmPoseNode::CDefinition" }, "CNmRootMotionData": { "fields": [ @@ -40610,7 +42271,30 @@ }, "CNmSampleTask": { "fields": [], - "parent": "CNmTask" + "parent": "CNmPoseTask" + }, + "CNmScaleNode::CDefinition": { + "fields": [ + { + "name": "m_nMaskNodeIdx", + "type": { + "category": 0, + "name": "int16" + } + }, + { + "name": "m_nEnableNodeIdx", + "type": { + "category": 0, + "name": "int16" + } + } + ], + "parent": "CNmPassthroughNode::CDefinition" + }, + "CNmScaleTask": { + "fields": [], + "parent": "CNmPoseTask" }, "CNmSelectorNode::CDefinition": { "fields": [ @@ -40710,117 +42394,181 @@ } }, { - "name": "m_boneMasks", + "name": "m_maskDefinitions", "type": { "atomic": 2, "category": 4, "inner": { "category": 5, - "name": "CNmBoneMask" + "name": "NmBoneMaskSetDefinition_t" }, - "name": "CUtlLeanVector< CNmBoneMask >" + "name": "CUtlLeanVector< NmBoneMaskSetDefinition_t >" + } + }, + { + "name": "m_secondarySkeletons", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "CNmSkeleton::SecondarySkeleton_t" + }, + "name": "CUtlLeanVector< CNmSkeleton::SecondarySkeleton_t >" + } + }, + { + "name": "m_bIsPropSkeleton", + "type": { + "category": 0, + "name": "bool" } } ] }, - "CNmSpeedScaleBaseNode::CDefinition": { + "CNmSkeleton::SecondarySkeleton_t": { "fields": [ { - "name": "m_nInputValueNodeIdx", + "name": "m_attachToBoneID", "type": { - "category": 0, - "name": "int16" + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" } }, { - "name": "m_flDefaultInputValue", + "name": "m_skeleton", "type": { - "category": 0, - "name": "float32" + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "InfoForResourceTypeCNmSkeleton" + }, + "name": "CStrongHandle< InfoForResourceTypeCNmSkeleton >" } } - ], - "parent": "CNmPassthroughNode::CDefinition" - }, - "CNmSpeedScaleNode::CDefinition": { - "fields": [], - "parent": "CNmSpeedScaleBaseNode::CDefinition" + ] }, - "CNmStateCompletedConditionNode::CDefinition": { + "CNmSoundEvent": { "fields": [ { - "name": "m_nSourceStateNodeIdx", + "name": "m_relevance", + "type": { + "category": 6, + "name": "CNmEventRelevance_t" + } + }, + { + "name": "m_type", + "type": { + "category": 6, + "name": "CNmSoundEvent::Type_t" + } + }, + { + "name": "m_name", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, + { + "name": "m_position", + "type": { + "category": 6, + "name": "CNmSoundEvent::Position_t" + } + }, + { + "name": "m_attachmentName", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, + { + "name": "m_tags", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, + { + "name": "m_bIsServerOnly", "type": { "category": 0, - "name": "int16" + "name": "bool" } }, { - "name": "m_nTransitionDurationOverrideNodeIdx", + "name": "m_bContinuePlayingSoundAtDurationEnd", "type": { "category": 0, - "name": "int16" + "name": "bool" } }, { - "name": "m_flTransitionDurationSeconds", + "name": "m_flDurationInterruptionThreshold", "type": { "category": 0, "name": "float32" } } ], - "parent": "CNmBoolValueNode::CDefinition" + "parent": "CNmEvent" }, - "CNmStateEventConditionNode::CDefinition": { + "CNmSpeedScaleBaseNode::CDefinition": { "fields": [ { - "name": "m_nSourceStateNodeIdx", + "name": "m_nInputValueNodeIdx", "type": { "category": 0, "name": "int16" } }, { - "name": "m_eventConditionRules", - "type": { - "category": 5, - "name": "CNmBitFlags" - } - }, - { - "name": "m_conditions", + "name": "m_flDefaultInputValue", "type": { - "atomic": 2, - "category": 4, - "inner": { - "category": 5, - "name": "CNmStateEventConditionNode::Condition_t" - }, - "name": "CUtlVectorFixedGrowable< CNmStateEventConditionNode::Condition_t, 5 >" + "category": 0, + "name": "float32" } } ], - "parent": "CNmBoolValueNode::CDefinition" + "parent": "CNmPassthroughNode::CDefinition" + }, + "CNmSpeedScaleNode::CDefinition": { + "fields": [], + "parent": "CNmSpeedScaleBaseNode::CDefinition" }, - "CNmStateEventConditionNode::Condition_t": { + "CNmStateCompletedConditionNode::CDefinition": { "fields": [ { - "name": "m_eventID", + "name": "m_nSourceStateNodeIdx", "type": { - "atomic": 0, - "category": 4, - "name": "CGlobalSymbol" + "category": 0, + "name": "int16" } }, { - "name": "m_eventTypeCondition", + "name": "m_nTransitionDurationOverrideNodeIdx", "type": { - "category": 6, - "name": "NmStateEventTypeCondition_t" + "category": 0, + "name": "int16" + } + }, + { + "name": "m_flTransitionDurationSeconds", + "type": { + "category": 0, + "name": "float32" } } - ] + ], + "parent": "CNmBoolValueNode::CDefinition" }, "CNmStateMachineNode::CDefinition": { "fields": [ @@ -41027,6 +42775,13 @@ "category": 0, "name": "float32" } + }, + { + "name": "m_comparisionOperator", + "type": { + "category": 6, + "name": "CNmStateNode::TimedEvent_t::Comparison_t" + } } ] }, @@ -41343,9 +43098,6 @@ ], "parent": "CNmPoseNode::CDefinition" }, - "CNmTask": { - "fields": [] - }, "CNmTimeConditionNode::CDefinition": { "fields": [ { @@ -41522,6 +43274,54 @@ ], "parent": "CNmPoseNode::CDefinition" }, + "CNmTwoBoneIKNode::CDefinition": { + "fields": [ + { + "name": "m_effectorBoneID", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + }, + { + "name": "m_nEffectorTargetNodeIdx", + "type": { + "category": 0, + "name": "int16" + } + }, + { + "name": "m_nEnabledNodeIdx", + "type": { + "category": 0, + "name": "int16" + } + }, + { + "name": "m_flBlendTimeSeconds", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_blendMode", + "type": { + "category": 6, + "name": "NmIKBlendMode_t" + } + }, + { + "name": "m_bIsTargetInWorldSpace", + "type": { + "category": 0, + "name": "bool" + } + } + ], + "parent": "CNmPassthroughNode::CDefinition" + }, "CNmValueNode::CDefinition": { "fields": [], "parent": "CNmGraphNode::CDefinition" @@ -41680,7 +43480,7 @@ }, "CNmZeroPoseTask": { "fields": [], - "parent": "CNmTask" + "parent": "CNmPoseTask" }, "CNullEntity": { "fields": [], @@ -41719,18 +43519,95 @@ "COrientationWarpUpdateNode": { "fields": [ { - "name": "m_hFacingPositionParameter", + "name": "m_eMode", + "type": { + "category": 6, + "name": "OrientationWarpMode_t" + } + }, + { + "name": "m_hTargetParam", "type": { "category": 5, "name": "CAnimParamHandle" } }, { - "name": "m_turnDamping", + "name": "m_hTargetPositionParam", + "type": { + "category": 5, + "name": "CAnimParamHandle" + } + }, + { + "name": "m_hFallbackTargetPositionParam", + "type": { + "category": 5, + "name": "CAnimParamHandle" + } + }, + { + "name": "m_eTargetOffsetMode", + "type": { + "category": 6, + "name": "OrientationWarpTargetOffsetMode_t" + } + }, + { + "name": "m_flTargetOffset", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_hTargetOffsetParam", + "type": { + "category": 5, + "name": "CAnimParamHandle" + } + }, + { + "name": "m_damping", "type": { "category": 5, "name": "CAnimInputDamping" } + }, + { + "name": "m_eRootMotionSource", + "type": { + "category": 6, + "name": "OrientationWarpRootMotionSource_t" + } + }, + { + "name": "m_flMaxRootMotionScale", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_bEnablePreferredRotationDirection", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_ePreferredRotationDirection", + "type": { + "category": 6, + "name": "AnimValueSource" + } + }, + { + "name": "m_flPreferredRotationThreshold", + "type": { + "category": 0, + "name": "float32" + } } ], "parent": "CUnaryUpdateNode" @@ -41823,6 +43700,13 @@ "name": "bool" } }, + { + "name": "m_bAggregate", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_bStopWhenTagEnds", "type": { @@ -41870,10 +43754,6 @@ ], "parent": "CAnimTagBase" }, - "CParticleCollectionBindingInstance": { - "fields": [], - "parent": "CBasePulseGraphInstance" - }, "CParticleCollectionFloatInput": { "fields": [], "parent": "CParticleFloatInput" @@ -43852,21 +45732,32 @@ } }, { - "name": "m_flPathLength", + "name": "m_vecMovers", "type": { - "category": 0, - "name": "float32" + "atomic": 2, + "category": 4, + "inner": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CFuncMover" + }, + "name": "CHandle< CFuncMover >" + }, + "name": "CUtlVector< CHandle< CFuncMover > >" } }, { - "name": "m_bClosedLoop", + "name": "m_xInitialPathWorldToLocal", "type": { - "category": 0, - "name": "bool" + "atomic": 0, + "category": 4, + "name": "CTransform" } } ], - "parent": "CBaseEntity" + "parent": "CPathSimple" }, "CPathParameters": { "fields": [ @@ -44100,8 +45991,75 @@ "fields": [], "parent": "CPathParticleRope" }, + "CPathQueryComponent": { + "fields": [], + "parent": "CEntityComponent" + }, + "CPathQueryUtil": { + "fields": [ + { + "name": "m_PathToEntityTransform", + "type": { + "atomic": 0, + "category": 4, + "name": "CTransform" + } + }, + { + "name": "m_vecPathSamplePositions", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "atomic": 0, + "category": 4, + "name": "Vector" + }, + "name": "CUtlVector< Vector >" + } + }, + { + "name": "m_vecPathSampleParameters", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CUtlVector< float32 >" + } + }, + { + "name": "m_vecPathSampleDistances", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "float32" + }, + "name": "CUtlVector< float32 >" + } + }, + { + "name": "m_bIsClosedLoop", + "type": { + "category": 0, + "name": "bool" + } + } + ] + }, "CPathSimple": { "fields": [ + { + "name": "m_CPathQueryComponent", + "type": { + "category": 5, + "name": "CPathQueryComponent" + } + }, { "name": "m_pathString", "type": { @@ -44109,6 +46067,13 @@ "category": 4, "name": "CUtlString" } + }, + { + "name": "m_bClosedLoop", + "type": { + "category": 0, + "name": "bool" + } } ], "parent": "CBaseEntity" @@ -44276,7 +46241,15 @@ } }, { - "name": "m_angPreferredCarryAngles", + "name": "m_vHoverPosePosition", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_angHoverPoseAngles", "type": { "atomic": 0, "category": 4, @@ -44298,10 +46271,10 @@ } }, { - "name": "m_iExploitableByPlayer", + "name": "m_nHoverPoseFlags", "type": { - "category": 0, - "name": "int32" + "category": 6, + "name": "HoverPoseFlags_t" } }, { @@ -44444,13 +46417,6 @@ "name": "float32" } }, - { - "name": "m_teleportTick", - "type": { - "category": 0, - "name": "uint32" - } - }, { "name": "m_minTeleportDistance", "type": { @@ -44534,6 +46500,13 @@ "name": "bool" } }, + { + "name": "m_bAffectInvulnerableEnts", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_OnPushedPlayer", "type": { @@ -44587,6 +46560,22 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_sBoneName1", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlSymbolLarge" + } + }, + { + "name": "m_sBoneName2", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlSymbolLarge" + } } ], "parent": "CPhysConstraint" @@ -44964,6 +46953,14 @@ "name": "CUtlSymbolLarge" } }, + { + "name": "m_nameAnchor", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlSymbolLarge" + } + }, { "name": "m_hAttachedObject", "type": { @@ -44977,6 +46974,19 @@ "outer": "CHandle" } }, + { + "name": "m_hAnchorObject", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" + } + }, { "name": "m_spinUp", "type": { @@ -44984,6 +46994,20 @@ "name": "float32" } }, + { + "name": "m_spinDown", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flMotorFriction", + "type": { + "category": 0, + "name": "float32" + } + }, { "name": "m_additionalAcceleration", "type": { @@ -44999,10 +47023,24 @@ } }, { - "name": "m_lastTime", + "name": "m_flTorqueScale", "type": { - "category": 5, - "name": "GameTime_t" + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flTargetSpeed", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flSpeedWhenSpinUpOrSpinDownStarted", + "type": { + "category": 0, + "name": "float32" } }, { @@ -45015,6 +47053,9 @@ ], "parent": "CLogicalEntity" }, + "CPhysMotorAPI": { + "fields": [] + }, "CPhysPulley": { "fields": [ { @@ -45176,6 +47217,13 @@ "name": "CPhysSurfacePropertiesPhysics" } }, + { + "name": "m_vehicleParams", + "type": { + "category": 5, + "name": "CPhysSurfacePropertiesVehicle" + } + }, { "name": "m_audioSounds", "type": { @@ -45295,27 +47343,6 @@ "category": 0, "name": "float32" } - }, - { - "name": "m_wheelDrag", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_heatConductivity", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flashpoint", - "type": { - "category": 0, - "name": "float32" - } } ] }, @@ -45408,6 +47435,32 @@ "category": 4, "name": "CUtlString" } + }, + { + "name": "m_resonant", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + } + ] + }, + "CPhysSurfacePropertiesVehicle": { + "fields": [ + { + "name": "m_wheelDrag", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_wheelFrictionScale", + "type": { + "category": 0, + "name": "float32" + } } ] }, @@ -45515,6 +47568,19 @@ "category": 0, "name": "float32" } + }, + { + "name": "m_hSteeringMimicsEntity", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" + } } ], "parent": "CPhysConstraint" @@ -45523,6 +47589,38 @@ "fields": [], "parent": "CBaseButton" }, + "CPhysicsBodyGameMarkup": { + "fields": [ + { + "name": "m_TargetBody", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, + { + "name": "m_Tag", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + } + ] + }, + "CPhysicsBodyGameMarkupData": { + "fields": [ + { + "name": "m_PhysicsBodyMarkupByBoneName", + "type": { + "atomic": 3, + "category": 4, + "name": "CUtlOrderedMap< CUtlString, CPhysicsBodyGameMarkup >" + } + } + ] + }, "CPhysicsEntitySolver": { "fields": [ { @@ -45647,13 +47745,6 @@ "name": "float32" } }, - { - "name": "m_inertiaScale", - "type": { - "category": 0, - "name": "float32" - } - }, { "name": "m_buoyancyScale", "type": { @@ -45711,24 +47802,24 @@ } }, { - "name": "m_iExploitableByPlayer", + "name": "m_bHasBeenAwakened", "type": { "category": 0, - "name": "int32" + "name": "bool" } }, { - "name": "m_bHasBeenAwakened", + "name": "m_bIsOverrideProp", "type": { "category": 0, "name": "bool" } }, { - "name": "m_bIsOverrideProp", + "name": "m_nDynamicContinuousContactBehavior", "type": { - "category": 0, - "name": "bool" + "category": 6, + "name": "DynamicContinuousContactBehavior_t" } }, { @@ -45838,6 +47929,13 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_bAttachedToReferenceFrame", + "type": { + "category": 0, + "name": "bool" + } } ], "parent": "CBreakableProp" @@ -46131,19 +48229,6 @@ "outer": "CHandle" } }, - { - "name": "m_hControlPanel", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseEntity" - }, - "name": "CHandle< CBaseEntity >", - "outer": "CHandle" - } - }, { "name": "m_iProgressBarTime", "type": { @@ -46755,6 +48840,14 @@ "name": "Vector" } }, + { + "name": "m_vecLastFinishTickViewAngles", + "type": { + "atomic": 0, + "category": 4, + "name": "QAngle" + } + }, { "name": "m_vecOldViewAngles", "type": { @@ -46854,13 +48947,6 @@ "name": "int32" } }, - { - "name": "m_iTargetVolume", - "type": { - "category": 0, - "name": "int32" - } - }, { "name": "m_vecSmoothedVelocity", "type": { @@ -46915,10 +49001,6 @@ "fields": [], "parent": "CPlayerPawnComponent" }, - "CPlayer_ViewModelServices": { - "fields": [], - "parent": "CPlayerPawnComponent" - }, "CPlayer_WaterServices": { "fields": [], "parent": "CPlayerPawnComponent" @@ -48093,6 +50175,67 @@ ], "parent": "CPointEntity" }, + "CPointOrient": { + "fields": [ + { + "name": "m_iszSpawnTargetName", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlSymbolLarge" + } + }, + { + "name": "m_hTarget", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" + } + }, + { + "name": "m_bActive", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_nGoalDirection", + "type": { + "category": 6, + "name": "PointOrientGoalDirectionType_t" + } + }, + { + "name": "m_nConstraint", + "type": { + "category": 6, + "name": "PointOrientConstraint_t" + } + }, + { + "name": "m_flMaxTurnRate", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flLastGameTime", + "type": { + "category": 5, + "name": "GameTime_t" + } + } + ], + "parent": "CBaseEntity" + }, "CPointPrefab": { "fields": [ { @@ -48288,6 +50431,9 @@ ], "parent": "CServerOnlyPointEntity" }, + "CPointTeleportAPI": { + "fields": [] + }, "CPointTemplate": { "fields": [ { @@ -48328,13 +50474,6 @@ "name": "bool" } }, - { - "name": "m_pOutputOnSpawned", - "type": { - "category": 5, - "name": "CEntityIOOutput" - } - }, { "name": "m_clientOnlyEntityBehavior", "type": { @@ -49058,34 +51197,6 @@ "category": 0, "name": "bool" } - }, - { - "name": "m_flRate", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flTonemapPercentTarget", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flTonemapPercentBrightPixels", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flTonemapMinAvgLum", - "type": { - "category": 0, - "name": "float32" - } } ], "parent": "CBaseTrigger" @@ -49163,10 +51274,6 @@ ], "parent": "CEntitySubclassVDataBase" }, - "CPredictedViewModel": { - "fields": [], - "parent": "CBaseViewModel" - }, "CProductQuantizer": { "fields": [ { @@ -49467,6 +51574,9 @@ "CPulseAnimFuncs": { "fields": [] }, + "CPulseArraylib": { + "fields": [] + }, "CPulseCell_Base": { "fields": [ { @@ -49516,6 +51626,10 @@ "fields": [], "parent": "CPulseCell_Base" }, + "CPulseCell_BaseState": { + "fields": [], + "parent": "CPulseCell_BaseYieldingInflow" + }, "CPulseCell_BaseValue": { "fields": [], "parent": "CPulseCell_Base" @@ -49524,6 +51638,39 @@ "fields": [], "parent": "CPulseCell_BaseFlow" }, + "CPulseCell_BooleanSwitchState": { + "fields": [ + { + "name": "m_Condition", + "type": { + "category": 5, + "name": "PulseObservableBoolExpression_t" + } + }, + { + "name": "m_SubGraph", + "type": { + "category": 5, + "name": "CPulse_OutflowConnection" + } + }, + { + "name": "m_WhenTrue", + "type": { + "category": 5, + "name": "CPulse_OutflowConnection" + } + }, + { + "name": "m_WhenFalse", + "type": { + "category": 5, + "name": "CPulse_OutflowConnection" + } + } + ], + "parent": "CPulseCell_BaseState" + }, "CPulseCell_CursorQueue": { "fields": [ { @@ -49600,7 +51747,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { @@ -49608,15 +51755,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" - } - }, - { - "name": "m_TargetInput", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { @@ -49637,7 +51776,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } } ], @@ -49650,7 +51789,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } } ], @@ -49663,7 +51802,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { @@ -49707,10 +51846,10 @@ "CPulseCell_Inflow_ObservableVariableListener": { "fields": [ { - "name": "m_BlackboardReference", + "name": "m_nBlackboardReference", "type": { "category": 5, - "name": "CPulse_BlackboardReference" + "name": "PulseRuntimeBlackboardReferenceIndex_t" } }, { @@ -49747,6 +51886,112 @@ ], "parent": "CPulseCell_BaseYieldingInflow" }, + "CPulseCell_InlineNodeSkipSelector": { + "fields": [ + { + "name": "m_nFlowNodeID", + "type": { + "category": 5, + "name": "PulseDocNodeID_t" + } + }, + { + "name": "m_bAnd", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_PassOutflow", + "type": { + "category": 5, + "name": "PulseSelectorOutflowList_t" + } + }, + { + "name": "m_FailOutflow", + "type": { + "category": 5, + "name": "CPulse_OutflowConnection" + } + } + ], + "parent": "CPulseCell_BaseFlow" + }, + "CPulseCell_IntervalTimer": { + "fields": [ + { + "name": "m_Completed", + "type": { + "category": 5, + "name": "CPulse_ResumePoint" + } + }, + { + "name": "m_OnInterval", + "type": { + "category": 5, + "name": "SignatureOutflow_Continue" + } + } + ], + "parent": "CPulseCell_BaseYieldingInflow" + }, + "CPulseCell_IntervalTimer::CursorState_t": { + "fields": [ + { + "name": "m_StartTime", + "type": { + "category": 5, + "name": "GameTime_t" + } + }, + { + "name": "m_EndTime", + "type": { + "category": 5, + "name": "GameTime_t" + } + }, + { + "name": "m_flWaitInterval", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flWaitIntervalHigh", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_bCompleteOnNextWake", + "type": { + "category": 0, + "name": "bool" + } + } + ] + }, + "CPulseCell_IsRequirementValid": { + "fields": [], + "parent": "CPulseCell_BaseRequirement" + }, + "CPulseCell_IsRequirementValid::Criteria_t": { + "fields": [ + { + "name": "m_bIsValid", + "type": { + "category": 0, + "name": "bool" + } + } + ] + }, "CPulseCell_LerpCameraSettings": { "fields": [ { @@ -49816,6 +52061,17 @@ ], "parent": "CPulseCell_BaseRequirement" }, + "CPulseCell_LimitCount::Criteria_t": { + "fields": [ + { + "name": "m_bLimitCountPasses", + "type": { + "category": 0, + "name": "bool" + } + } + ] + }, "CPulseCell_LimitCount::InstanceState_t": { "fields": [ { @@ -49936,6 +52192,40 @@ ], "parent": "CPulseCell_BaseFlow" }, + "CPulseCell_Outflow_ListenForAnimgraphTag": { + "fields": [ + { + "name": "m_OnStart", + "type": { + "category": 5, + "name": "CPulse_ResumePoint" + } + }, + { + "name": "m_OnEnd", + "type": { + "category": 5, + "name": "CPulse_ResumePoint" + } + }, + { + "name": "m_OnCanceled", + "type": { + "category": 5, + "name": "CPulse_ResumePoint" + } + }, + { + "name": "m_TagName", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + } + ], + "parent": "CPulseCell_BaseYieldingInflow" + }, "CPulseCell_Outflow_ListenForEntityOutput": { "fields": [ { @@ -50113,6 +52403,13 @@ "name": "bool" } }, + { + "name": "m_bDisallowInterrupts", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_scriptedSequenceDataMain", "type": { @@ -50202,39 +52499,20 @@ ], "parent": "CPulseCell_BaseFlow" }, - "CPulseCell_Outflow_TestExplicitYesNo": { - "fields": [ - { - "name": "m_Yes", - "type": { - "category": 5, - "name": "CPulse_OutflowConnection" - } - }, - { - "name": "m_No", - "type": { - "category": 5, - "name": "CPulse_OutflowConnection" - } - } - ], - "parent": "CPulseCell_BaseFlow" - }, - "CPulseCell_Outflow_TestRandomYesNo": { + "CPulseCell_PickBestOutflowSelector": { "fields": [ { - "name": "m_Yes", + "name": "m_nCheckType", "type": { - "category": 5, - "name": "CPulse_OutflowConnection" + "category": 6, + "name": "PulseBestOutflowRules_t" } }, { - "name": "m_No", + "name": "m_OutflowList", "type": { "category": 5, - "name": "CPulse_OutflowConnection" + "name": "PulseSelectorOutflowList_t" } } ], @@ -50309,7 +52587,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { @@ -50317,7 +52595,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { @@ -50412,157 +52690,6 @@ ], "parent": "CPulseCell_BaseFlow" }, - "CPulseCell_Step_TestDomainCreateFakeEntity": { - "fields": [], - "parent": "CPulseCell_BaseFlow" - }, - "CPulseCell_Step_TestDomainDestroyFakeEntity": { - "fields": [], - "parent": "CPulseCell_BaseFlow" - }, - "CPulseCell_Step_TestDomainEntFire": { - "fields": [ - { - "name": "m_Input", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlString" - } - } - ], - "parent": "CPulseCell_BaseFlow" - }, - "CPulseCell_Step_TestDomainTracepoint": { - "fields": [], - "parent": "CPulseCell_BaseFlow" - }, - "CPulseCell_TestWaitWithCursorState": { - "fields": [ - { - "name": "m_WakeResume", - "type": { - "category": 5, - "name": "CPulse_ResumePoint" - } - }, - { - "name": "m_WakeCancel", - "type": { - "category": 5, - "name": "CPulse_ResumePoint" - } - }, - { - "name": "m_WakeFail", - "type": { - "category": 5, - "name": "CPulse_ResumePoint" - } - } - ], - "parent": "CPulseCell_BaseYieldingInflow" - }, - "CPulseCell_TestWaitWithCursorState::CursorState_t": { - "fields": [ - { - "name": "flWaitValue", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "bFailOnCancel", - "type": { - "category": 0, - "name": "bool" - } - } - ] - }, - "CPulseCell_Test_MultiInflow_NoDefault": { - "fields": [], - "parent": "CPulseCell_BaseFlow" - }, - "CPulseCell_Test_MultiInflow_WithDefault": { - "fields": [], - "parent": "CPulseCell_BaseFlow" - }, - "CPulseCell_Test_MultiOutflow_WithParams": { - "fields": [ - { - "name": "m_Out1", - "type": { - "category": 5, - "name": "SignatureOutflow_Continue" - } - }, - { - "name": "m_Out2", - "type": { - "category": 5, - "name": "SignatureOutflow_Continue" - } - } - ], - "parent": "CPulseCell_BaseFlow" - }, - "CPulseCell_Test_MultiOutflow_WithParams_Yielding": { - "fields": [ - { - "name": "m_Out1", - "type": { - "category": 5, - "name": "SignatureOutflow_Continue" - } - }, - { - "name": "m_AsyncChild1", - "type": { - "category": 5, - "name": "SignatureOutflow_Continue" - } - }, - { - "name": "m_AsyncChild2", - "type": { - "category": 5, - "name": "SignatureOutflow_Continue" - } - }, - { - "name": "m_YieldResume1", - "type": { - "category": 5, - "name": "SignatureOutflow_Resume" - } - }, - { - "name": "m_YieldResume2", - "type": { - "category": 5, - "name": "SignatureOutflow_Resume" - } - } - ], - "parent": "CPulseCell_BaseYieldingInflow" - }, - "CPulseCell_Test_MultiOutflow_WithParams_Yielding::CursorState_t": { - "fields": [ - { - "name": "nTestStep", - "type": { - "category": 0, - "name": "int32" - } - } - ] - }, - "CPulseCell_Test_NoInflow": { - "fields": [], - "parent": "CPulseCell_BaseFlow" - }, "CPulseCell_Timeline": { "fields": [ { @@ -50610,20 +52737,6 @@ "name": "float32" } }, - { - "name": "m_bPauseForPreviousEvents", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_bCallModeSync", - "type": { - "category": 0, - "name": "bool" - } - }, { "name": "m_EventOutflow", "type": { @@ -50646,35 +52759,27 @@ ], "parent": "CPulseCell_Base" }, - "CPulseCell_Val_TestDomainFindEntityByName": { - "fields": [], - "parent": "CPulseCell_BaseValue" - }, - "CPulseCell_Val_TestDomainGetEntityName": { - "fields": [], - "parent": "CPulseCell_BaseValue" - }, - "CPulseCell_Value_FindEntByClassNameWithin": { + "CPulseCell_Value_Curve": { "fields": [ { - "name": "m_EntityType", + "name": "m_Curve", "type": { "atomic": 0, "category": 4, - "name": "CUtlString" + "name": "CPiecewiseCurve" } } ], "parent": "CPulseCell_BaseValue" }, - "CPulseCell_Value_FindEntByName": { + "CPulseCell_Value_Gradient": { "fields": [ { - "name": "m_EntityType", + "name": "m_Gradient", "type": { "atomic": 0, "category": 4, - "name": "CUtlString" + "name": "CColorGradient" } } ], @@ -50688,10 +52793,6 @@ "fields": [], "parent": "CPulseCell_BaseValue" }, - "CPulseCell_Value_TestValue50": { - "fields": [], - "parent": "CPulseCell_BaseValue" - }, "CPulseCell_WaitForCursorsWithTag": { "fields": [ { @@ -50737,7 +52838,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } } ] @@ -50746,72 +52847,10 @@ "fields": [] }, "CPulseExecCursor": { - "fields": [], - "parent": "IGapHost_YieldingCursor" - }, - "CPulseGraphComponentBase": { - "fields": [ - { - "name": "m_hOwner", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseEntity" - }, - "name": "CHandle< CBaseEntity >", - "outer": "CHandle" - } - }, - { - "name": "m_bActivated", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_sNameFixupStaticPrefix", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - } - }, - { - "name": "m_sNameFixupParent", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - } - }, - { - "name": "m_sNameFixupLocal", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - } - }, - { - "name": "m_sProceduralWorldNameForRelays", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - } - } - ] - }, - "CPulseGraphComponentGameBlackboard": { - "fields": [], - "parent": "CPulseGraphComponentBase" + "fields": [] }, - "CPulseGraphComponentPointServer": { - "fields": [], - "parent": "CPulseGraphComponentBase" + "CPulseFuncs_GameParticleManager": { + "fields": [] }, "CPulseGraphDef": { "fields": [ @@ -50820,36 +52859,31 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { - "name": "m_ParentMapName", + "name": "m_DomainSubType", "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "CPulseValueFullType" } }, { - "name": "m_ParentXmlName", + "name": "m_ParentMapName", "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { - "name": "m_vecGameBlackboards", + "name": "m_ParentXmlName", "type": { - "atomic": 2, + "atomic": 0, "category": 4, - "inner": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - }, - "name": "CUtlVector< CUtlSymbolLarge >" + "name": "PulseSymbol_t" } }, { @@ -51052,91 +53086,66 @@ "CPulseGraphInstance_ServerEntity": { "fields": [ { - "name": "m_pComponent", + "name": "m_hOwner", "type": { - "category": 1, + "atomic": 1, + "category": 4, "inner": { "category": 5, - "name": "CPulseGraphComponentBase" + "name": "CBaseEntity" }, - "name": "CPulseGraphComponentBase*" - } - } - ], - "parent": "CBasePulseGraphInstance" - }, - "CPulseGraphInstance_TestDomain": { - "fields": [ - { - "name": "m_bIsRunningUnitTests", - "type": { - "category": 0, - "name": "bool" + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" } }, { - "name": "m_bExplicitTimeStepping", + "name": "m_bActivated", "type": { "category": 0, "name": "bool" } }, { - "name": "m_bExpectingToDestroyWithYieldedCursors", + "name": "m_sNameFixupStaticPrefix", "type": { - "category": 0, - "name": "bool" + "atomic": 0, + "category": 4, + "name": "CUtlSymbolLarge" } }, { - "name": "m_nNextValidateIndex", + "name": "m_sNameFixupParent", "type": { - "category": 0, - "name": "int32" + "atomic": 0, + "category": 4, + "name": "CUtlSymbolLarge" } }, { - "name": "m_Tracepoints", + "name": "m_sNameFixupLocal", "type": { - "atomic": 2, + "atomic": 0, "category": 4, - "inner": { - "atomic": 0, - "category": 4, - "name": "CUtlString" - }, - "name": "CUtlVector< CUtlString >" + "name": "CUtlSymbolLarge" } }, { - "name": "m_bTestYesOrNoPath", - "type": { - "category": 0, - "name": "bool" - } - } - ], - "parent": "CBasePulseGraphInstance" - }, - "CPulseGraphInstance_TestDomain_Derived": { - "fields": [ - { - "name": "m_nInstanceValueX", + "name": "m_sProceduralWorldNameForRelays", "type": { - "category": 0, - "name": "int32" + "atomic": 0, + "category": 4, + "name": "CUtlSymbolLarge" } } ], - "parent": "CPulseGraphInstance_TestDomain" - }, - "CPulseGraphInstance_TurtleGraphics": { - "fields": [], "parent": "CBasePulseGraphInstance" }, "CPulseMathlib": { "fields": [] }, + "CPulseRuntimeLibModuleLocalTypeQueryRegistration": { + "fields": [] + }, "CPulseRuntimeMethodArg": { "fields": [ { @@ -51165,56 +53174,49 @@ } ] }, - "CPulseServerFuncs": { - "fields": [] - }, - "CPulseServerFuncs_Sounds": { - "fields": [] - }, - "CPulseTestFuncs_LibraryA": { - "fields": [] - }, - "CPulseTestGapTypeQueryRegistration": { - "fields": [] - }, - "CPulseTestScriptLib": { - "fields": [] - }, - "CPulseTurtleGraphicsCursor": { + "CPulseServerCursor": { "fields": [ { - "name": "m_Color", + "name": "m_hActivator", "type": { - "atomic": 0, + "atomic": 1, "category": 4, - "name": "Color" + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" } }, { - "name": "m_vPos", + "name": "m_hCaller", "type": { - "atomic": 0, + "atomic": 1, "category": 4, - "name": "Vector2D" - } - }, - { - "name": "m_flHeadingDeg", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_bPenUp", - "type": { - "category": 0, - "name": "bool" + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" } } ], "parent": "CPulseExecCursor" }, + "CPulseServerFuncs": { + "fields": [] + }, + "CPulseServerFuncs_Sounds": { + "fields": [] + }, + "CPulseTestScriptLib": { + "fields": [] + }, + "CPulseTestTypeQueryRegistration": { + "fields": [] + }, "CPulse_BlackboardReference": { "fields": [ { @@ -51223,15 +53225,10 @@ "atomic": 1, "category": 4, "inner": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "InfoForResourceTypeIPulseGraphDef" - }, - "name": "CWeakHandle< InfoForResourceTypeIPulseGraphDef >" + "category": 5, + "name": "InfoForResourceTypeIPulseGraphDef" }, - "name": "CResourceNameTyped< CWeakHandle< InfoForResourceTypeIPulseGraphDef > >" + "name": "CStrongHandle< InfoForResourceTypeIPulseGraphDef >" } }, { @@ -51239,7 +53236,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { @@ -51266,7 +53263,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { @@ -51380,15 +53377,15 @@ "type": { "atomic": 0, "category": 4, - "name": "CGlobalSymbol" + "name": "CGlobalSymbolCaseSensitive" } }, { - "name": "m_ExpectedRuntimeType", + "name": "m_RequiredRuntimeType", "type": { "atomic": 0, "category": 4, - "name": "CGlobalSymbol" + "name": "CPulseValueFullType" } } ] @@ -51407,7 +53404,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { @@ -51440,7 +53437,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { @@ -51473,7 +53470,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { @@ -51481,7 +53478,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { @@ -51489,7 +53486,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { @@ -51497,7 +53494,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } } ] @@ -51509,7 +53506,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { @@ -51521,11 +53518,15 @@ } }, { - "name": "m_ParamType", + "name": "m_Args", "type": { - "atomic": 0, + "atomic": 2, "category": 4, - "name": "CPulseValueFullType" + "inner": { + "category": 5, + "name": "CPulseRuntimeMethodArg" + }, + "name": "CUtlLeanVector< CPulseRuntimeMethodArg >" } } ] @@ -51582,7 +53583,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } }, { @@ -51610,7 +53611,14 @@ } }, { - "name": "m_bIsPublic", + "name": "m_nKeysSource", + "type": { + "category": 6, + "name": "PulseVariableKeysSource_t" + } + }, + { + "name": "m_bIsPublicBlackboardVariable", "type": { "category": 0, "name": "bool" @@ -51701,6 +53709,13 @@ "name": "float32" } }, + { + "name": "m_bAnyMatchingRulesInCooldown", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_szSpeakerContext", "type": { @@ -51737,80 +53752,17 @@ "category": 4, "name": "CUtlSymbol" } - }, - { - "name": "m_pchCriteriaNames", - "type": { - "atomic": 2, - "category": 4, - "inner": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbol" - }, - "name": "CUtlVector< CUtlSymbol >" - } - }, - { - "name": "m_pchCriteriaValues", - "type": { - "atomic": 2, - "category": 4, - "inner": { - "category": 1, - "inner": { - "category": 0, - "name": "char" - }, - "name": "char*" - }, - "name": "CUtlVector< char* >" - } } ] }, "CRagdollAnimTag": { "fields": [ { - "name": "m_nPoseControl", - "type": { - "category": 6, - "name": "AnimPoseControl" - } - }, - { - "name": "m_flFrequency", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flDampingRatio", + "name": "m_profileName", "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flDecayDuration", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flDecayBias", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_bDestroy", - "type": { - "category": 0, - "name": "bool" + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" } } ], @@ -51830,6 +53782,18 @@ "name": "CUtlVector< CAnimNodePath >" } }, + { + "name": "m_followAttachmentNodePaths", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "CAnimNodePath" + }, + "name": "CUtlVector< CAnimNodePath >" + } + }, { "name": "m_boneIndices", "type": { @@ -51867,6 +53831,18 @@ "name": "CUtlVector< WeightList >" } }, + { + "name": "m_boneToWeightIndices", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "int32" + }, + "name": "CUtlVector< int32 >" + } + }, { "name": "m_flSpringFrequencyMin", "type": { @@ -52049,6 +54025,18 @@ "name": "bool" } }, + { + "name": "m_ragEnabled", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "bool" + }, + "name": "CNetworkUtlVectorBase< bool >" + } + }, { "name": "m_ragPos", "type": { @@ -52221,6 +54209,13 @@ "name": "bool" } }, + { + "name": "m_bAllowStretch", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_flBlendWeight", "type": { @@ -52353,14 +54348,14 @@ "CRandSimTimer": { "fields": [ { - "name": "m_minInterval", + "name": "m_flMinInterval", "type": { "category": 0, "name": "float32" } }, { - "name": "m_maxInterval", + "name": "m_flMaxInterval", "type": { "category": 0, "name": "float32" @@ -52372,14 +54367,14 @@ "CRandStopwatch": { "fields": [ { - "name": "m_minInterval", + "name": "m_flMinInterval", "type": { "category": 0, "name": "float32" } }, { - "name": "m_maxInterval", + "name": "m_flMaxInterval", "type": { "category": 0, "name": "float32" @@ -52476,6 +54471,46 @@ } ] }, + "CRelativeLocation": { + "fields": [ + { + "name": "m_Type", + "type": { + "category": 6, + "name": "RelativeLocationType_t" + } + }, + { + "name": "m_vRelativeOffset", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_vWorldSpacePos", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_hEntity", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" + } + } + ] + }, "CRemapFloat": { "fields": [ { @@ -52491,6 +54526,69 @@ } ] }, + "CRemapValueComponentUpdater": { + "fields": [ + { + "name": "m_items", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "CRemapValueUpdateItem" + }, + "name": "CUtlVector< CRemapValueUpdateItem >" + } + } + ], + "parent": "CAnimComponentUpdater" + }, + "CRemapValueUpdateItem": { + "fields": [ + { + "name": "m_hParamIn", + "type": { + "category": 5, + "name": "CAnimParamHandle" + } + }, + { + "name": "m_hParamOut", + "type": { + "category": 5, + "name": "CAnimParamHandle" + } + }, + { + "name": "m_flMinInputValue", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flMaxInputValue", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flMinOutputValue", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flMaxOutputValue", + "type": { + "category": 0, + "name": "float32" + } + } + ] + }, "CRenderBufferBinding": { "fields": [ { @@ -52588,7 +54686,19 @@ } }, { - "name": "m_nSegmentsPerHairStrand", + "name": "m_strandSegmentCountHist", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "int32" + }, + "name": "CUtlVector< int32 >" + } + }, + { + "name": "m_nMaxSegmentsPerHairStrand", "type": { "category": 0, "name": "int32" @@ -52608,6 +54718,20 @@ "name": "int32" } }, + { + "name": "m_nTotalVertexCount", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nTotalSegmentCount", + "type": { + "category": 0, + "name": "int32" + } + }, { "name": "m_nGroomGroupID", "type": { @@ -52682,6 +54806,20 @@ "name": "CRenderSkeleton" } }, + { + "name": "m_bUseUV2ForCharting", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bEmbeddedMapMesh", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_meshDeformParams", "type": { @@ -52828,51 +54966,6 @@ } ] }, - "CResponseQueue::CDeferredResponse": { - "fields": [ - { - "name": "m_contexts", - "type": { - "category": 5, - "name": "CResponseCriteriaSet" - } - }, - { - "name": "m_fDispatchTime", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_hIssuer", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseEntity" - }, - "name": "CHandle< CBaseEntity >", - "outer": "CHandle" - } - }, - { - "name": "m_response", - "type": { - "category": 5, - "name": "CRR_Response" - } - }, - { - "name": "m_bResponseValid", - "type": { - "category": 0, - "name": "bool" - } - } - ] - }, "CRetakeGameRules": { "fields": [ { @@ -53626,13 +55719,6 @@ "name": "CUtlString" } }, - { - "name": "m_nLayerIndex", - "type": { - "category": 0, - "name": "int32" - } - }, { "name": "m_nLayerId", "type": { @@ -54076,6 +56162,13 @@ "name": "float32" } }, + { + "name": "m_nSpeechPriority", + "type": { + "category": 0, + "name": "int32" + } + }, { "name": "m_hWaitingForThisResumeScene", "type": { @@ -54986,7 +57079,7 @@ "name": "m_nMoveToGait", "type": { "category": 6, - "name": "MovementGait_t" + "name": "SharedMovementGait_t" } }, { @@ -54996,6 +57089,13 @@ "name": "ScriptedHeldWeaponBehavior_t" } }, + { + "name": "m_nForcedCrouchState", + "type": { + "category": 6, + "name": "ForcedCrouchState_t" + } + }, { "name": "m_bIsPlayingPreIdle", "type": { @@ -55157,6 +57257,20 @@ "name": "bool" } }, + { + "name": "m_bDisableAimingWhileMoving", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bIgnoreRotation", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_flRadius", "type": { @@ -55192,6 +57306,13 @@ "name": "float32" } }, + { + "name": "m_flMoveSpeed", + "type": { + "category": 0, + "name": "float32" + } + }, { "name": "m_bWaitUntilMoveCompletesToStartAnimation", "type": { @@ -55449,6 +57570,13 @@ "category": 0, "name": "int32" } + }, + { + "name": "m_bSkipFadeIn", + "type": { + "category": 0, + "name": "bool" + } } ], "parent": "CBaseEntity" @@ -55705,9 +57833,9 @@ "inner": { "atomic": 3, "category": 4, - "name": "CUtlPair< CBufferString, float32 >" + "name": "std::pair< CBufferString, float32 >" }, - "name": "CUtlVector< CUtlPair< CBufferString, float32 > >" + "name": "CUtlVector< std::pair< CBufferString, float32 > >" } } ] @@ -56763,7 +58891,7 @@ ], "parent": "CAnimActionUpdater" }, - "CSharedGapTypeQueryRegistration": { + "CSharedPulseTypeQueryRegistration": { "fields": [] }, "CShatterGlassShard": { @@ -57037,7 +59165,7 @@ "CSimTimer": { "fields": [ { - "name": "m_interval", + "name": "m_flInterval", "type": { "category": 0, "name": "float32" @@ -57053,7 +59181,7 @@ "CSimpleSimTimer": { "fields": [ { - "name": "m_next", + "name": "m_flNext", "type": { "category": 5, "name": "GameTime_t" @@ -57479,6 +59607,13 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_bDidGroundScorch", + "type": { + "category": 0, + "name": "bool" + } } ], "parent": "CBaseCSGrenadeProjectile" @@ -58119,107 +60254,6 @@ } ] }, - "CSound": { - "fields": [ - { - "name": "m_hOwner", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseEntity" - }, - "name": "CHandle< CBaseEntity >", - "outer": "CHandle" - } - }, - { - "name": "m_hTarget", - "type": { - "atomic": 1, - "category": 4, - "inner": { - "category": 5, - "name": "CBaseEntity" - }, - "name": "CHandle< CBaseEntity >", - "outer": "CHandle" - } - }, - { - "name": "m_iVolume", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_flOcclusionScale", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_Sound", - "type": { - "category": 5, - "name": "AISound_t" - } - }, - { - "name": "m_iNextAudible", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_flExpireTime", - "type": { - "category": 5, - "name": "GameTime_t" - } - }, - { - "name": "m_iNext", - "type": { - "category": 0, - "name": "int16" - } - }, - { - "name": "m_bNoExpirationTime", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_ownerChannelIndex", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_vecOrigin", - "type": { - "atomic": 0, - "category": 4, - "name": "Vector" - } - }, - { - "name": "m_bHasOwner", - "type": { - "category": 0, - "name": "bool" - } - } - ] - }, "CSoundAreaEntityBase": { "fields": [ { @@ -58359,43 +60393,6 @@ } ] }, - "CSoundEnt": { - "fields": [ - { - "name": "m_iFreeSound", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_iActiveSound", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_cLastActiveSounds", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_SoundPool", - "type": { - "category": 3, - "inner": { - "category": 5, - "name": "CSound" - }, - "name": "CSound[128]" - } - } - ], - "parent": "CPointEntity" - }, "CSoundEnvelope": { "fields": [ { @@ -59380,6 +61377,76 @@ "category": 4, "name": "Vector" } + }, + { + "name": "m_hSplineEntity", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" + } + }, + { + "name": "m_bEnableLateralConstraint", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bEnableVerticalConstraint", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bEnableAngularConstraint", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bEnableLimit", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bFireEventsOnPath", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_flLinearFrequency", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flLinarDampingRatio", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_vPreSolveAnchorPos", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } } ], "parent": "CPhysConstraint" @@ -59736,6 +61803,13 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_bResetWhenActivated", + "type": { + "category": 0, + "name": "bool" + } } ], "parent": "CAnimUpdateNodeBase" @@ -59882,6 +61956,20 @@ "category": 2, "name": "bitfield:1" } + }, + { + "name": "m_bIsPassthroughRootMotion", + "type": { + "category": 2, + "name": "bitfield:1" + } + }, + { + "name": "m_bPreEvaluatePassthroughTransitionPath", + "type": { + "category": 2, + "name": "bitfield:1" + } } ] }, @@ -59986,7 +62074,7 @@ "CStopwatch": { "fields": [ { - "name": "m_interval", + "name": "m_flInterval", "type": { "category": 0, "name": "float32" @@ -60044,113 +62132,6 @@ ], "parent": "CBinaryUpdateNode" }, - "CSun": { - "fields": [ - { - "name": "m_vDirection", - "type": { - "atomic": 0, - "category": 4, - "name": "Vector" - } - }, - { - "name": "m_clrOverlay", - "type": { - "atomic": 0, - "category": 4, - "name": "Color" - } - }, - { - "name": "m_iszEffectName", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - } - }, - { - "name": "m_iszSSEffectName", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlSymbolLarge" - } - }, - { - "name": "m_bOn", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_bmaxColor", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_flSize", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flRotation", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flHazeScale", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flAlphaHaze", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flAlphaHdr", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flAlphaScale", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flHDRColorScale", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flFarZScale", - "type": { - "category": 0, - "name": "float32" - } - } - ], - "parent": "CBaseModelEntity" - }, "CSymbolAnimParameter": { "fields": [ { @@ -60251,13 +62232,6 @@ "name": "float32" } }, - { - "name": "m_flTotalledDamageAbsorbed", - "type": { - "category": 0, - "name": "float32" - } - }, { "name": "m_bitsDamageType", "type": { @@ -60314,6 +62288,21 @@ "name": "TakeDamageFlags_t" } }, + { + "name": "m_sDamageSourceName", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + }, + { + "name": "m_iHitGroupId", + "type": { + "category": 6, + "name": "HitGroup_t" + } + }, { "name": "m_nNumObjectsPenetrated", "type": { @@ -60328,14 +62317,6 @@ "name": "float32" } }, - { - "name": "m_hScriptInstance", - "type": { - "atomic": 0, - "category": 4, - "name": "HSCRIPT" - } - }, { "name": "m_bInTakeDamageFlow", "type": { @@ -60514,6 +62495,13 @@ }, "CTargetSelectorUpdateNode": { "fields": [ + { + "name": "m_eAngleMode", + "type": { + "category": 6, + "name": "TargetSelectorAngleMode_t" + } + }, { "name": "m_children", "type": { @@ -60527,18 +62515,60 @@ } }, { - "name": "m_hPositionParameter", + "name": "m_hTargetPosition", + "type": { + "category": 5, + "name": "CAnimParamHandle" + } + }, + { + "name": "m_hTargetFacePositionParameter", + "type": { + "category": 5, + "name": "CAnimParamHandle" + } + }, + { + "name": "m_hMoveHeadingParameter", "type": { "category": 5, "name": "CAnimParamHandle" } }, { - "name": "m_hFacePositionParameter", + "name": "m_hDesiredMoveHeadingParameter", "type": { "category": 5, "name": "CAnimParamHandle" } + }, + { + "name": "m_bTargetPositionIsWorldSpace", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bTargetFacePositionIsWorldSpace", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bEnablePhaseMatching", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_flPhaseMatchingMaxRootMotionSkip", + "type": { + "category": 0, + "name": "float32" + } } ], "parent": "CAnimUpdateNodeBase" @@ -60546,18 +62576,102 @@ "CTargetWarpUpdateNode": { "fields": [ { - "name": "m_hPositionParameter", + "name": "m_eAngleMode", + "type": { + "category": 6, + "name": "TargetWarpAngleMode_t" + } + }, + { + "name": "m_hTargetPositionParameter", "type": { "category": 5, "name": "CAnimParamHandle" } }, { - "name": "m_hFacePositionParameter", + "name": "m_hTargetUpVectorParameter", "type": { "category": 5, "name": "CAnimParamHandle" } + }, + { + "name": "m_hTargetFacePositionParameter", + "type": { + "category": 5, + "name": "CAnimParamHandle" + } + }, + { + "name": "m_hMoveHeadingParameter", + "type": { + "category": 5, + "name": "CAnimParamHandle" + } + }, + { + "name": "m_hDesiredMoveHeadingParameter", + "type": { + "category": 5, + "name": "CAnimParamHandle" + } + }, + { + "name": "m_eCorrectionMethod", + "type": { + "category": 6, + "name": "TargetWarpCorrectionMethod" + } + }, + { + "name": "m_eTargetWarpTimingMethod", + "type": { + "category": 6, + "name": "TargetWarpTimingMethod" + } + }, + { + "name": "m_bTargetFacePositionIsWorldSpace", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bTargetPositionIsWorldSpace", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bOnlyWarpWhenTagIsFound", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bWarpOrientationDuringTranslation", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bWarpAroundCenter", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_flMaxAngle", + "type": { + "category": 0, + "name": "float32" + } } ], "parent": "CUnaryUpdateNode" @@ -60662,25 +62776,6 @@ ], "parent": "CVoiceContainerBase" }, - "CTestDomainDerived_Cursor": { - "fields": [ - { - "name": "m_nCursorValueA", - "type": { - "category": 0, - "name": "int32" - } - }, - { - "name": "m_nCursorValueB", - "type": { - "category": 0, - "name": "int32" - } - } - ], - "parent": "CPulseExecCursor" - }, "CTestEffect": { "fields": [ { @@ -60733,6 +62828,70 @@ ], "parent": "CBaseEntity" }, + "CTestPulseIO": { + "fields": [ + { + "name": "m_OnVariantVoid", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_OnVariantBool", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_OnVariantInt", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_OnVariantFloat", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_OnVariantString", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_OnVariantColor", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_OnVariantVector", + "type": { + "category": 5, + "name": "CEntityIOOutput" + } + }, + { + "name": "m_bAllowEmptyInputs", + "type": { + "category": 0, + "name": "bool" + } + } + ], + "parent": "CLogicalEntity" + }, + "CTestPulseIOAPI": { + "fields": [] + }, "CTextureBasedAnimatable": { "fields": [ { @@ -61053,27 +63212,6 @@ "name": "float32" } }, - { - "name": "m_flTonemapPercentTarget", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flTonemapPercentBrightPixels", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flTonemapMinAvgLum", - "type": { - "category": 0, - "name": "float32" - } - }, { "name": "m_flExposureAdaptationSpeedUp", "type": { @@ -61287,6 +63425,14 @@ "name": "Vector" } }, + { + "name": "m_vFanOriginOffset", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, { "name": "m_vFanEnd", "type": { @@ -61296,13 +63442,56 @@ } }, { - "name": "m_vNoise", + "name": "m_vNoiseDirectionTarget", "type": { "atomic": 0, "category": 4, "name": "Vector" } }, + { + "name": "m_vDirection", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_bPushTowardsInfoTarget", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bPushAwayFromInfoTarget", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_qNoiseDelta", + "type": { + "atomic": 0, + "category": 4, + "name": "Quaternion" + } + }, + { + "name": "m_hInfoFan", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CInfoFan" + }, + "name": "CHandle< CInfoFan >", + "outer": "CHandle" + } + }, { "name": "m_flForce", "type": { @@ -61310,6 +63499,28 @@ "name": "float32" } }, + { + "name": "m_bFalloff", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_RampTimer", + "type": { + "category": 5, + "name": "CountdownTimer" + } + }, + { + "name": "m_iszInfoFan", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlSymbolLarge" + } + }, { "name": "m_flRopeForceScale", "type": { @@ -61317,6 +63528,13 @@ "name": "float32" } }, + { + "name": "m_flParticleForceScale", + "type": { + "category": 0, + "name": "float32" + } + }, { "name": "m_flPlayerForce", "type": { @@ -61324,6 +63542,20 @@ "name": "float32" } }, + { + "name": "m_bPlayerWindblock", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_flNPCForce", + "type": { + "category": 0, + "name": "float32" + } + }, { "name": "m_flRampTime", "type": { @@ -61332,38 +63564,38 @@ } }, { - "name": "m_bFalloff", + "name": "m_fNoiseDegrees", "type": { "category": 0, - "name": "bool" + "name": "float32" } }, { - "name": "m_bPushPlayer", + "name": "m_fNoiseSpeed", "type": { "category": 0, - "name": "bool" + "name": "float32" } }, { - "name": "m_bRampDown", + "name": "m_bPushPlayer", "type": { "category": 0, "name": "bool" } }, { - "name": "m_bAddNoise", + "name": "m_bRampDown", "type": { "category": 0, "name": "bool" } }, { - "name": "m_RampTimer", + "name": "m_nManagerFanIdx", "type": { - "category": 5, - "name": "CountdownTimer" + "category": 0, + "name": "int32" } } ], @@ -61769,6 +64001,13 @@ "name": "bool" } }, + { + "name": "m_bTestAllVisibleOcclusion", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_OnTimeout", "type": { @@ -62530,6 +64769,12 @@ ], "parent": "CConcreteAnimParameter" }, + "CVectorExponentialMovingAverage": { + "fields": [] + }, + "CVectorMovingAverage": { + "fields": [] + }, "CVectorQuantizer": { "fields": [ { @@ -62720,10 +64965,10 @@ } }, { - "name": "m_nSamples", + "name": "m_fAnalysisWindowMs", "type": { "category": 0, - "name": "int32" + "name": "float32" } }, { @@ -62766,6 +65011,13 @@ "name": "float32" } }, + { + "name": "m_bShouldWraparound", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_sourceAudio", "type": { @@ -62825,6 +65077,71 @@ "fields": [], "parent": "CVoiceContainerBase" }, + "CVoiceContainerParameterBlender": { + "fields": [ + { + "name": "m_firstSound", + "type": { + "category": 5, + "name": "CSoundContainerReference" + } + }, + { + "name": "m_secondSound", + "type": { + "category": 5, + "name": "CSoundContainerReference" + } + }, + { + "name": "m_bEnableOcclusionBlend", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_curve1", + "type": { + "atomic": 0, + "category": 4, + "name": "CPiecewiseCurve" + } + }, + { + "name": "m_curve2", + "type": { + "atomic": 0, + "category": 4, + "name": "CPiecewiseCurve" + } + }, + { + "name": "m_bEnableDistanceBlend", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_curve3", + "type": { + "atomic": 0, + "category": 4, + "name": "CPiecewiseCurve" + } + }, + { + "name": "m_curve4", + "type": { + "atomic": 0, + "category": 4, + "name": "CPiecewiseCurve" + } + } + ], + "parent": "CVoiceContainerBase" + }, "CVoiceContainerRandomSampler": { "fields": [ { @@ -63424,6 +65741,29 @@ } ] }, + "CWarpSectionAnimTag": { + "fields": [ + { + "name": "m_bWarpPosition", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bWarpOrientation", + "type": { + "category": 0, + "name": "bool" + } + } + ], + "parent": "CWarpSectionAnimTagBase" + }, + "CWarpSectionAnimTagBase": { + "fields": [], + "parent": "CAnimTagBase" + }, "CWaterBullet": { "fields": [], "parent": "CBaseAnimGraph" @@ -63500,7 +65840,15 @@ "parent": "CCSWeaponBaseGun" }, "CWeaponCZ75a": { - "fields": [], + "fields": [ + { + "name": "m_bMagazineRemoved", + "type": { + "category": 0, + "name": "bool" + } + } + ], "parent": "CCSWeaponBaseGun" }, "CWeaponElite": { @@ -64747,6 +67095,13 @@ "category": 5, "name": "CRandomNumberGeneratorParameters" } + }, + { + "name": "m_bUseNewCode", + "type": { + "category": 0, + "name": "bool" + } } ], "parent": "CParticleFunctionInitializer" @@ -65087,6 +67442,13 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_flLifespanOverlap", + "type": { + "category": 5, + "name": "CPerParticleFloatInput" + } } ], "parent": "CParticleFunctionInitializer" @@ -65258,6 +67620,14 @@ "name": "int32" } }, + { + "name": "m_strSnapshotSubset", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, { "name": "m_nAttributeToRead", "type": { @@ -66356,6 +68726,13 @@ "name": "bool" } }, + { + "name": "m_nAttribute", + "type": { + "category": 5, + "name": "ParticleAttributeIndex_t" + } + }, { "name": "m_bSetPXYZOnly", "type": { @@ -66370,6 +68747,13 @@ "name": "bool" } }, + { + "name": "m_nTraceDirectionAttribute", + "type": { + "category": 5, + "name": "ParticleAttributeIndex_t" + } + }, { "name": "m_bOffsetonColOnly", "type": { @@ -68055,6 +70439,39 @@ ], "parent": "CParticleFunctionInitializer" }, + "C_INIT_ScreenSpacePositionOfTarget": { + "fields": [ + { + "name": "m_vecTargetPosition", + "type": { + "category": 5, + "name": "CPerParticleVecInput" + } + }, + { + "name": "m_bOututBehindness", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_nBehindFieldOutput", + "type": { + "category": 5, + "name": "ParticleAttributeIndex_t" + } + }, + { + "name": "m_flBehindOutputRemap", + "type": { + "category": 5, + "name": "CParticleRemapFloatInput" + } + } + ], + "parent": "CParticleFunctionInitializer" + }, "C_INIT_SequenceFromCP": { "fields": [ { @@ -68148,6 +70565,53 @@ ], "parent": "CParticleFunctionInitializer" }, + "C_INIT_SetFloatAttributeToVectorExpression": { + "fields": [ + { + "name": "m_nExpression", + "type": { + "category": 6, + "name": "VectorFloatExpressionType_t" + } + }, + { + "name": "m_vInput1", + "type": { + "category": 5, + "name": "CPerParticleVecInput" + } + }, + { + "name": "m_vInput2", + "type": { + "category": 5, + "name": "CPerParticleVecInput" + } + }, + { + "name": "m_flOutputRemap", + "type": { + "category": 5, + "name": "CParticleRemapFloatInput" + } + }, + { + "name": "m_nOutputField", + "type": { + "category": 5, + "name": "ParticleAttributeIndex_t" + } + }, + { + "name": "m_nSetMethod", + "type": { + "category": 6, + "name": "ParticleSetMethod_t" + } + } + ], + "parent": "CParticleFunctionInitializer" + }, "C_INIT_SetHitboxToClosest": { "fields": [ { @@ -68356,6 +70820,13 @@ "name": "CPerParticleVecInput" } }, + { + "name": "m_flLerp", + "type": { + "category": 5, + "name": "CPerParticleFloatInput" + } + }, { "name": "m_nOutputField", "type": { @@ -69354,12 +71825,26 @@ "name": "int32" } }, + { + "name": "m_nForcedSimId", + "type": { + "category": 0, + "name": "int32" + } + }, { "name": "m_nColorBlendType", "type": { "category": 6, "name": "ParticleColorBlendType_t" } + }, + { + "name": "m_nForcedStatusEffects", + "type": { + "category": 6, + "name": "ParticleAttrBoxFlags_t" + } } ], "parent": "CParticleFunctionRenderer" @@ -69782,6 +72267,14 @@ "name": "int32" } }, + { + "name": "m_strSnapshotSubset", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, { "name": "m_nLimitPerUpdate", "type": { @@ -70909,6 +73402,13 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_nAttribute", + "type": { + "category": 5, + "name": "ParticleAttributeIndex_t" + } } ], "parent": "CParticleFunctionOperator" @@ -71721,8 +74221,8 @@ { "name": "m_flScale", "type": { - "category": 0, - "name": "float32" + "category": 5, + "name": "CPerParticleFloatInput" } }, { @@ -71735,8 +74235,8 @@ { "name": "m_nIncrement", "type": { - "category": 0, - "name": "int32" + "category": 5, + "name": "CPerParticleFloatInput" } }, { @@ -71746,12 +74246,26 @@ "name": "bool" } }, + { + "name": "m_bReverse", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_nMissingParentBehavior", "type": { "category": 6, "name": "MissingParentInheritBehavior_t" } + }, + { + "name": "m_flInterpolation", + "type": { + "category": 5, + "name": "CPerParticleFloatInput" + } } ], "parent": "CParticleFunctionOperator" @@ -71839,6 +74353,14 @@ "category": 0, "name": "int32" } + }, + { + "name": "m_strSnapshotSubset", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } } ], "parent": "CParticleFunctionEmitter" @@ -71940,13 +74462,6 @@ "category": 0, "name": "bool" } - }, - { - "name": "m_bThreadIt", - "type": { - "category": 0, - "name": "bool" - } } ], "parent": "CParticleFunctionForce" @@ -71984,6 +74499,32 @@ ], "parent": "CParticleFunctionOperator" }, + "C_OP_LazyCullCompareFloat": { + "fields": [ + { + "name": "m_flComparsion1", + "type": { + "category": 5, + "name": "CPerParticleFloatInput" + } + }, + { + "name": "m_flComparsion2", + "type": { + "category": 5, + "name": "CPerParticleFloatInput" + } + }, + { + "name": "m_flCullTime", + "type": { + "category": 5, + "name": "CPerParticleFloatInput" + } + } + ], + "parent": "CParticleFunctionOperator" + }, "C_OP_LerpEndCapScalar": { "fields": [ { @@ -72629,6 +75170,14 @@ "name": "int32" } }, + { + "name": "m_strSnapshotSubset", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, { "name": "m_bEmitInstantaneously", "type": { @@ -74251,6 +76800,13 @@ "category": 5, "name": "CPerParticleFloatInput" } + }, + { + "name": "m_bRetainInitialVelocity", + "type": { + "category": 0, + "name": "bool" + } } ], "parent": "CParticleFunctionOperator" @@ -77326,7 +79882,7 @@ "category": 5, "name": "FloatInputMaterialVariable_t" }, - "name": "CUtlVector< FloatInputMaterialVariable_t >" + "name": "CUtlLeanVector< FloatInputMaterialVariable_t >" } }, { @@ -77338,7 +79894,7 @@ "category": 5, "name": "VecInputMaterialVariable_t" }, - "name": "CUtlVector< VecInputMaterialVariable_t >" + "name": "CUtlLeanVector< VecInputMaterialVariable_t >" } } ], @@ -78038,6 +80594,13 @@ "name": "CUtlVector< MaterialVariable_t >" } }, + { + "name": "m_flRenderFilter", + "type": { + "category": 5, + "name": "CPerParticleFloatInput" + } + }, { "name": "m_flManualModelSelection", "type": { @@ -78862,6 +81425,13 @@ "name": "bool" } }, + { + "name": "m_fDrawFilter", + "type": { + "category": 5, + "name": "CPerParticleFloatInput" + } + }, { "name": "m_nAngularVelocityField", "type": { @@ -79576,39 +82146,6 @@ ], "parent": "CParticleFunctionRenderer" }, - "C_OP_RenderTonemapController": { - "fields": [ - { - "name": "m_flTonemapLevel", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_flTonemapWeight", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_nTonemapLevelField", - "type": { - "category": 5, - "name": "ParticleAttributeIndex_t" - } - }, - { - "name": "m_nTonemapWeightField", - "type": { - "category": 5, - "name": "ParticleAttributeIndex_t" - } - } - ], - "parent": "CParticleFunctionRenderer" - }, "C_OP_RenderTrails": { "fields": [ { @@ -80172,6 +82709,112 @@ ], "parent": "CParticleFunctionOperator" }, + "C_OP_ScreenSpaceDistanceToEdge": { + "fields": [ + { + "name": "m_nFieldOutput", + "type": { + "category": 5, + "name": "ParticleAttributeIndex_t" + } + }, + { + "name": "m_flMaxDistFromEdge", + "type": { + "category": 5, + "name": "CPerParticleFloatInput" + } + }, + { + "name": "m_flOutputRemap", + "type": { + "category": 5, + "name": "CParticleRemapFloatInput" + } + }, + { + "name": "m_nSetMethod", + "type": { + "category": 6, + "name": "ParticleSetMethod_t" + } + } + ], + "parent": "CParticleFunctionOperator" + }, + "C_OP_ScreenSpacePositionOfTarget": { + "fields": [ + { + "name": "m_vecTargetPosition", + "type": { + "category": 5, + "name": "CPerParticleVecInput" + } + }, + { + "name": "m_bOututBehindness", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_nBehindFieldOutput", + "type": { + "category": 5, + "name": "ParticleAttributeIndex_t" + } + }, + { + "name": "m_flBehindOutputRemap", + "type": { + "category": 5, + "name": "CParticleRemapFloatInput" + } + }, + { + "name": "m_nBehindSetMethod", + "type": { + "category": 6, + "name": "ParticleSetMethod_t" + } + } + ], + "parent": "CParticleFunctionOperator" + }, + "C_OP_ScreenSpaceRotateTowardTarget": { + "fields": [ + { + "name": "m_vecTargetPosition", + "type": { + "category": 5, + "name": "CPerParticleVecInput" + } + }, + { + "name": "m_flOutputRemap", + "type": { + "category": 5, + "name": "CParticleRemapFloatInput" + } + }, + { + "name": "m_nSetMethod", + "type": { + "category": 6, + "name": "ParticleSetMethod_t" + } + }, + { + "name": "m_flScreenEdgeAlignmentDistance", + "type": { + "category": 5, + "name": "CPerParticleFloatInput" + } + } + ], + "parent": "CParticleFunctionOperator" + }, "C_OP_SelectivelyEnableChildren": { "fields": [ { @@ -80520,6 +83163,13 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_nOrientation", + "type": { + "category": 6, + "name": "ParticleOrientationType_t" + } } ], "parent": "CParticleFunctionOperator" @@ -80547,6 +83197,13 @@ "name": "CParticleCollectionVecInput" } }, + { + "name": "m_flLerp", + "type": { + "category": 5, + "name": "CPerParticleFloatInput" + } + }, { "name": "m_flOutputRemap", "type": { @@ -81228,6 +83885,13 @@ "name": "CParticleCollectionVecInput" } }, + { + "name": "m_flLerp", + "type": { + "category": 5, + "name": "CPerParticleFloatInput" + } + }, { "name": "m_bNormalizedOutput", "type": { @@ -81530,6 +84194,14 @@ "name": "int32" } }, + { + "name": "m_strSnapshotSubset", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, { "name": "m_nAttributeToRead", "type": { @@ -82099,6 +84771,13 @@ "name": "CPerParticleVecInput" } }, + { + "name": "m_flLerp", + "type": { + "category": 5, + "name": "CPerParticleFloatInput" + } + }, { "name": "m_nOutputField", "type": { @@ -83152,6 +85831,28 @@ "name": "CStrongHandle< InfoForResourceTypeCModel >", "outer": "CStrongHandle" } + }, + { + "name": "m_materialGroup", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlStringToken" + } + }, + { + "name": "m_flBeginCullSize", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flEndCullSize", + "type": { + "category": 0, + "name": "float32" + } } ] }, @@ -83191,98 +85892,6 @@ } ] }, - "CommandToolCommand_t": { - "fields": [ - { - "name": "m_bEnabled", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_bOpened", - "type": { - "category": 0, - "name": "bool" - } - }, - { - "name": "m_InternalId", - "type": { - "category": 0, - "name": "uint32" - } - }, - { - "name": "m_ShortName", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlString" - } - }, - { - "name": "m_ExecMode", - "type": { - "category": 6, - "name": "CommandExecMode_t" - } - }, - { - "name": "m_SpawnGroup", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlString" - } - }, - { - "name": "m_PeriodicExecDelay", - "type": { - "category": 0, - "name": "float32" - } - }, - { - "name": "m_SpecType", - "type": { - "category": 6, - "name": "CommandEntitySpecType_t" - } - }, - { - "name": "m_EntitySpec", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlString" - } - }, - { - "name": "m_Commands", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlString" - } - }, - { - "name": "m_SetDebugBits", - "type": { - "category": 6, - "name": "DebugOverlayBits_t" - } - }, - { - "name": "m_ClearDebugBits", - "type": { - "category": 6, - "name": "DebugOverlayBits_t" - } - } - ] - }, "ConfigIndex": { "fields": [ { @@ -83542,6 +86151,80 @@ } ] }, + "DynamicVolumeDef_t": { + "fields": [ + { + "name": "m_source", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" + } + }, + { + "name": "m_target", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" + } + }, + { + "name": "m_nHullIdx", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_vSourceAnchorPos", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_vTargetAnchorPos", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_nAreaSrc", + "type": { + "category": 0, + "name": "uint32" + } + }, + { + "name": "m_nAreaDst", + "type": { + "category": 0, + "name": "uint32" + } + }, + { + "name": "m_bAttached", + "type": { + "category": 0, + "name": "bool" + } + } + ] + }, "EmptyTestScript": { "fields": [ { @@ -83749,6 +86432,14 @@ "category": 0, "name": "int32" } + }, + { + "name": "m_paramMap", + "type": { + "atomic": 0, + "category": 4, + "name": "KeyValues3" + } } ] }, @@ -84431,15 +87122,6 @@ ], "parent": "BaseSceneObjectOverride_t" }, - "FakeEntityDerivedA_tAPI": { - "fields": [] - }, - "FakeEntityDerivedB_tAPI": { - "fields": [] - }, - "FakeEntity_tAPI": { - "fields": [] - }, "FeAnimStrayRadius_t": { "fields": [ { @@ -84469,6 +87151,24 @@ } ] }, + "FeAntiTunnelGroupBuild_t": { + "fields": [ + { + "name": "m_nVertexMapHash", + "type": { + "category": 0, + "name": "uint32" + } + }, + { + "name": "m_nCollisionMask", + "type": { + "category": 0, + "name": "uint32" + } + } + ] + }, "FeAntiTunnelProbeBuild_t": { "fields": [ { @@ -84726,6 +87426,13 @@ "category": 0, "name": "uint32" } + }, + { + "name": "m_nAntitunnelGroupBits", + "type": { + "category": 0, + "name": "uint32" + } } ], "parent": "FeBoxRigid_t" @@ -84745,6 +87452,13 @@ "category": 0, "name": "uint32" } + }, + { + "name": "m_nAntitunnelGroupBits", + "type": { + "category": 0, + "name": "uint32" + } } ], "parent": "FeSDFRigid_t" @@ -84764,6 +87478,13 @@ "category": 0, "name": "uint32" } + }, + { + "name": "m_nAntitunnelGroupBits", + "type": { + "category": 0, + "name": "uint32" + } } ], "parent": "FeSphereRigid_t" @@ -84783,6 +87504,13 @@ "category": 0, "name": "uint32" } + }, + { + "name": "m_nAntitunnelGroupBits", + "type": { + "category": 0, + "name": "uint32" + } } ], "parent": "FeTaperedCapsuleRigid_t" @@ -84896,6 +87624,24 @@ } ] }, + "FeDynKinLink_t": { + "fields": [ + { + "name": "m_nParent", + "type": { + "category": 0, + "name": "uint16" + } + }, + { + "name": "m_nChild", + "type": { + "category": 0, + "name": "uint16" + } + } + ] + }, "FeEdgeDesc_t": { "fields": [ { @@ -86583,18 +89329,6 @@ ], "parent": "CBaseFilter" }, - "FilterTeam": { - "fields": [ - { - "name": "m_iFilterTeam", - "type": { - "category": 0, - "name": "int32" - } - } - ], - "parent": "CBaseFilter" - }, "FloatInputMaterialVariable_t": { "fields": [ { @@ -86614,6 +89348,24 @@ } ] }, + "FollowAttachmentData": { + "fields": [ + { + "name": "m_boneIndex", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_attachmentHandle", + "type": { + "category": 5, + "name": "AttachmentHandle_t" + } + } + ] + }, "FollowAttachmentSettings_t": { "fields": [ { @@ -86630,6 +89382,13 @@ "name": "int32" } }, + { + "name": "m_attachmentHandle", + "type": { + "category": 5, + "name": "AttachmentHandle_t" + } + }, { "name": "m_bMatchTranslation", "type": { @@ -87476,20 +90235,6 @@ "IEconItemInterface": { "fields": [] }, - "IGapHost_Cursor": { - "fields": [], - "parent": "IGapHost_ExecLog" - }, - "IGapHost_ExecLog": { - "fields": [] - }, - "IGapHost_GameEntity": { - "fields": [] - }, - "IGapHost_YieldingCursor": { - "fields": [], - "parent": "IGapHost_Cursor" - }, "IHasAttributes": { "fields": [] }, @@ -87624,9 +90369,6 @@ "IPhysicsPlayerController": { "fields": [] }, - "IPulseComponentEntity": { - "fields": [] - }, "IRagdoll": { "fields": [] }, @@ -87678,9 +90420,6 @@ "InfoForResourceTypeCNmGraphDefinition": { "fields": [] }, - "InfoForResourceTypeCNmGraphVariation": { - "fields": [] - }, "InfoForResourceTypeCNmIKRig": { "fields": [] }, @@ -87717,6 +90456,12 @@ "InfoForResourceTypeCSmartProp": { "fields": [] }, + "InfoForResourceTypeCSurfaceGraph": { + "fields": [] + }, + "InfoForResourceTypeCTestResourceData": { + "fields": [] + }, "InfoForResourceTypeCTextureBase": { "fields": [] }, @@ -87771,9 +90516,6 @@ "InfoForResourceTypeProceduralTestResource_t": { "fields": [] }, - "InfoForResourceTypeTestResource_t": { - "fields": [] - }, "InfoForResourceTypeVMapResourceData_t": { "fields": [] }, @@ -88140,6 +90882,14 @@ "name": "CStrongHandle< InfoForResourceTypeIMaterial2 >", "outer": "CStrongHandle" } + }, + { + "name": "m_vLinearTintColor", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } } ], "parent": "BaseSceneObjectOverride_t" @@ -88510,6 +91260,175 @@ } ] }, + "ModelEmbeddedMesh_t": { + "fields": [ + { + "name": "m_Name", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } + }, + { + "name": "m_nMeshIndex", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nDataBlock", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nMorphBlock", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_vertexBuffers", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "ModelMeshBufferData_t" + }, + "name": "CUtlVector< ModelMeshBufferData_t >" + } + }, + { + "name": "m_indexBuffers", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "ModelMeshBufferData_t" + }, + "name": "CUtlVector< ModelMeshBufferData_t >" + } + }, + { + "name": "m_toolsBuffers", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "ModelMeshBufferData_t" + }, + "name": "CUtlVector< ModelMeshBufferData_t >" + } + }, + { + "name": "m_nVBIBBlock", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nToolsVBBlock", + "type": { + "category": 0, + "name": "int32" + } + } + ] + }, + "ModelMeshBufferData_t": { + "fields": [ + { + "name": "m_nBlockIndex", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nElementCount", + "type": { + "category": 0, + "name": "uint32" + } + }, + { + "name": "m_nElementSizeInBytes", + "type": { + "category": 0, + "name": "uint32" + } + }, + { + "name": "m_bMeshoptCompressed", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bMeshoptIndexSequence", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bCompressedZSTD", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bCreateBufferSRV", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bCreateBufferUAV", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bCreateRawBuffer", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bCreatePooledBuffer", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_inputLayoutFields", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "RenderInputLayoutField_t" + }, + "name": "CUtlVector< RenderInputLayoutField_t >" + } + } + ] + }, "ModelReference_t": { "fields": [ { @@ -88726,7 +91645,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlString" + "name": "CModelAnimNameWithDeltas" } }, { @@ -88790,6 +91709,18 @@ } ] }, + "MovementGaitId_t": { + "fields": [ + { + "name": "m_sId", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + } + ] + }, "NavGravity_t": { "fields": [ { @@ -88809,6 +91740,37 @@ } ] }, + "NmBoneMaskSetDefinition_t": { + "fields": [ + { + "name": "m_ID", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + }, + { + "name": "m_primaryWeightList", + "type": { + "category": 5, + "name": "CNmBoneWeightList" + } + }, + { + "name": "m_secondaryWeightLists", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "CNmBoneWeightList" + }, + "name": "CUtlLeanVector< CNmBoneWeightList >" + } + } + ] + }, "NmCompressionSettings_t": { "fields": [ { @@ -89097,18 +92059,49 @@ } ] }, - "PARTICLE_EHANDLE__": { + "OutflowWithRequirements_t": { "fields": [ { - "name": "unused", + "name": "m_Connection", "type": { - "category": 0, - "name": "int32" + "category": 5, + "name": "CPulse_OutflowConnection" + } + }, + { + "name": "m_DestinationFlowNodeID", + "type": { + "category": 5, + "name": "PulseDocNodeID_t" + } + }, + { + "name": "m_RequirementNodeIDs", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "PulseDocNodeID_t" + }, + "name": "CUtlVector< PulseDocNodeID_t >" + } + }, + { + "name": "m_nCursorStateBlockIndex", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "int32" + }, + "name": "CUtlVector< int32 >" } } ] }, - "PARTICLE_WORLD_HANDLE__": { + "PARTICLE_EHANDLE__": { "fields": [ { "name": "unused", @@ -89532,6 +92525,66 @@ } ] }, + "ParticleNode_t": { + "fields": [ + { + "name": "m_hEntity", + "type": { + "atomic": 1, + "category": 4, + "inner": { + "category": 5, + "name": "CBaseEntity" + }, + "name": "CHandle< CBaseEntity >", + "outer": "CHandle" + } + }, + { + "name": "m_iIndex", + "type": { + "category": 5, + "name": "ParticleIndex_t" + } + }, + { + "name": "m_flStartTime", + "type": { + "category": 5, + "name": "GameTime_t" + } + }, + { + "name": "m_flGrowthDuration", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_vecGrowthOrigin", + "type": { + "atomic": 0, + "category": 4, + "name": "Vector" + } + }, + { + "name": "m_flEndcapTime", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_bMarkedForDelete", + "type": { + "category": 0, + "name": "bool" + } + } + ] + }, "ParticlePreviewBodyGroup_t": { "fields": [ { @@ -90442,6 +93495,30 @@ "name": "CUtlVector< FeHingeLimit_t >" } }, + { + "name": "m_AntiTunnelBytecode", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "uint32" + }, + "name": "CUtlVector< uint32 >" + } + }, + { + "name": "m_DynKinLinks", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "FeDynKinLink_t" + }, + "name": "CUtlVector< FeDynKinLink_t >" + } + }, { "name": "m_AntiTunnelProbes", "type": { @@ -91219,6 +94296,32 @@ } ] }, + "PhysShapeMarkup_t": { + "fields": [ + { + "name": "m_nBodyInAggregate", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_nShapeInBody", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "m_sHitGroup", + "type": { + "atomic": 0, + "category": 4, + "name": "CGlobalSymbol" + } + } + ] + }, "PhysSoftbodyDesc_t": { "fields": [ { @@ -91297,6 +94400,17 @@ } ] }, + "PhysicsParticleId_t": { + "fields": [ + { + "name": "m_Value", + "type": { + "category": 0, + "name": "uint32" + } + } + ] + }, "PhysicsRagdollPose_t": { "fields": [ { @@ -91324,6 +94438,13 @@ "name": "CHandle< CBaseEntity >", "outer": "CHandle" } + }, + { + "name": "m_bSetFromDebugHistory", + "type": { + "category": 0, + "name": "bool" + } } ] }, @@ -91455,6 +94576,48 @@ "name": "float32" } }, + { + "name": "m_flComputeBloomStrength", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flComputeBloomThreshold", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flComputeBloomRadius", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flComputeBloomEffectsScale", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flComputeBloomLensDirtStrength", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flComputeBloomLensDirtBlackLevel", + "type": { + "category": 0, + "name": "float32" + } + }, { "name": "m_flBlurWeight", "type": { @@ -91480,6 +94643,45 @@ } ] }, + "PostProcessingFogScatteringParameters_t": { + "fields": [ + { + "name": "m_fRadius", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_fScale", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_fCubemapScale", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_fVolumetricScale", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_fGradientScale", + "type": { + "category": 0, + "name": "float32" + } + } + ] + }, "PostProcessingLocalContrastParameters_t": { "fields": [ { @@ -91598,6 +94800,20 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_bHasFogScatteringParams", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_fogScatteringParams", + "type": { + "category": 5, + "name": "PostProcessingFogScatteringParameters_t" + } } ] }, @@ -91902,7 +95118,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } } ] @@ -91922,7 +95138,7 @@ "type": { "atomic": 0, "category": 4, - "name": "CUtlSymbolLarge" + "name": "PulseSymbol_t" } } ] @@ -91973,6 +95189,41 @@ } ] }, + "PulseObservableBoolExpression_t": { + "fields": [ + { + "name": "m_EvaluateConnection", + "type": { + "category": 5, + "name": "CPulse_OutflowConnection" + } + }, + { + "name": "m_DependentObservableVars", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "PulseRuntimeVarIndex_t" + }, + "name": "CUtlVector< PulseRuntimeVarIndex_t >" + } + }, + { + "name": "m_DependentObservableBlackboardReferences", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "PulseRuntimeBlackboardReferenceIndex_t" + }, + "name": "CUtlVector< PulseRuntimeBlackboardReferenceIndex_t >" + } + } + ] + }, "PulseRegisterMap_t": { "fields": [ { @@ -91983,6 +95234,14 @@ "name": "KeyValues3" } }, + { + "name": "m_InparamsWhichCanBeMoved", + "type": { + "atomic": 0, + "category": 4, + "name": "CKV3MemberNameSet" + } + }, { "name": "m_Outparams", "type": { @@ -92177,7 +95436,7 @@ "name": "m_nMoveToGait", "type": { "category": 6, - "name": "MovementGait_t" + "name": "SharedMovementGait_t" } }, { @@ -92217,6 +95476,22 @@ } ] }, + "PulseSelectorOutflowList_t": { + "fields": [ + { + "name": "m_Outflows", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "OutflowWithRequirements_t" + }, + "name": "CUtlVector< OutflowWithRequirements_t >" + } + } + ] + }, "QuestProgress": { "fields": [] }, @@ -92244,6 +95519,13 @@ "name": "bool" } }, + { + "name": "m_bUseLRURetirement", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_nHealthToGrant", "type": { @@ -92355,6 +95637,13 @@ "category": 0, "name": "uint32" } + }, + { + "name": "m_nDataOffset_Segments", + "type": { + "category": 0, + "name": "uint32" + } } ] }, @@ -92366,37 +95655,30 @@ "category": 3, "inner": { "category": 0, - "name": "uint8" + "name": "char" }, - "name": "uint8[32]" + "name": "char[32]" } }, { "name": "m_nSemanticIndex", "type": { "category": 0, - "name": "int32" - } - }, - { - "name": "m_Format", - "type": { - "category": 0, - "name": "uint32" + "name": "int8" } }, { "name": "m_nOffset", "type": { "category": 0, - "name": "int32" + "name": "int16" } }, { "name": "m_nSlot", "type": { "category": 0, - "name": "int32" + "name": "int8" } }, { @@ -92407,10 +95689,14 @@ } }, { - "name": "m_nInstanceStepRate", + "name": "m_szShaderSemantic", "type": { - "category": 0, - "name": "int32" + "category": 3, + "inner": { + "category": 0, + "name": "char" + }, + "name": "char[32]" } } ] @@ -92757,6 +96043,13 @@ "name": "float32" } }, + { + "name": "m_flMassScaleInv", + "type": { + "category": 0, + "name": "float32" + } + }, { "name": "m_flInertiaScaleInv", "type": { @@ -92921,10 +96214,11 @@ } }, { - "name": "m_bGravityDisabled", + "name": "m_vGravity", "type": { - "category": 0, - "name": "bool" + "atomic": 0, + "category": 4, + "name": "Vector" } }, { @@ -92940,6 +96234,13 @@ "category": 0, "name": "bool" } + }, + { + "name": "m_nDynamicContinuousContactBehavior", + "type": { + "category": 6, + "name": "DynamicContinuousContactBehavior_t" + } } ] }, @@ -93242,6 +96543,18 @@ "name": "CUtlVector< RnWing_t >" } }, + { + "name": "m_TriangleEdgeFlags", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 0, + "name": "uint8" + }, + "name": "CUtlVector< uint8 >" + } + }, { "name": "m_Materials", "type": { @@ -94504,18 +97817,6 @@ } ] }, - "TestResource_t": { - "fields": [ - { - "name": "m_name", - "type": { - "atomic": 0, - "category": 4, - "name": "CUtlString" - } - } - ] - }, "TextureControls_t": { "fields": [ { @@ -94897,6 +98198,129 @@ } ] }, + "VMixBoxverb2Desc_t": { + "fields": [ + { + "name": "m_flSizeMax", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flSizeMin", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flComplexity", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flDiffusion", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flModDepth", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flModRate", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_bParallel", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_filterType", + "type": { + "category": 5, + "name": "VMixFilterDesc_t" + } + }, + { + "name": "m_flWidth", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flHeight", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flDepth", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flFeedbackScale", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flFeedbackWidth", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flFeedbackHeight", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flFeedbackDepth", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flOutputGain", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flTaps", + "type": { + "category": 0, + "name": "float32" + } + } + ] + }, "VMixBoxverbDesc_t": { "fields": [ { @@ -95165,6 +98589,45 @@ } ] }, + "VMixDualCompressorDesc_t": { + "fields": [ + { + "name": "m_flRMSTimeMS", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_fldbKneeWidth", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flWetMix", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_bPeakMode", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bandDesc", + "type": { + "category": 5, + "name": "VMixDynamicsBand_t" + } + } + ] + }, "VMixDynamics3BandDesc_t": { "fields": [ { @@ -96070,6 +99533,18 @@ "name": "CUtlVector< VPhysXBodyPart_t >" } }, + { + "name": "m_shapeMarkups", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "PhysShapeMarkup_t" + }, + "name": "CUtlVector< PhysShapeMarkup_t >" + } + }, { "name": "m_constraints2", "type": { @@ -96222,6 +99697,20 @@ "name": "float32" } }, + { + "name": "m_flLinearDrag", + "type": { + "category": 0, + "name": "float32" + } + }, + { + "name": "m_flAngularDrag", + "type": { + "category": 0, + "name": "float32" + } + }, { "name": "m_bOverrideMassCenter", "type": { @@ -96757,6 +100246,20 @@ "name": "bool" } }, + { + "name": "m_bIsLinearConstraintDisabled", + "type": { + "category": 0, + "name": "bool" + } + }, + { + "name": "m_bIsAngularConstraintDisabled", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_bEnableLinearLimit", "type": { @@ -96898,6 +100401,14 @@ "category": 0, "name": "float32" } + }, + { + "name": "m_Tag", + "type": { + "atomic": 0, + "category": 4, + "name": "CUtlString" + } } ] }, @@ -97269,6 +100780,18 @@ }, "name": "CUtlVector< VsInputSignatureElement_t >" } + }, + { + "name": "m_depth_elems", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "VsInputSignatureElement_t" + }, + "name": "CUtlVector< VsInputSignatureElement_t >" + } } ] }, @@ -97382,6 +100905,13 @@ "name": "bool" } }, + { + "name": "m_bAggregateInstanceStreams", + "type": { + "category": 0, + "name": "bool" + } + }, { "name": "m_bakedLightingInfo", "type": { @@ -97545,6 +101075,30 @@ "name": "CUtlVector< WorldNodeOnDiskBufferData_t >" } }, + { + "name": "m_aggregateInstanceStreams", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "AggregateInstanceStreamOnDiskData_t" + }, + "name": "CUtlVector< AggregateInstanceStreamOnDiskData_t >" + } + }, + { + "name": "m_vertexAlbedoStreams", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "AggregateVertexAlbedoStreamOnDiskData_t" + }, + "name": "CUtlVector< AggregateVertexAlbedoStreamOnDiskData_t >" + } + }, { "name": "m_layerNames", "type": { @@ -98161,7 +101715,7 @@ } }, { - "name": "m_bNoReflectionFog", + "name": "m_bPadding2", "type": { "category": 0, "name": "bool" @@ -98446,6 +102000,18 @@ "name": "CUtlVector< ragdollelement_t >" } }, + { + "name": "hierarchyJoints", + "type": { + "atomic": 2, + "category": 4, + "inner": { + "category": 5, + "name": "ragdollhierarchyjoint_t" + }, + "name": "CUtlVector< ragdollhierarchyjoint_t >" + } + }, { "name": "boneIndex", "type": { @@ -98497,6 +102063,31 @@ "category": 0, "name": "float32" } + }, + { + "name": "m_nHeight", + "type": { + "category": 0, + "name": "int32" + } + } + ] + }, + "ragdollhierarchyjoint_t": { + "fields": [ + { + "name": "parentIndex", + "type": { + "category": 0, + "name": "int32" + } + }, + { + "name": "childIndex", + "type": { + "category": 0, + "name": "int32" + } } ] }, @@ -98807,6 +102398,27 @@ } ] }, + "AggregateInstanceStream_t": { + "align": 1, + "items": [ + { + "name": "AGGREGATE_INSTANCE_STREAM_NONE", + "value": 0 + }, + { + "name": "AGGREGATE_INSTANCE_STREAM_LIGHTMAPUV_UNORM16", + "value": 1 + }, + { + "name": "AGGREGATE_INSTANCE_STREAM_VERTEXTINT_UNORM8", + "value": 2 + }, + { + "name": "AGGREGATE_INSTANCE_STREAM_VERTEXBLEND_UNORM8", + "value": 4 + } + ] + }, "AimMatrixBlendMode": { "align": 4, "items": [ @@ -99019,23 +102631,6 @@ } ] }, - "AnimPoseControl": { - "align": 4, - "items": [ - { - "name": "NoPoseControl", - "value": 0 - }, - { - "name": "AbsolutePoseControl", - "value": 1 - }, - { - "name": "RelativePoseControl", - "value": 2 - } - ] - }, "AnimScriptType": { "align": 2, "items": [ @@ -99081,124 +102676,128 @@ "value": 5 }, { - "name": "LookPitch", + "name": "LookHeadingNormalized", "value": 6 }, { - "name": "LookDistance", + "name": "LookPitch", "value": 7 }, { - "name": "Parameter", + "name": "LookDistance", "value": 8 }, { - "name": "WayPointHeading", + "name": "Parameter", "value": 9 }, { - "name": "WayPointDistance", + "name": "WayPointHeading", "value": 10 }, { - "name": "BoundaryRadius", + "name": "WayPointDistance", "value": 11 }, { - "name": "TargetMoveHeading", + "name": "BoundaryRadius", "value": 12 }, { - "name": "TargetMoveSpeed", + "name": "TargetMoveHeading", "value": 13 }, { - "name": "AccelerationHeading", + "name": "TargetMoveSpeed", "value": 14 }, { - "name": "AccelerationSpeed", + "name": "AccelerationHeading", "value": 15 }, { - "name": "SlopeHeading", + "name": "AccelerationSpeed", "value": 16 }, { - "name": "SlopeAngle", + "name": "SlopeHeading", "value": 17 }, { - "name": "SlopePitch", + "name": "SlopeAngle", "value": 18 }, { - "name": "SlopeYaw", + "name": "SlopePitch", "value": 19 }, { - "name": "GoalDistance", + "name": "SlopeYaw", "value": 20 }, { - "name": "AccelerationLeftRight", + "name": "GoalDistance", "value": 21 }, { - "name": "AccelerationFrontBack", + "name": "AccelerationLeftRight", "value": 22 }, { - "name": "RootMotionSpeed", + "name": "AccelerationFrontBack", "value": 23 }, { - "name": "RootMotionTurnSpeed", + "name": "RootMotionSpeed", "value": 24 }, { - "name": "MoveHeadingRelativeToLookHeading", + "name": "RootMotionTurnSpeed", "value": 25 }, { - "name": "MaxMoveSpeed", + "name": "MoveHeadingRelativeToLookHeading", "value": 26 }, { - "name": "FingerCurl_Thumb", + "name": "MaxMoveSpeed", "value": 27 }, { - "name": "FingerCurl_Index", + "name": "FingerCurl_Thumb", "value": 28 }, { - "name": "FingerCurl_Middle", + "name": "FingerCurl_Index", "value": 29 }, { - "name": "FingerCurl_Ring", + "name": "FingerCurl_Middle", "value": 30 }, { - "name": "FingerCurl_Pinky", + "name": "FingerCurl_Ring", "value": 31 }, { - "name": "FingerSplay_Thumb_Index", + "name": "FingerCurl_Pinky", "value": 32 }, { - "name": "FingerSplay_Index_Middle", + "name": "FingerSplay_Thumb_Index", "value": 33 }, { - "name": "FingerSplay_Middle_Ring", + "name": "FingerSplay_Index_Middle", "value": 34 }, { - "name": "FingerSplay_Ring_Pinky", + "name": "FingerSplay_Middle_Ring", "value": 35 + }, + { + "name": "FingerSplay_Ring_Pinky", + "value": 36 } ] }, @@ -99489,17 +103088,13 @@ "BeginDeathLifeStateTransition_t": { "align": 1, "items": [ - { - "name": "NO_CHANGE_IN_LIFESTATE", - "value": 0 - }, { "name": "TRANSITION_TO_LIFESTATE_DYING", - "value": 1 + "value": 0 }, { "name": "TRANSITION_TO_LIFESTATE_DEAD", - "value": 2 + "value": 1 } ] }, @@ -99777,6 +103372,27 @@ } ] }, + "CDebugOverlayFilterTextType_t": { + "align": 4, + "items": [ + { + "name": "FILTER_TEXT_NONE", + "value": 0 + }, + { + "name": "MATCH", + "value": 1 + }, + { + "name": "HIERARCHY", + "value": 2 + }, + { + "name": "COUNT", + "value": 3 + } + ] + }, "CDebugOverlayFilterType_t": { "align": 4, "items": [ @@ -99813,15 +103429,36 @@ "value": 7 }, { - "name": "END_SIM_HISTORY_TYPES", + "name": "AI_PATHFINDING", "value": 8 }, + { + "name": "END_SIM_HISTORY_TYPES", + "value": 9 + }, { "name": "COMBINED", "value": 18446744073709551615 } ] }, + "CFuncMover::FollowEntityDirection_t": { + "align": 4, + "items": [ + { + "name": "FOLLOW_ENTITY_BIDIRECTIONAL", + "value": 0 + }, + { + "name": "FOLLOW_ENTITY_FORWARD", + "value": 1 + }, + { + "name": "FOLLOW_ENTITY_REVERSE", + "value": 2 + } + ] + }, "CFuncMover::Move_t": { "align": 4, "items": [ @@ -99865,6 +103502,39 @@ { "name": "ORIENTATION_FACE_PLAYER", "value": 5 + }, + { + "name": "ORIENTATION_FORWARD_MOVEMENT_DIRECTION", + "value": 6 + }, + { + "name": "ORIENTATION_FORWARD_MOVEMENT_DIRECTION_AND_UP_CONTROL_POINT", + "value": 7 + }, + { + "name": "ORIENTATION_FACE_ENTITY", + "value": 8 + } + ] + }, + "CFuncMover::TransitionToPathNodeAction_t": { + "align": 4, + "items": [ + { + "name": "TRANSITION_TO_PATH_NODE_ACTION_NONE", + "value": 0 + }, + { + "name": "TRANSITION_TO_PATH_NODE_ACTION_START_FORWARD", + "value": 1 + }, + { + "name": "TRANSITION_TO_PATH_NODE_ACTION_START_REVERSE", + "value": 2 + }, + { + "name": "TRANSITION_TO_PATH_NODE_TRANSITIONING", + "value": 3 } ] }, @@ -99889,19 +103559,19 @@ } ] }, - "CNmBoneMask::WeightInfo_t": { - "align": 1, + "CNmEventRelevance_t": { + "align": 4, "items": [ { - "name": "Zero", + "name": "ClientOnly", "value": 0 }, { - "name": "Mixed", + "name": "ServerOnly", "value": 1 }, { - "name": "One", + "name": "ClientAndServer", "value": 2 } ] @@ -99970,6 +103640,10 @@ { "name": "Div", "value": 3 + }, + { + "name": "Mod", + "value": 4 } ] }, @@ -99986,6 +103660,23 @@ } ] }, + "CNmParticleEvent::Type_t": { + "align": 4, + "items": [ + { + "name": "Create", + "value": 0 + }, + { + "name": "Create_CFG", + "value": 1 + }, + { + "name": "Stop", + "value": 2 + } + ] + }, "CNmRootMotionData::SamplingMode_t": { "align": 1, "items": [ @@ -100024,6 +103715,57 @@ } ] }, + "CNmSoundEvent::Position_t": { + "align": 4, + "items": [ + { + "name": "None", + "value": 0 + }, + { + "name": "World", + "value": 1 + }, + { + "name": "EntityPos", + "value": 2 + }, + { + "name": "EntityEyePos", + "value": 3 + }, + { + "name": "EntityAttachment", + "value": 4 + } + ] + }, + "CNmSoundEvent::Type_t": { + "align": 4, + "items": [ + { + "name": "Play", + "value": 0 + }, + { + "name": "Stop", + "value": 1 + } + ] + }, + "CNmStateNode::TimedEvent_t::Comparison_t": { + "align": 1, + "items": [ + { + "name": "LessThanEqual", + "value": 0 + }, + { + "name": "GreaterThanEqual", + "value": 1 + } + ] + }, "CNmSyncEventIndexConditionNode::TriggerMode_t": { "align": 1, "items": [ @@ -100088,10 +103830,6 @@ { "name": "ElapsedTime", "value": 2 - }, - { - "name": "LoopCount", - "value": 3 } ] }, @@ -100357,23 +104095,6 @@ } ] }, - "CSWeaponState_t": { - "align": 4, - "items": [ - { - "name": "WEAPON_NOT_CARRIED", - "value": 0 - }, - { - "name": "WEAPON_IS_CARRIED_BY_PLAYER", - "value": 1 - }, - { - "name": "WEAPON_IS_ACTIVE", - "value": 2 - } - ] - }, "CSWeaponType": { "align": 4, "items": [ @@ -100524,6 +104245,14 @@ { "name": "TURN_IN_PLACE", "value": 8 + }, + { + "name": "FEED", + "value": 9 + }, + { + "name": "SLEEP", + "value": 10 } ] }, @@ -100636,7 +104365,7 @@ "value": 2 }, { - "name": "CLASS_BOMB", + "name": "CLASS_C4_FOR_RADAR", "value": 3 }, { @@ -100652,67 +104381,41 @@ "value": 6 }, { - "name": "CLASS_WEAPON_VIEWMODEL", + "name": "CLASS_HUDMODEL_WEAPON", "value": 7 }, { - "name": "CLASS_DOOR", + "name": "CLASS_HUDMODEL_ARMS", "value": 8 }, { - "name": "NUM_CLASSIFY_CLASSES", + "name": "CLASS_WORLDMODEL_GLOVES", "value": 9 - } - ] - }, - "ClosestPointTestType_t": { - "align": 4, - "items": [ - { - "name": "PARTICLE_CLOSEST_TYPE_BOX", - "value": 0 - }, - { - "name": "PARTICLE_CLOSEST_TYPE_CAPSULE", - "value": 1 }, { - "name": "PARTICLE_CLOSEST_TYPE_HYBRID", - "value": 2 - } - ] - }, - "CommandEntitySpecType_t": { - "align": 4, - "items": [ - { - "name": "SPEC_SEARCH", - "value": 0 + "name": "CLASS_DOOR", + "value": 10 }, { - "name": "SPEC_TYPES_COUNT", - "value": 1 + "name": "NUM_CLASSIFY_CLASSES", + "value": 11 } ] }, - "CommandExecMode_t": { + "ClosestPointTestType_t": { "align": 4, "items": [ { - "name": "EXEC_MANUAL", + "name": "PARTICLE_CLOSEST_TYPE_BOX", "value": 0 }, { - "name": "EXEC_LEVELSTART", + "name": "PARTICLE_CLOSEST_TYPE_CAPSULE", "value": 1 }, { - "name": "EXEC_PERIODIC", + "name": "PARTICLE_CLOSEST_TYPE_HYBRID", "value": 2 - }, - { - "name": "EXEC_MODES_COUNT", - "value": 3 } ] }, @@ -100767,6 +104470,10 @@ "name": "DMG_ENERGYBEAM", "value": 1024 }, + { + "name": "DMG_BUCKSHOT", + "value": 2048 + }, { "name": "DMG_DROWN", "value": 16384 @@ -100799,21 +104506,17 @@ "name": "DMG_BLAST_SURFACE", "value": 4194304 }, - { - "name": "DMG_BUCKSHOT", - "value": 16777216 - }, { "name": "DMG_LASTGENERICFLAG", - "value": 16777216 + "value": 4194304 }, { "name": "DMG_HEADSHOT", - "value": 33554432 + "value": 8388608 }, { "name": "DMG_DANGERZONE", - "value": 67108864 + "value": 16777216 } ] }, @@ -100831,6 +104534,10 @@ { "name": "Spring", "value": 2 + }, + { + "name": "AsymmetricSpring", + "value": 3 } ] }, @@ -100996,6 +104703,31 @@ { "name": "OVERLAY_NPC_ABILITY_RANGE_DEBUG_BIT", "value": 1099511627776 + }, + { + "name": "OVERLAY_MINIMAL_TEXT", + "value": 2199023255552 + } + ] + }, + "DestructiblePartDestructionDeathBehavior_t": { + "align": 4, + "items": [ + { + "name": "eDoNotKill", + "value": 0 + }, + { + "name": "eKill", + "value": 1 + }, + { + "name": "eGib", + "value": 2 + }, + { + "name": "eRemove", + "value": 3 } ] }, @@ -101144,6 +104876,23 @@ } ] }, + "DynamicContinuousContactBehavior_t": { + "align": 1, + "items": [ + { + "name": "DYNAMIC_CONTINUOUS_ALLOW_IF_REQUESTED_BY_OTHER_BODY", + "value": 0 + }, + { + "name": "DYNAMIC_CONTINUOUS_ALWAYS", + "value": 1 + }, + { + "name": "DYNAMIC_CONTINUOUS_NEVER", + "value": 2 + } + ] + }, "EContributionScoreFlag_t": { "align": 1, "items": [ @@ -101184,6 +104933,52 @@ { "name": "Absorb", "value": 1 + }, + { + "name": "InvinciblePassthrough", + "value": 2 + } + ] + }, + "EDestructiblePartRadiusDamageApplyType": { + "align": 4, + "items": [ + { + "name": "ScaleByExplosionRadius", + "value": 0 + }, + { + "name": "PrioritizeClosestPart", + "value": 1 + } + ] + }, + "EDestructibleParts_DestroyParameterFlags": { + "align": 4, + "items": [ + { + "name": "GenerateBreakpieces", + "value": 1 + }, + { + "name": "EnableFlinches", + "value": 2 + }, + { + "name": "ForceDamageApply", + "value": 4 + }, + { + "name": "IgnoreKillEntityFlag", + "value": 8 + }, + { + "name": "IgnoreHealthCheck", + "value": 16 + }, + { + "name": "Default", + "value": 3 } ] }, @@ -101461,6 +105256,27 @@ } ] }, + "EntityAttachmentType_t": { + "align": 4, + "items": [ + { + "name": "eAbsOrigin", + "value": 0 + }, + { + "name": "eCenter", + "value": 1 + }, + { + "name": "eEyes", + "value": 2 + }, + { + "name": "eAttachment", + "value": 3 + } + ] + }, "EntityDisolveType_t": { "align": 4, "items": [ @@ -101520,6 +105336,39 @@ } ] }, + "EntityEffects_t": { + "align": 2, + "items": [ + { + "name": "DEPRICATED_EF_NOINTERP", + "value": 8 + }, + { + "name": "EF_NOSHADOW", + "value": 16 + }, + { + "name": "EF_NODRAW", + "value": 32 + }, + { + "name": "EF_NORECEIVESHADOW", + "value": 64 + }, + { + "name": "EF_PARENT_ANIMATES", + "value": 512 + }, + { + "name": "EF_NODRAW_BUT_TRANSMIT", + "value": 1024 + }, + { + "name": "EF_MAX_BITS", + "value": 10 + } + ] + }, "EntityIOTargetType_t": { "align": 4, "items": [ @@ -101704,6 +105553,111 @@ } ] }, + "Flags_t": { + "align": 4, + "items": [ + { + "name": "FL_ONGROUND", + "value": 1 + }, + { + "name": "FL_DUCKING", + "value": 2 + }, + { + "name": "FL_WATERJUMP", + "value": 4 + }, + { + "name": "FL_BOT", + "value": 16 + }, + { + "name": "FL_FROZEN", + "value": 32 + }, + { + "name": "FL_ATCONTROLS", + "value": 64 + }, + { + "name": "FL_CLIENT", + "value": 128 + }, + { + "name": "FL_FAKECLIENT", + "value": 256 + }, + { + "name": "FL_FLY", + "value": 1024 + }, + { + "name": "FL_SUPPRESS_SAVE", + "value": 2048 + }, + { + "name": "FL_IN_VEHICLE", + "value": 4096 + }, + { + "name": "FL_IN_VEHICLE_TRANSPORT", + "value": 8192 + }, + { + "name": "FL_GODMODE", + "value": 16384 + }, + { + "name": "FL_NOTARGET", + "value": 32768 + }, + { + "name": "FL_AIMTARGET", + "value": 65536 + }, + { + "name": "FL_STATICPROP", + "value": 262144 + }, + { + "name": "FL_GRENADE", + "value": 1048576 + }, + { + "name": "FL_DONTTOUCH", + "value": 4194304 + }, + { + "name": "FL_BASEVELOCITY", + "value": 8388608 + }, + { + "name": "FL_CONVEYOR", + "value": 16777216 + }, + { + "name": "FL_OBJECT", + "value": 33554432 + }, + { + "name": "FL_ONFIRE", + "value": 134217728 + }, + { + "name": "FL_DISSOLVING", + "value": 268435456 + }, + { + "name": "FL_TRANSRAGDOLL", + "value": 536870912 + }, + { + "name": "FL_UNBLOCKABLE_BY_PLAYER", + "value": 1073741824 + } + ] + }, "FlexOpCode_t": { "align": 4, "items": [ @@ -102037,140 +105991,116 @@ "value": 12 }, { - "name": "AE_RAGDOLL", + "name": "AE_CL_STOP_RAGDOLL_CONTROL", "value": 13 }, { - "name": "AE_CL_STOP_RAGDOLL_CONTROL", + "name": "AE_CL_ENABLE_BODYGROUP", "value": 14 }, { - "name": "AE_CL_ENABLE_BODYGROUP", + "name": "AE_CL_DISABLE_BODYGROUP", "value": 15 }, { - "name": "AE_CL_DISABLE_BODYGROUP", + "name": "AE_BODYGROUP_SET_VALUE", "value": 16 }, { - "name": "AE_BODYGROUP_SET_VALUE", + "name": "AE_WEAPON_PERFORM_ATTACK", "value": 17 }, { - "name": "AE_CL_BODYGROUP_SET_VALUE_CMODEL_WPN", + "name": "AE_FIRE_INPUT", "value": 18 }, { - "name": "AE_WEAPON_PERFORM_ATTACK", + "name": "AE_CL_CLOTH_ATTR", "value": 19 }, { - "name": "AE_FIRE_INPUT", + "name": "AE_CL_CLOTH_GROUND_OFFSET", "value": 20 }, { - "name": "AE_CL_CLOTH_ATTR", + "name": "AE_CL_CLOTH_STIFFEN", "value": 21 }, { - "name": "AE_CL_CLOTH_GROUND_OFFSET", + "name": "AE_CL_CLOTH_EFFECT", "value": 22 }, { - "name": "AE_CL_CLOTH_STIFFEN", + "name": "AE_CL_CREATE_ANIM_SCOPE_PROP", "value": 23 }, { - "name": "AE_CL_CLOTH_EFFECT", + "name": "AE_SV_IKLOCK", "value": 24 }, { - "name": "AE_CL_CREATE_ANIM_SCOPE_PROP", + "name": "AE_PULSE_GRAPH", "value": 25 }, { - "name": "AE_SV_IKLOCK", + "name": "AE_PULSE_GRAPH_LOOKAT", "value": 26 }, { - "name": "AE_PULSE_GRAPH", + "name": "AE_PULSE_GRAPH_AIMAT", "value": 27 }, { - "name": "AE_PULSE_GRAPH_LOOKAT", + "name": "AE_PULSE_GRAPH_IKLOCKLEFTARM", "value": 28 }, { - "name": "AE_PULSE_GRAPH_AIMAT", + "name": "AE_PULSE_GRAPH_IKLOCKRIGHTARM", "value": 29 }, { - "name": "AE_PULSE_GRAPH_IKLOCKLEFTARM", + "name": "AE_DISABLE_PLATFORM", "value": 30 }, { - "name": "AE_PULSE_GRAPH_IKLOCKRIGHTARM", + "name": "AE_ENABLE_PLATFORM_PLAYER_FOLLOWS_YAW", "value": 31 }, { - "name": "AE_DISABLE_PLATFORM", + "name": "AE_ENABLE_PLATFORM_PLAYER_IGNORES_YAW", "value": 32 }, { - "name": "AE_ENABLE_PLATFORM", + "name": "AE_DESTRUCTIBLE_PART_DESTROY", "value": 33 }, - { - "name": "AE_ANIMGRAPH_SET_PARAM", - "value": 34 - }, { "name": "AE_CL_WEAPON_TRANSITION_INTO_HAND", - "value": 35 - }, - { - "name": "AE_CL_BODYGROUP_SET_TO_CLIP", - "value": 36 - }, - { - "name": "AE_CL_BODYGROUP_SET_TO_NEXTCLIP", - "value": 37 - }, - { - "name": "AE_SV_SHOW_SILENCER", - "value": 38 + "value": 34 }, { "name": "AE_SV_ATTACH_SILENCER_COMPLETE", - "value": 39 - }, - { - "name": "AE_SV_HIDE_SILENCER", - "value": 40 + "value": 35 }, { "name": "AE_SV_DETACH_SILENCER_COMPLETE", - "value": 41 + "value": 36 }, { "name": "AE_CL_EJECT_MAG", - "value": 42 + "value": 37 }, { "name": "AE_WPN_COMPLETE_RELOAD", - "value": 43 + "value": 38 }, { "name": "AE_WPN_HEALTHSHOT_INJECT", - "value": 44 - }, - { - "name": "AE_CL_C4_SCREEN_TEXT", - "value": 45 + "value": 39 }, { "name": "AE_GRENADE_THROW_COMPLETE", - "value": 46 + "value": 40 } ] }, @@ -102348,6 +106278,23 @@ } ] }, + "HoverPoseFlags_t": { + "align": 1, + "items": [ + { + "name": "eNone", + "value": 0 + }, + { + "name": "ePosition", + "value": 1 + }, + { + "name": "eAngles", + "value": 2 + } + ] + }, "Hull_t": { "align": 4, "items": [ @@ -102901,6 +106848,23 @@ } ] }, + "LinearRootMotionBlendMode_t": { + "align": 4, + "items": [ + { + "name": "LERP", + "value": 0 + }, + { + "name": "NLERP", + "value": 1 + }, + { + "name": "SLERP", + "value": 2 + } + ] + }, "MaterialProxyType_t": { "align": 4, "items": [ @@ -103419,57 +107383,53 @@ } ] }, - "MovementGait_t": { - "align": 1, + "NPCFollowFormation_t": { + "align": 4, "items": [ { - "name": "eInvalid", + "name": "Default", "value": 18446744073709551615 }, { - "name": "eSlow", + "name": "CloseCircle", "value": 0 }, { - "name": "eMedium", + "name": "WideCircle", "value": 1 }, { - "name": "eFast", - "value": 2 - }, - { - "name": "eVeryFast", - "value": 3 + "name": "MediumCircle", + "value": 5 }, { - "name": "eCount", - "value": 4 + "name": "Sidekick", + "value": 6 } ] }, - "NPCFollowFormation_t": { + "NPCPhysicsHullType_t": { "align": 4, "items": [ { - "name": "Default", - "value": 18446744073709551615 - }, - { - "name": "CloseCircle", + "name": "eInvalid", "value": 0 }, { - "name": "WideCircle", + "name": "eGroundCapsule", "value": 1 }, { - "name": "MediumCircle", - "value": 5 + "name": "eCenteredCapsule", + "value": 2 }, { - "name": "Sidekick", - "value": 6 + "name": "eGenericCapsule", + "value": 3 + }, + { + "name": "eGroundBox", + "value": 4 } ] }, @@ -103489,13 +107449,17 @@ "value": 32768 }, { - "name": "NAV_MESH_SHORT_HEIGHT", + "name": "NAV_MESH_CROUCH_HEIGHT", "value": 65536 }, { "name": "NAV_MESH_NON_ZUP_TRANSITION", "value": 131072 }, + { + "name": "NAV_MESH_CRAWL_HEIGHT", + "value": 262144 + }, { "name": "NAV_MESH_CROUCH", "value": 65536 @@ -103583,6 +107547,52 @@ } ] }, + "NavScopeFlags_t": { + "align": 1, + "items": [ + { + "name": "eGround", + "value": 1 + }, + { + "name": "eAir", + "value": 2 + }, + { + "name": "eAll", + "value": 3 + }, + { + "name": "eNone", + "value": 0 + } + ] + }, + "NavScope_t": { + "align": 1, + "items": [ + { + "name": "eGround", + "value": 0 + }, + { + "name": "eAir", + "value": 1 + }, + { + "name": "eCount", + "value": 2 + }, + { + "name": "eFirst", + "value": 0 + }, + { + "name": "eInvalid", + "value": 255 + } + ] + }, "NmCachedValueMode_t": { "align": 4, "items": [ @@ -103762,7 +107772,7 @@ "value": 5 }, { - "name": "SearchOnlyStateEvents", + "name": "SearchOnlyGraphEvents", "value": 6 }, { @@ -103770,11 +107780,28 @@ "value": 7 }, { - "name": "SearchBothStateAndAnimEvents", + "name": "SearchBothGraphAndAnimEvents", "value": 8 } ] }, + "NmFollowBoneMode_t": { + "align": 1, + "items": [ + { + "name": "RotationAndTranslation", + "value": 0 + }, + { + "name": "RotationOnly", + "value": 1 + }, + { + "name": "TranslationOnly", + "value": 2 + } + ] + }, "NmFootPhaseCondition_t": { "align": 1, "items": [ @@ -103838,6 +107865,35 @@ } ] }, + "NmGraphEventTypeCondition_t": { + "align": 1, + "items": [ + { + "name": "Entry", + "value": 0 + }, + { + "name": "FullyInState", + "value": 1 + }, + { + "name": "Exit", + "value": 2 + }, + { + "name": "Timed", + "value": 3 + }, + { + "name": "Generic", + "value": 4 + }, + { + "name": "Any", + "value": 5 + } + ] + }, "NmGraphValueType_t": { "align": 1, "items": [ @@ -103879,28 +107935,24 @@ } ] }, - "NmPoseBlendMode_t": { + "NmIKBlendMode_t": { "align": 1, "items": [ { - "name": "Overlay", + "name": "Effector", "value": 0 }, { - "name": "Additive", + "name": "Pose", "value": 1 - }, - { - "name": "ModelSpace", - "value": 2 } ] }, - "NmRootMotionBlendMode_t": { + "NmPoseBlendMode_t": { "align": 1, "items": [ { - "name": "Blend", + "name": "Overlay", "value": 0 }, { @@ -103908,37 +107960,29 @@ "value": 1 }, { - "name": "IgnoreSource", + "name": "ModelSpace", "value": 2 - }, - { - "name": "IgnoreTarget", - "value": 3 } ] }, - "NmStateEventTypeCondition_t": { + "NmRootMotionBlendMode_t": { "align": 1, "items": [ { - "name": "Entry", + "name": "Blend", "value": 0 }, { - "name": "FullyInState", + "name": "Additive", "value": 1 }, { - "name": "Exit", + "name": "IgnoreSource", "value": 2 }, { - "name": "Timed", + "name": "IgnoreTarget", "value": 3 - }, - { - "name": "Any", - "value": 4 } ] }, @@ -104154,6 +108198,82 @@ } ] }, + "OrientationWarpMode_t": { + "align": 4, + "items": [ + { + "name": "eInvalid", + "value": 0 + }, + { + "name": "eAngle", + "value": 1 + }, + { + "name": "eWorldPosition", + "value": 2 + } + ] + }, + "OrientationWarpRootMotionSource_t": { + "align": 4, + "items": [ + { + "name": "eAnimationOrProcedural", + "value": 0 + }, + { + "name": "eAnimationOnly", + "value": 1 + }, + { + "name": "eProceduralOnly", + "value": 2 + } + ] + }, + "OrientationWarpTargetOffsetMode_t": { + "align": 4, + "items": [ + { + "name": "eLiteralValue", + "value": 0 + }, + { + "name": "eParameter", + "value": 1 + }, + { + "name": "eAnimationMovementHeading", + "value": 2 + }, + { + "name": "eAnimationMovementHeadingAtEnd", + "value": 3 + } + ] + }, + "OutOfPVSUpdates_t": { + "align": 4, + "items": [ + { + "name": "OOPVSUpdates_OptOut", + "value": 0 + }, + { + "name": "OOPVSUpdates_OptIn", + "value": 1 + }, + { + "name": "OOPVSUpdates_Default", + "value": 2 + }, + { + "name": "OOPVSUpdates_Count", + "value": 3 + } + ] + }, "PFNoiseModifier_t": { "align": 4, "items": [ @@ -104366,6 +108486,26 @@ { "name": "PARTICLE_ATTR_BOX_FLAGS_WATER", "value": 1 + }, + { + "name": "PARTICLE_ATTR_BOX_FLAGS_ON_FIRE", + "value": 2 + }, + { + "name": "PARTICLE_ATTR_BOX_FLAGS_ELECTRIFIED", + "value": 4 + }, + { + "name": "PARTICLE_ATTR_BOX_FLAGS_ASLEEP", + "value": 8 + }, + { + "name": "PARTICLE_ATTR_BOX_FLAGS_FROZEN", + "value": 16 + }, + { + "name": "PARTICLE_ATTR_BOX_FLAGS_TIMED_DECAY", + "value": 32 } ] }, @@ -104807,24 +108947,40 @@ "value": 17 }, { - "name": "PF_TYPE_PARTICLE_VECTOR_COMPONENT", + "name": "PF_TYPE_PARTICLE_INITIAL_FLOAT", "value": 18 }, { - "name": "PF_TYPE_PARTICLE_SPEED", + "name": "PF_TYPE_PARTICLE_VECTOR_COMPONENT", "value": 19 }, { - "name": "PF_TYPE_PARTICLE_NUMBER", + "name": "PF_TYPE_PARTICLE_INITIAL_VECTOR_COMPONENT", "value": 20 }, { - "name": "PF_TYPE_PARTICLE_NUMBER_NORMALIZED", + "name": "PF_TYPE_PARTICLE_SPEED", "value": 21 }, { - "name": "PF_TYPE_COUNT", + "name": "PF_TYPE_PARTICLE_NUMBER", "value": 22 + }, + { + "name": "PF_TYPE_PARTICLE_NUMBER_NORMALIZED", + "value": 23 + }, + { + "name": "PF_TYPE_PARTICLE_SCREENSPACE_CAMERA_DISTANCE", + "value": 24 + }, + { + "name": "PF_TYPE_PARTICLE_SCREENSPACE_CAMERA_DOT_PRODUCT", + "value": 25 + }, + { + "name": "PF_TYPE_COUNT", + "value": 26 } ] }, @@ -105091,6 +109247,27 @@ } ] }, + "ParticleOrientationType_t": { + "align": 4, + "items": [ + { + "name": "PARTICLE_ORIENTATION_NONE", + "value": 0 + }, + { + "name": "PARTICLE_ORIENTATION_VELOCITY", + "value": 1 + }, + { + "name": "PARTICLE_ORIENTATION_NORMAL", + "value": 2 + }, + { + "name": "PARTICLE_ORIENTATION_ROTATION", + "value": 4 + } + ] + }, "ParticleOutputBlendMode_t": { "align": 4, "items": [ @@ -105495,60 +109672,64 @@ "value": 3 }, { - "name": "PVEC_TYPE_PARTICLE_VELOCITY", + "name": "PVEC_TYPE_PARTICLE_INITIAL_VECTOR", "value": 4 }, { - "name": "PVEC_TYPE_CP_VALUE", + "name": "PVEC_TYPE_PARTICLE_VELOCITY", "value": 5 }, { - "name": "PVEC_TYPE_CP_RELATIVE_POSITION", + "name": "PVEC_TYPE_CP_VALUE", "value": 6 }, { - "name": "PVEC_TYPE_CP_RELATIVE_DIR", + "name": "PVEC_TYPE_CP_RELATIVE_POSITION", "value": 7 }, { - "name": "PVEC_TYPE_CP_RELATIVE_RANDOM_DIR", + "name": "PVEC_TYPE_CP_RELATIVE_DIR", "value": 8 }, { - "name": "PVEC_TYPE_FLOAT_COMPONENTS", + "name": "PVEC_TYPE_CP_RELATIVE_RANDOM_DIR", "value": 9 }, { - "name": "PVEC_TYPE_FLOAT_INTERP_CLAMPED", + "name": "PVEC_TYPE_FLOAT_COMPONENTS", "value": 10 }, { - "name": "PVEC_TYPE_FLOAT_INTERP_OPEN", + "name": "PVEC_TYPE_FLOAT_INTERP_CLAMPED", "value": 11 }, { - "name": "PVEC_TYPE_FLOAT_INTERP_GRADIENT", + "name": "PVEC_TYPE_FLOAT_INTERP_OPEN", "value": 12 }, { - "name": "PVEC_TYPE_RANDOM_UNIFORM", + "name": "PVEC_TYPE_FLOAT_INTERP_GRADIENT", "value": 13 }, { - "name": "PVEC_TYPE_RANDOM_UNIFORM_OFFSET", + "name": "PVEC_TYPE_RANDOM_UNIFORM", "value": 14 }, { - "name": "PVEC_TYPE_CP_DELTA", + "name": "PVEC_TYPE_RANDOM_UNIFORM_OFFSET", "value": 15 }, { - "name": "PVEC_TYPE_CLOSEST_CAMERA_POSITION", + "name": "PVEC_TYPE_CP_DELTA", "value": 16 }, { - "name": "PVEC_TYPE_COUNT", + "name": "PVEC_TYPE_CLOSEST_CAMERA_POSITION", "value": 17 + }, + { + "name": "PVEC_TYPE_COUNT", + "value": 18 } ] }, @@ -105562,14 +109743,6 @@ { "name": "PM_NO_GIBS", "value": 1 - }, - { - "name": "PM_FULL_GIBS", - "value": 2 - }, - { - "name": "PM_REDUCED_GIBS", - "value": 3 } ] }, @@ -105680,137 +109853,74 @@ } ] }, - "PlayerAnimEvent_t": { + "PlayerConnectedState": { "align": 4, "items": [ { - "name": "PLAYERANIMEVENT_FIRE_GUN_PRIMARY", + "name": "PlayerNeverConnected", + "value": 18446744073709551615 + }, + { + "name": "PlayerConnected", "value": 0 }, { - "name": "PLAYERANIMEVENT_FIRE_GUN_SECONDARY", + "name": "PlayerConnecting", "value": 1 }, { - "name": "PLAYERANIMEVENT_GRENADE_PULL_PIN", + "name": "PlayerReconnecting", "value": 2 }, { - "name": "PLAYERANIMEVENT_THROW_GRENADE", + "name": "PlayerDisconnecting", "value": 3 }, { - "name": "PLAYERANIMEVENT_JUMP", + "name": "PlayerDisconnected", "value": 4 }, { - "name": "PLAYERANIMEVENT_RELOAD", + "name": "PlayerReserved", "value": 5 - }, - { - "name": "PLAYERANIMEVENT_CLEAR_FIRING", - "value": 6 - }, - { - "name": "PLAYERANIMEVENT_DEPLOY", - "value": 7 - }, - { - "name": "PLAYERANIMEVENT_SILENCER_STATE", - "value": 8 - }, - { - "name": "PLAYERANIMEVENT_SILENCER_TOGGLE", - "value": 9 - }, - { - "name": "PLAYERANIMEVENT_THROW_GRENADE_UNDERHAND", - "value": 10 - }, - { - "name": "PLAYERANIMEVENT_CATCH_WEAPON", - "value": 11 - }, - { - "name": "PLAYERANIMEVENT_LOOKATWEAPON_REQUEST", - "value": 12 - }, - { - "name": "PLAYERANIMEVENT_RELOAD_CANCEL_LOOKATWEAPON", - "value": 13 - }, - { - "name": "PLAYERANIMEVENT_HAULBACK", - "value": 14 - }, - { - "name": "PLAYERANIMEVENT_IDLE", - "value": 15 - }, - { - "name": "PLAYERANIMEVENT_STRIKE_HIT", - "value": 16 - }, - { - "name": "PLAYERANIMEVENT_STRIKE_MISS", - "value": 17 - }, - { - "name": "PLAYERANIMEVENT_BACKSTAB", - "value": 18 - }, - { - "name": "PLAYERANIMEVENT_DRYFIRE", - "value": 19 - }, - { - "name": "PLAYERANIMEVENT_FIDGET", - "value": 20 - }, - { - "name": "PLAYERANIMEVENT_RELEASE", - "value": 21 - }, + } + ] + }, + "PointOrientConstraint_t": { + "align": 4, + "items": [ { - "name": "PLAYERANIMEVENT_TAUNT", - "value": 22 + "name": "eNone", + "value": 0 }, { - "name": "PLAYERANIMEVENT_COUNT", - "value": 23 + "name": "ePreserveUpAxis", + "value": 1 } ] }, - "PlayerConnectedState": { + "PointOrientGoalDirectionType_t": { "align": 4, "items": [ { - "name": "PlayerNeverConnected", - "value": 18446744073709551615 - }, - { - "name": "PlayerConnected", + "name": "eAbsOrigin", "value": 0 }, { - "name": "PlayerConnecting", + "name": "eCenter", "value": 1 }, { - "name": "PlayerReconnecting", + "name": "eHead", "value": 2 }, { - "name": "PlayerDisconnecting", + "name": "eForward", "value": 3 }, { - "name": "PlayerDisconnected", + "name": "eEyesForward", "value": 4 - }, - { - "name": "PlayerReserved", - "value": 5 } ] }, @@ -106117,6 +110227,28 @@ } ] }, + "PulseBestOutflowRules_t": { + "align": 4, + "items": [ + { + "name": "SORT_BY_NUMBER_OF_VALID_CRITERIA", + "value": 0 + }, + { + "name": "SORT_BY_OUTFLOW_INDEX", + "value": 1 + } + ] + }, + "PulseCollisionGroup_t": { + "align": 4, + "items": [ + { + "name": "DEFAULT", + "value": 0 + } + ] + }, "PulseCursorCancelPriority_t": { "align": 4, "items": [ @@ -106244,244 +110376,384 @@ "value": 14 }, { - "name": "GET_CONST", + "name": "GET_VAR_DETACH", "value": 15 }, { - "name": "GET_DOMAIN_VALUE", + "name": "DETACH_REGISTER", "value": 16 }, { - "name": "COPY", + "name": "SET_VAR_ARRAY_ELEMENT_1D", "value": 17 }, { - "name": "NOT", + "name": "SET_VAR_OBSERVABLE", "value": 18 }, { - "name": "NEGATE", + "name": "GET_CONST", "value": 19 }, { - "name": "ADD", + "name": "GET_ARRAY_ELEMENT", "value": 20 }, { - "name": "SUB", + "name": "GET_DOMAIN_VALUE", "value": 21 }, { - "name": "MUL", + "name": "COPY", "value": 22 }, { - "name": "DIV", + "name": "NOT", "value": 23 }, { - "name": "MOD", + "name": "NEGATE", "value": 24 }, { - "name": "LT", + "name": "ADD", "value": 25 }, { - "name": "LTE", + "name": "SUB", "value": 26 }, { - "name": "EQ", + "name": "MUL", "value": 27 }, { - "name": "NE", + "name": "DIV", "value": 28 }, { - "name": "AND", + "name": "MOD", "value": 29 }, { - "name": "OR", + "name": "LT", "value": 30 }, { - "name": "CONVERT_VALUE", + "name": "LTE", "value": 31 }, { - "name": "REINTERPRET_INSTANCE", + "name": "EQ", "value": 32 }, { - "name": "GET_BLACKBOARD_REFERENCE", + "name": "NE", "value": 33 }, { - "name": "SET_BLACKBOARD_REFERENCE", + "name": "AND", "value": 34 }, { - "name": "REQUIREMENT_RESULT", + "name": "OR", "value": 35 }, { - "name": "LAST_SERIALIZED_CODE", + "name": "SCALE", "value": 36 }, { - "name": "NEGATE_INT", + "name": "SCALE_INV", "value": 37 }, { - "name": "NEGATE_FLOAT", + "name": "ELEMENT_ACCESS", "value": 38 }, { - "name": "ADD_INT", + "name": "CONVERT_VALUE", "value": 39 }, { - "name": "ADD_FLOAT", + "name": "REINTERPRET_INSTANCE", "value": 40 }, { - "name": "ADD_STRING", + "name": "GET_BLACKBOARD_REFERENCE", "value": 41 }, { - "name": "SUB_INT", + "name": "SET_BLACKBOARD_REFERENCE", "value": 42 }, { - "name": "SUB_FLOAT", + "name": "LAST_SERIALIZED_CODE", "value": 43 }, { - "name": "MUL_INT", + "name": "NEGATE_INT", "value": 44 }, { - "name": "MUL_FLOAT", + "name": "NEGATE_FLOAT", "value": 45 }, { - "name": "DIV_INT", + "name": "NEGATE_VEC2", "value": 46 }, { - "name": "DIV_FLOAT", + "name": "NEGATE_VEC3", "value": 47 }, { - "name": "MOD_INT", + "name": "NEGATE_VEC4", "value": 48 }, { - "name": "MOD_FLOAT", + "name": "ADD_INT", "value": 49 }, { - "name": "LT_INT", + "name": "ADD_FLOAT", "value": 50 }, { - "name": "LT_FLOAT", + "name": "ADD_STRING", "value": 51 }, { - "name": "LTE_INT", + "name": "ADD_VEC2", "value": 52 }, { - "name": "LTE_FLOAT", + "name": "ADD_VEC3", "value": 53 }, { - "name": "EQ_BOOL", + "name": "ADD_VEC4", "value": 54 }, { - "name": "EQ_INT", + "name": "SUB_INT", "value": 55 }, { - "name": "EQ_FLOAT", + "name": "SUB_FLOAT", "value": 56 }, { - "name": "EQ_STRING", + "name": "SUB_VEC2", "value": 57 }, { - "name": "EQ_ENTITY_NAME", + "name": "SUB_VEC3", "value": 58 }, { - "name": "EQ_SCHEMA_ENUM", + "name": "SUB_VEC4", "value": 59 }, { - "name": "EQ_EHANDLE", + "name": "MUL_INT", "value": 60 }, { - "name": "EQ_PANEL_HANDLE", + "name": "MUL_FLOAT", "value": 61 }, { - "name": "EQ_OPAQUE_HANDLE", + "name": "DIV_FLOAT", "value": 62 }, { - "name": "EQ_TEST_HANDLE", + "name": "MOD_INT", "value": 63 }, { - "name": "NE_BOOL", + "name": "MOD_FLOAT", "value": 64 }, { - "name": "NE_INT", + "name": "LT_INT", "value": 65 }, { - "name": "NE_FLOAT", + "name": "LT_FLOAT", "value": 66 }, { - "name": "NE_STRING", + "name": "LTE_INT", "value": 67 }, { - "name": "NE_ENTITY_NAME", + "name": "LTE_FLOAT", "value": 68 }, { - "name": "NE_SCHEMA_ENUM", + "name": "EQ_BOOL", "value": 69 }, { - "name": "NE_EHANDLE", + "name": "EQ_INT", "value": 70 }, { - "name": "NE_PANEL_HANDLE", + "name": "EQ_FLOAT", "value": 71 }, { - "name": "NE_OPAQUE_HANDLE", + "name": "EQ_VEC2", "value": 72 }, { - "name": "NE_TEST_HANDLE", + "name": "EQ_VEC3", "value": 73 }, { - "name": "GET_CONST_INLINE_STORAGE", + "name": "EQ_VEC4", "value": 74 + }, + { + "name": "EQ_STRING", + "value": 75 + }, + { + "name": "EQ_ENTITY_NAME", + "value": 76 + }, + { + "name": "EQ_SCHEMA_ENUM", + "value": 77 + }, + { + "name": "EQ_EHANDLE", + "value": 78 + }, + { + "name": "EQ_PANEL_HANDLE", + "value": 79 + }, + { + "name": "EQ_OPAQUE_HANDLE", + "value": 80 + }, + { + "name": "EQ_TEST_HANDLE", + "value": 81 + }, + { + "name": "EQ_COLOR_RGB", + "value": 82 + }, + { + "name": "EQ_ARRAY", + "value": 83 + }, + { + "name": "NE_BOOL", + "value": 84 + }, + { + "name": "NE_INT", + "value": 85 + }, + { + "name": "NE_FLOAT", + "value": 86 + }, + { + "name": "NE_VEC2", + "value": 87 + }, + { + "name": "NE_VEC3", + "value": 88 + }, + { + "name": "NE_VEC4", + "value": 89 + }, + { + "name": "NE_STRING", + "value": 90 + }, + { + "name": "NE_ENTITY_NAME", + "value": 91 + }, + { + "name": "NE_SCHEMA_ENUM", + "value": 92 + }, + { + "name": "NE_EHANDLE", + "value": 93 + }, + { + "name": "NE_PANEL_HANDLE", + "value": 94 + }, + { + "name": "NE_OPAQUE_HANDLE", + "value": 95 + }, + { + "name": "NE_TEST_HANDLE", + "value": 96 + }, + { + "name": "NE_COLOR_RGB", + "value": 97 + }, + { + "name": "NE_ARRAY", + "value": 98 + }, + { + "name": "SCALE_VEC3", + "value": 99 + }, + { + "name": "SCALE_VEC2", + "value": 100 + }, + { + "name": "SCALE_VEC4", + "value": 101 + }, + { + "name": "SCALE_INV_VEC3", + "value": 102 + }, + { + "name": "SCALE_INV_VEC2", + "value": 103 + }, + { + "name": "SCALE_INV_VEC4", + "value": 104 + }, + { + "name": "ELEMENT_ACCESS_VEC2", + "value": 105 + }, + { + "name": "ELEMENT_ACCESS_VEC3", + "value": 106 + }, + { + "name": "ELEMENT_ACCESS_VEC4", + "value": 107 + }, + { + "name": "ELEMENT_ACCESS_COLOR_RGB", + "value": 108 + }, + { + "name": "GET_CONST_INLINE_STORAGE", + "value": 109 } ] }, @@ -106565,11 +110837,24 @@ } ] }, + "PulseTraceContents_t": { + "align": 4, + "items": [ + { + "name": "STATIC_LEVEL", + "value": 0 + }, + { + "name": "SOLID", + "value": 1 + } + ] + }, "PulseValueType_t": { "align": 4, "items": [ { - "name": "PVAL_INVALID", + "name": "PVAL_VOID", "value": 18446744073709551615 }, { @@ -106589,68 +110874,141 @@ "value": 3 }, { - "name": "PVAL_VEC3", + "name": "PVAL_VEC2", "value": 4 }, { - "name": "PVAL_TRANSFORM", + "name": "PVAL_VEC3", "value": 5 }, { - "name": "PVAL_COLOR_RGB", + "name": "PVAL_QANGLE", "value": 6 }, { - "name": "PVAL_EHANDLE", + "name": "PVAL_VEC3_WORLDSPACE", "value": 7 }, { - "name": "PVAL_RESOURCE", + "name": "PVAL_VEC4", "value": 8 }, { - "name": "PVAL_SNDEVT_GUID", + "name": "PVAL_TRANSFORM", "value": 9 }, { - "name": "PVAL_SNDEVT_NAME", + "name": "PVAL_TRANSFORM_WORLDSPACE", "value": 10 }, { - "name": "PVAL_ENTITY_NAME", + "name": "PVAL_COLOR_RGB", "value": 11 }, { - "name": "PVAL_OPAQUE_HANDLE", + "name": "PVAL_GAMETIME", "value": 12 }, { - "name": "PVAL_TYPESAFE_INT", + "name": "PVAL_EHANDLE", "value": 13 }, { - "name": "PVAL_CURSOR_FLOW", + "name": "PVAL_RESOURCE", "value": 14 }, { - "name": "PVAL_ANY", + "name": "PVAL_RESOURCE_NAME", "value": 15 }, { - "name": "PVAL_SCHEMA_ENUM", + "name": "PVAL_SNDEVT_GUID", "value": 16 }, { - "name": "PVAL_PANORAMA_PANEL_HANDLE", + "name": "PVAL_SNDEVT_NAME", "value": 17 }, { - "name": "PVAL_TEST_HANDLE", + "name": "PVAL_ENTITY_NAME", "value": 18 }, { - "name": "PVAL_COUNT", + "name": "PVAL_OPAQUE_HANDLE", "value": 19 + }, + { + "name": "PVAL_TYPESAFE_INT", + "value": 20 + }, + { + "name": "PVAL_MODEL_MATERIAL_GROUP", + "value": 21 + }, + { + "name": "PVAL_CURSOR_FLOW", + "value": 22 + }, + { + "name": "PVAL_VARIANT", + "value": 23 + }, + { + "name": "PVAL_UNKNOWN", + "value": 24 + }, + { + "name": "PVAL_SCHEMA_ENUM", + "value": 25 + }, + { + "name": "PVAL_PANORAMA_PANEL_HANDLE", + "value": 26 + }, + { + "name": "PVAL_TEST_HANDLE", + "value": 27 + }, + { + "name": "PVAL_ARRAY", + "value": 28 + }, + { + "name": "PVAL_TYPESAFE_INT64", + "value": 29 + }, + { + "name": "PVAL_COUNT", + "value": 30 + } + ] + }, + "PulseVariableKeysSource_t": { + "align": 4, + "items": [ + { + "name": "PRIVATE", + "value": 0 + }, + { + "name": "CPP", + "value": 1 + }, + { + "name": "VMAP", + "value": 2 + }, + { + "name": "VMDL", + "value": 3 + }, + { + "name": "XML", + "value": 4 + }, + { + "name": "COUNT", + "value": 5 } ] }, @@ -106717,10 +111075,27 @@ { "name": "Absolute", "value": 0 + } + ] + }, + "RelativeLocationType_t": { + "align": 1, + "items": [ + { + "name": "WORLD_SPACE_POSITION", + "value": 0 }, { - "name": "Relative", + "name": "RELATIVE_TO_ENTITY_IN_LOCAL_SPACE", "value": 1 + }, + { + "name": "RELATIVE_TO_ENTITY_YAW_ONLY", + "value": 2 + }, + { + "name": "RELATIVE_TO_ENTITY_IN_WORLD_SPACE", + "value": 3 } ] }, @@ -106751,14 +111126,6 @@ "name": "RENDER_BUFFER_STRUCTURED_BUFFER", "value": 32 }, - { - "name": "RENDER_BUFFER_APPEND_CONSUME_BUFFER", - "value": 64 - }, - { - "name": "RENDER_BUFFER_UAV_COUNTER", - "value": 128 - }, { "name": "RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS", "value": 256 @@ -106778,6 +111145,10 @@ { "name": "RENDER_BUFFER_POOL_ALLOCATED", "value": 4096 + }, + { + "name": "RENDER_BUFFER_USAGE_CONDITIONAL_RENDERING", + "value": 8192 } ] }, @@ -106866,6 +111237,23 @@ } ] }, + "RenderMeshSlotType_t": { + "align": 1, + "items": [ + { + "name": "RENDERMESH_SLOT_INVALID", + "value": 18446744073709551615 + }, + { + "name": "RENDERMESH_SLOT_PER_VERTEX", + "value": 0 + }, + { + "name": "RENDERMESH_SLOT_PER_INSTANCE", + "value": 1 + } + ] + }, "RenderMode_t": { "align": 1, "items": [ @@ -107033,13 +111421,17 @@ "value": 11 }, { - "name": "RENDER_PRIM_TYPE_COUNT", + "name": "RENDER_PRIM_MESH_SHADER", "value": 12 + }, + { + "name": "RENDER_PRIM_TYPE_COUNT", + "value": 13 } ] }, "RenderSlotType_t": { - "align": 4, + "align": 1, "items": [ { "name": "RENDER_SLOT_INVALID", @@ -107231,6 +111623,18 @@ { "name": "SCALAR_EXPRESSION_MOD", "value": 7 + }, + { + "name": "SCALAR_EXPRESSION_EQUAL", + "value": 8 + }, + { + "name": "SCALAR_EXPRESSION_GT", + "value": 9 + }, + { + "name": "SCALAR_EXPRESSION_LT", + "value": 10 } ] }, @@ -107310,27 +111714,6 @@ } ] }, - "ScriptedMoveType_t": { - "align": 4, - "items": [ - { - "name": "SCRIPTED_MOVETYPE_NONE", - "value": 0 - }, - { - "name": "SCRIPTED_MOVETYPE_TO_WITH_DURATION", - "value": 1 - }, - { - "name": "SCRIPTED_MOVETYPE_TO_WITH_MOVESPEED", - "value": 2 - }, - { - "name": "SCRIPTED_MOVETYPE_SWEEP_TO_AT_MOVEMENT_SPEED", - "value": 3 - } - ] - }, "ScriptedOnDeath_t": { "align": 4, "items": [ @@ -107535,6 +111918,35 @@ } ] }, + "SharedMovementGait_t": { + "align": 1, + "items": [ + { + "name": "eInvalid", + "value": 18446744073709551615 + }, + { + "name": "eSlow", + "value": 0 + }, + { + "name": "eMedium", + "value": 1 + }, + { + "name": "eFast", + "value": 2 + }, + { + "name": "eVeryFast", + "value": 3 + }, + { + "name": "eCount", + "value": 4 + } + ] + }, "ShatterDamageCause": { "align": 1, "items": [ @@ -107774,112 +112186,6 @@ } ] }, - "SoundFlags_t": { - "align": 2, - "items": [ - { - "name": "SOUND_FLAGS_NONE", - "value": 0 - }, - { - "name": "SOUND_FLAG_GUNFIRE", - "value": 1 - }, - { - "name": "SOUND_FLAG_COMBINE_ONLY", - "value": 2 - }, - { - "name": "SOUND_FLAG_REACT_TO_SOURCE", - "value": 4 - }, - { - "name": "SOUND_FLAG_EXPLOSION", - "value": 8 - }, - { - "name": "SOUND_FLAG_EXCLUDE_COMBINE", - "value": 16 - }, - { - "name": "SOUND_FLAG_DANGER_APPROACH", - "value": 32 - }, - { - "name": "SOUND_FLAG_ALLIES_ONLY", - "value": 64 - }, - { - "name": "SOUND_FLAG_PANIC_NPCS", - "value": 128 - }, - { - "name": "SOUND_FLAG_SQUAD_ONLY", - "value": 256 - } - ] - }, - "SoundTypes_t": { - "align": 2, - "items": [ - { - "name": "SOUND_NONE", - "value": 0 - }, - { - "name": "SOUND_COMBAT", - "value": 1 - }, - { - "name": "SOUND_PLAYER", - "value": 2 - }, - { - "name": "SOUND_DANGER", - "value": 3 - }, - { - "name": "SOUND_BULLET_IMPACT", - "value": 4 - }, - { - "name": "SOUND_THUMPER", - "value": 5 - }, - { - "name": "SOUND_PHYSICS_DANGER", - "value": 6 - }, - { - "name": "SOUND_MOVE_AWAY", - "value": 7 - }, - { - "name": "SOUND_PLAYER_VEHICLE", - "value": 8 - }, - { - "name": "SOUND_GLASS_BREAK", - "value": 9 - }, - { - "name": "SOUND_PHYSICS_OBJECT", - "value": 10 - }, - { - "name": "SOUND_WARN_FRIENDS", - "value": 11 - }, - { - "name": "SOUND_FOOD", - "value": 12 - }, - { - "name": "NUM_AI_SOUND_TYPES", - "value": 13 - } - ] - }, "SpawnDebugOverrideState_t": { "align": 4, "items": [ @@ -108103,6 +112409,14 @@ { "name": "SPRITECARD_TEXTURE_SPHERICAL_HARMONICS_C", "value": 9 + }, + { + "name": "SPRITECARD_TEXTURE_DEPTH", + "value": 10 + }, + { + "name": "SPRITECARD_TEXTURE_ILLUMINATION_GRADIENT", + "value": 11 } ] }, @@ -108175,6 +112489,10 @@ { "name": "STATETAGBEHAVIOR_FIRE_ON_ENTER_AND_EXIT", "value": 3 + }, + { + "name": "STATETAGBEHAVIOR_ACTIVE_WHILE_FULLY_BLENDED", + "value": 4 } ] }, @@ -108366,17 +112684,94 @@ "name": "DFLAG_SUPPRESS_INTERRUPT_FLINCH", "value": 4096 }, + { + "name": "DFLAG_IGNORE_DESTRUCTIBLE_PARTS", + "value": 8192 + }, + { + "name": "DFLAGS_ONLY_DAMAGE_DESTRUCTIBLE_PARTS", + "value": 16384 + }, { "name": "DMG_LASTDFLAG", - "value": 4096 + "value": 16384 }, { "name": "DFLAG_IGNORE_ARMOR", - "value": 8192 + "value": 32768 }, { "name": "DFLAG_SUPPRESS_UTILREMOVE", - "value": 16384 + "value": 65536 + } + ] + }, + "TargetSelectorAngleMode_t": { + "align": 4, + "items": [ + { + "name": "eFacingHeading", + "value": 0 + }, + { + "name": "eMoveHeading", + "value": 1 + } + ] + }, + "TargetWarpAngleMode_t": { + "align": 4, + "items": [ + { + "name": "eFacingHeading", + "value": 0 + }, + { + "name": "eMoveHeading", + "value": 1 + } + ] + }, + "TargetWarpCorrectionMethod": { + "align": 4, + "items": [ + { + "name": "ScaleMotion", + "value": 0 + }, + { + "name": "AddCorrectionDelta", + "value": 1 + } + ] + }, + "TargetWarpTimingMethod": { + "align": 4, + "items": [ + { + "name": "ReachDestinationOnRootMotionEnd", + "value": 0 + }, + { + "name": "ReachDestinationOnWarpTagEnd", + "value": 1 + } + ] + }, + "TestInputOutputCombinationsEnum_t": { + "align": 4, + "items": [ + { + "name": "ZERO", + "value": 0 + }, + { + "name": "ONE", + "value": 1 + }, + { + "name": "TWO", + "value": 2 } ] }, @@ -108630,6 +113025,163 @@ } ] }, + "VMixGraphCommandID_t": { + "align": 4, + "items": [ + { + "name": "CMD_INVALID", + "value": 18446744073709551615 + }, + { + "name": "CMD_CONTROL_INPUT_STORE", + "value": 1 + }, + { + "name": "CMD_CONTROL_INPUT_STORE_DB", + "value": 2 + }, + { + "name": "CMD_CONTROL_TRANSIENT_INPUT_STORE", + "value": 3 + }, + { + "name": "CMD_CONTROL_TRANSIENT_INPUT_RESET", + "value": 4 + }, + { + "name": "CMD_CONTROL_OUTPUT_STORE", + "value": 5 + }, + { + "name": "CMD_CONTROL_EVALUATE_CURVE", + "value": 6 + }, + { + "name": "CMD_CONTROL_COPY", + "value": 7 + }, + { + "name": "CMD_CONTROL_REMAP_LINEAR", + "value": 8 + }, + { + "name": "CMD_CONTROL_REMAP_SINE", + "value": 9 + }, + { + "name": "CMD_CONTROL_REMAP_LOGLINEAR", + "value": 10 + }, + { + "name": "CMD_CONTROL_MAX", + "value": 11 + }, + { + "name": "CMD_CONTROL_RESET_TIMER", + "value": 12 + }, + { + "name": "CMD_CONTROL_INCREMENT_TIMER", + "value": 13 + }, + { + "name": "CMD_CONTROL_EVAL_ENVELOPE", + "value": 14 + }, + { + "name": "CMD_CONTROL_SINE_BLEND", + "value": 15 + }, + { + "name": "CMD_PROCESSOR_SET_CONTROL_VALUE", + "value": 16 + }, + { + "name": "CMD_PROCESSOR_SET_NAME_INPUT", + "value": 17 + }, + { + "name": "CMD_PROCESSOR_SET_CONTROL_ARRAYVALUE", + "value": 18 + }, + { + "name": "CMD_PROCESSOR_STORE_CONTROL_VALUE", + "value": 19 + }, + { + "name": "CMD_PROCESSOR_SET_VSND_VALUE", + "value": 20 + }, + { + "name": "CMD_SUBMIX_PROCESS", + "value": 21 + }, + { + "name": "CMD_SUBMIX_GENERATE", + "value": 22 + }, + { + "name": "CMD_SUBMIX_GENERATE_SIDECHAIN", + "value": 23 + }, + { + "name": "CMD_SUBMIX_DEBUG", + "value": 24 + }, + { + "name": "CMD_SUBMIX_MIX2x1", + "value": 25 + }, + { + "name": "CMD_SUBMIX_OUTPUT", + "value": 26 + }, + { + "name": "CMD_SUBMIX_OUTPUTx2", + "value": 27 + }, + { + "name": "CMD_SUBMIX_COPY", + "value": 28 + }, + { + "name": "CMD_SUBMIX_ACCUMULATE", + "value": 29 + }, + { + "name": "CMD_SUBMIX_METER", + "value": 30 + }, + { + "name": "CMD_SUBMIX_METER_SPECTRUM", + "value": 31 + }, + { + "name": "CMD_IMPULSERESPONSE_INPUT_STORE", + "value": 32 + }, + { + "name": "CMD_PROCESSOR_SET_IMPULSERESPONSE_VALUE", + "value": 33 + }, + { + "name": "CMD_REMAP_VSND_TO_IMPULSERESPONSE", + "value": 34 + }, + { + "name": "CMD_IMPULSERESPONSE_RESET", + "value": 35 + }, + { + "name": "CMD_BLEND_VSNDS_TO_IMPULSERESPONSE", + "value": 36 + }, + { + "name": "CMD_IMPULSERESPONSE_DELAY", + "value": 37 + } + ] + }, "VMixLFOShape_t": { "align": 4, "items": [ @@ -108708,88 +113260,96 @@ "value": 8 }, { - "name": "VPROCESSOR_FREEVERB", + "name": "VPROCESSOR_BOXVERB2", "value": 9 }, { - "name": "VPROCESSOR_PLATEVERB", + "name": "VPROCESSOR_FREEVERB", "value": 10 }, { - "name": "VPROCESSOR_FULLWAVE_INTEGRATOR", + "name": "VPROCESSOR_PLATEVERB", "value": 11 }, { - "name": "VPROCESSOR_FILTER", + "name": "VPROCESSOR_FULLWAVE_INTEGRATOR", "value": 12 }, { - "name": "VPROCESSOR_STEAMAUDIO_PATHING", + "name": "VPROCESSOR_FILTER", "value": 13 }, { - "name": "VPROCESSOR_EQ8", + "name": "VPROCESSOR_STEAMAUDIO_PATHING", "value": 14 }, { - "name": "VPROCESSOR_ENVELOPE", + "name": "VPROCESSOR_EQ8", "value": 15 }, { - "name": "VPROCESSOR_VOCODER", + "name": "VPROCESSOR_ENVELOPE", "value": 16 }, { - "name": "VPROCESSOR_CONVOLUTION", + "name": "VPROCESSOR_VOCODER", "value": 17 }, { - "name": "VPROCESSOR_DYNAMICS_3BAND", + "name": "VPROCESSOR_CONVOLUTION", "value": 18 }, { - "name": "VPROCESSOR_DYNAMICS_COMPRESSOR", + "name": "VPROCESSOR_DUAL_COMPRESSOR", "value": 19 }, { - "name": "VPROCESSOR_SHAPER", + "name": "VPROCESSOR_DYNAMICS_3BAND", "value": 20 }, { - "name": "VPROCESSOR_PANNER", + "name": "VPROCESSOR_DYNAMICS_COMPRESSOR", "value": 21 }, { - "name": "VPROCESSOR_UTILITY", + "name": "VPROCESSOR_SHAPER", "value": 22 }, { - "name": "VPROCESSOR_AUTOFILTER", + "name": "VPROCESSOR_PANNER", "value": 23 }, { - "name": "VPROCESSOR_OSC", + "name": "VPROCESSOR_UTILITY", "value": 24 }, { - "name": "VPROCESSOR_STEREODELAY", + "name": "VPROCESSOR_AUTOFILTER", "value": 25 }, { - "name": "VPROCESSOR_EFFECT_CHAIN", + "name": "VPROCESSOR_OSC", "value": 26 }, { - "name": "VPROCESSOR_SUBGRAPH_SWITCH", + "name": "VPROCESSOR_STEREODELAY", "value": 27 }, { - "name": "VPROCESSOR_STEAMAUDIO_DIRECT", + "name": "VPROCESSOR_EFFECT_CHAIN", "value": 28 }, { - "name": "VPROCESSOR_STEAMAUDIO_HYBRIDREVERB", + "name": "VPROCESSOR_SUBGRAPH_SWITCH", "value": 29 + }, + { + "name": "VPROCESSOR_STEAMAUDIO_DIRECT", + "value": 30 + }, + { + "name": "VPROCESSOR_STEAMAUDIO_HYBRIDREVERB", + "value": 31 } ] }, @@ -108849,6 +113409,10 @@ { "name": "FLAG_ALWAYS_DYNAMIC_ON_CLIENT", "value": 16 + }, + { + "name": "FLAG_DISABLE_CCD", + "value": 32 } ] }, @@ -109009,6 +113573,10 @@ { "name": "VECTOR_EXPRESSION_CROSSPRODUCT", "value": 7 + }, + { + "name": "VECTOR_EXPRESSION_LERP", + "value": 8 } ] }, @@ -109154,6 +113722,123 @@ } ] }, + "WeaponGameplayAnimState": { + "align": 2, + "items": [ + { + "name": "WPN_ANIMSTATE_UNINITIALIZED", + "value": 0 + }, + { + "name": "WPN_ANIMSTATE_DROPPED", + "value": 1 + }, + { + "name": "WPN_ANIMSTATE_HOLSTERED", + "value": 10 + }, + { + "name": "WPN_ANIMSTATE_DEPLOY", + "value": 11 + }, + { + "name": "WPN_ANIMSTATE_IDLE", + "value": 50 + }, + { + "name": "WPN_ANIMSTATE_SHOOT_PRIMARY", + "value": 100 + }, + { + "name": "WPN_ANIMSTATE_SHOOT_SECONDARY", + "value": 101 + }, + { + "name": "WPN_ANIMSTATE_SHOOT_DRYFIRE", + "value": 102 + }, + { + "name": "WPN_ANIMSTATE_CHARGE", + "value": 103 + }, + { + "name": "WPN_ANIMSTATE_GRENADE_PULL_PIN", + "value": 200 + }, + { + "name": "WPN_ANIMSTATE_GRENADE_READY", + "value": 201 + }, + { + "name": "WPN_ANIMSTATE_GRENADE_THROW", + "value": 202 + }, + { + "name": "WPN_ANIMSTATE_C4_PLANT", + "value": 300 + }, + { + "name": "WPN_ANIMSTATE_HEALTHSHOT_INJECT", + "value": 400 + }, + { + "name": "WPN_ANIMSTATE_KNIFE_PRIMARY_HIT", + "value": 500 + }, + { + "name": "WPN_ANIMSTATE_KNIFE_PRIMARY_MISS", + "value": 501 + }, + { + "name": "WPN_ANIMSTATE_KNIFE_SECONDARY_HIT", + "value": 502 + }, + { + "name": "WPN_ANIMSTATE_KNIFE_SECONDARY_MISS", + "value": 503 + }, + { + "name": "WPN_ANIMSTATE_KNIFE_PRIMARY_STAB", + "value": 504 + }, + { + "name": "WPN_ANIMSTATE_KNIFE_SECONDARY_STAB", + "value": 505 + }, + { + "name": "WPN_ANIMSTATE_SILENCER_APPLY", + "value": 600 + }, + { + "name": "WPN_ANIMSTATE_SILENCER_REMOVE", + "value": 601 + }, + { + "name": "WPN_ANIMSTATE_RELOAD", + "value": 800 + }, + { + "name": "WPN_ANIMSTATE_RELOAD_OUTRO", + "value": 801 + }, + { + "name": "WPN_ANIMSTATE_INSPECT", + "value": 1000 + }, + { + "name": "WPN_ANIMSTATE_INSPECT_OUTRO", + "value": 1001 + }, + { + "name": "WPN_ANIMSTATE_END_VALID", + "value": 1100 + }, + { + "name": "WEAPON_LEGACY_STATE_CLEAR_FIRING", + "value": 1101 + } + ] + }, "WeaponSound_t": { "align": 4, "items": [ @@ -109275,8 +113960,12 @@ "value": 2 }, { - "name": "eUserInitiatedSwitchHands", + "name": "eUserInitiatedUIKeyPress", "value": 3 + }, + { + "name": "eUserInitiatedSwitchHands", + "value": 4 } ] }, @@ -109702,8 +114391,12 @@ "value": 79 }, { - "name": "FIELD_TYPECOUNT", + "name": "FIELD_HNMGRAPHDEFINITION", "value": 80 + }, + { + "name": "FIELD_TYPECOUNT", + "value": 81 } ] }, @@ -110374,4 +115067,4 @@ ] } } -} \ No newline at end of file +}