mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
📦 Game Update 13987
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 23 Jan 2024 06:17:17 +0000
|
||||
Wed, 7 Feb 2024 04:10:48 +0000
|
||||
'''
|
||||
|
||||
class CBasePulseGraphInstance:
|
||||
@@ -14,6 +14,9 @@ class CPulseCell_BaseValue: # CPulseCell_Base
|
||||
|
||||
class CPulseCell_BaseYieldingInflow: # CPulseCell_BaseFlow
|
||||
|
||||
class CPulseCell_CursorQueue: # CPulseCell_WaitForCursorsWithTagBase
|
||||
m_nCursorsAllowedToRunParallel = 0x60 # int32_t
|
||||
|
||||
class CPulseCell_Inflow_BaseEntrypoint: # CPulseCell_BaseFlow
|
||||
m_EntryChunk = 0x48 # PulseRuntimeChunkIndex_t
|
||||
m_RegisterMap = 0x50 # PulseRegisterMap_t
|
||||
@@ -63,9 +66,6 @@ class CPulseCell_Outflow_IntSwitch: # CPulseCell_BaseFlow
|
||||
m_DefaultCaseOutflow = 0x48 # CPulse_OutflowConnection
|
||||
m_CaseOutflows = 0x58 # CUtlVector<CPulse_OutflowConnection>
|
||||
|
||||
class CPulseCell_Outflow_SimultaneousParallel: # CPulseCell_BaseFlow
|
||||
m_Outputs = 0x48 # CUtlVector<CPulse_OutflowConnection>
|
||||
|
||||
class CPulseCell_Outflow_StringSwitch: # CPulseCell_BaseFlow
|
||||
m_DefaultCaseOutflow = 0x48 # CPulse_OutflowConnection
|
||||
m_CaseOutflows = 0x58 # CUtlVector<CPulse_OutflowConnection>
|
||||
@@ -78,9 +78,11 @@ class CPulseCell_Outflow_TestRandomYesNo: # CPulseCell_BaseFlow
|
||||
m_Yes = 0x48 # CPulse_OutflowConnection
|
||||
m_No = 0x58 # CPulse_OutflowConnection
|
||||
|
||||
class CPulseCell_Step_CallExternalMethod: # CPulseCell_BaseFlow
|
||||
class CPulseCell_Step_CallExternalMethod: # CPulseCell_BaseYieldingInflow
|
||||
m_MethodName = 0x48 # CUtlSymbolLarge
|
||||
m_ExpectedArgs = 0x50 # CUtlVector<CPulseRuntimeMethodArg>
|
||||
m_nAsyncCallMode = 0x68 # PulseMethodCallMode_t
|
||||
m_OnFinished = 0x70 # CPulse_ResumePoint
|
||||
|
||||
class CPulseCell_Step_DebugLog: # CPulseCell_BaseFlow
|
||||
|
||||
@@ -96,12 +98,33 @@ class CPulseCell_Step_TestDomainEntFire: # CPulseCell_BaseFlow
|
||||
|
||||
class CPulseCell_Step_TestDomainTracepoint: # CPulseCell_BaseFlow
|
||||
|
||||
class CPulseCell_TestWaitWithCursorState: # CPulseCell_BaseYieldingInflow
|
||||
m_WakeResume = 0x48 # CPulse_ResumePoint
|
||||
m_WakeCancel = 0x58 # CPulse_ResumePoint
|
||||
m_WakeFail = 0x68 # CPulse_ResumePoint
|
||||
|
||||
class CPulseCell_TestWaitWithCursorState_CursorState_t:
|
||||
flWaitValue = 0x0 # float
|
||||
bFailOnCancel = 0x4 # bool
|
||||
|
||||
class CPulseCell_Test_MultiInflow_NoDefault: # CPulseCell_BaseFlow
|
||||
|
||||
class CPulseCell_Test_MultiInflow_WithDefault: # CPulseCell_BaseFlow
|
||||
|
||||
class CPulseCell_Test_NoInflow: # CPulseCell_BaseFlow
|
||||
|
||||
class CPulseCell_Timeline: # CPulseCell_BaseYieldingInflow
|
||||
m_TimelineEvents = 0x48 # CUtlVector<CPulseCell_Timeline::TimelineEvent_t>
|
||||
m_bWaitForChildOutflows = 0x60 # bool
|
||||
m_OnFinished = 0x68 # CPulse_ResumePoint
|
||||
m_OnCanceled = 0x78 # CPulse_ResumePoint
|
||||
|
||||
class CPulseCell_Timeline_TimelineEvent_t:
|
||||
m_flTimeFromPrevious = 0x0 # float
|
||||
m_bPauseForPreviousEvents = 0x4 # bool
|
||||
m_bCallModeSync = 0x5 # bool
|
||||
m_EventOutflow = 0x8 # CPulse_OutflowConnection
|
||||
|
||||
class CPulseCell_Val_TestDomainFindEntityByName: # CPulseCell_BaseValue
|
||||
|
||||
class CPulseCell_Val_TestDomainGetEntityName: # CPulseCell_BaseValue
|
||||
@@ -110,6 +133,19 @@ class CPulseCell_Value_RandomInt: # CPulseCell_BaseValue
|
||||
|
||||
class CPulseCell_Value_TestValue50: # CPulseCell_BaseValue
|
||||
|
||||
class CPulseCell_WaitForCursorsWithTag: # CPulseCell_WaitForCursorsWithTagBase
|
||||
m_bTagSelfWhenComplete = 0x60 # bool
|
||||
m_nDesiredKillPriority = 0x64 # PulseCursorCancelPriority_t
|
||||
|
||||
class CPulseCell_WaitForCursorsWithTagBase: # CPulseCell_BaseYieldingInflow
|
||||
m_nCursorsAllowedToWait = 0x48 # int32_t
|
||||
m_WaitComplete = 0x50 # CPulse_ResumePoint
|
||||
|
||||
class CPulseCell_WaitForCursorsWithTagBase_CursorState_t:
|
||||
m_TagName = 0x0 # CUtlSymbolLarge
|
||||
|
||||
class CPulseCursorFuncs:
|
||||
|
||||
class CPulseExecCursor:
|
||||
|
||||
class CPulseGraphDef:
|
||||
@@ -121,18 +157,19 @@ class CPulseGraphDef:
|
||||
m_PublicOutputs = 0x60 # CUtlVector<CPulse_PublicOutput>
|
||||
m_InvokeBindings = 0x78 # CUtlVector<CPulse_InvokeBinding*>
|
||||
m_CallInfos = 0x90 # CUtlVector<CPulse_CallInfo*>
|
||||
m_OutputConnections = 0xA8 # CUtlVector<CPulse_OutputConnection*>
|
||||
m_Constants = 0xA8 # CUtlVector<CPulse_Constant>
|
||||
m_OutputConnections = 0xC0 # CUtlVector<CPulse_OutputConnection*>
|
||||
|
||||
class CPulseGraphInstance_TestDomain: # CBasePulseGraphInstance
|
||||
m_bIsRunningUnitTests = 0xD0 # bool
|
||||
m_bExplicitTimeStepping = 0xD1 # bool
|
||||
m_bExpectingToDestroyWithYieldedCursors = 0xD2 # bool
|
||||
m_nNextValidateIndex = 0xD4 # int32_t
|
||||
m_Tracepoints = 0xD8 # CUtlVector<CUtlString>
|
||||
m_bTestYesOrNoPath = 0xF0 # bool
|
||||
m_bIsRunningUnitTests = 0xD8 # bool
|
||||
m_bExplicitTimeStepping = 0xD9 # bool
|
||||
m_bExpectingToDestroyWithYieldedCursors = 0xDA # bool
|
||||
m_nNextValidateIndex = 0xDC # int32_t
|
||||
m_Tracepoints = 0xE0 # CUtlVector<CUtlString>
|
||||
m_bTestYesOrNoPath = 0xF8 # bool
|
||||
|
||||
class CPulseGraphInstance_TestDomain_Derived: # CPulseGraphInstance_TestDomain
|
||||
m_nInstanceValueX = 0xF8 # int32_t
|
||||
m_nInstanceValueX = 0x100 # int32_t
|
||||
|
||||
class CPulseGraphInstance_TurtleGraphics: # CBasePulseGraphInstance
|
||||
|
||||
@@ -150,10 +187,10 @@ class CPulseTestFuncs_LibraryA:
|
||||
class CPulseTestScriptLib:
|
||||
|
||||
class CPulseTurtleGraphicsCursor: # CPulseExecCursor
|
||||
m_Color = 0x188 # Color
|
||||
m_vPos = 0x18C # Vector2D
|
||||
m_flHeadingDeg = 0x194 # float
|
||||
m_bPenUp = 0x198 # bool
|
||||
m_Color = 0x168 # Color
|
||||
m_vPos = 0x16C # Vector2D
|
||||
m_flHeadingDeg = 0x174 # float
|
||||
m_bPenUp = 0x178 # bool
|
||||
|
||||
class CPulse_CallInfo:
|
||||
m_PortName = 0x0 # CUtlSymbolLarge
|
||||
@@ -168,13 +205,16 @@ class CPulse_Chunk:
|
||||
m_Registers = 0x10 # CUtlLeanVector<CPulse_RegisterInfo>
|
||||
m_InstructionEditorIDs = 0x20 # CUtlLeanVector<PulseDocNodeID_t>
|
||||
|
||||
class CPulse_Constant:
|
||||
m_Type = 0x0 # CPulseValueFullType
|
||||
m_Value = 0x10 # KeyValues3
|
||||
|
||||
class CPulse_InvokeBinding:
|
||||
m_RegisterMap = 0x0 # PulseRegisterMap_t
|
||||
m_FuncName = 0x20 # CUtlSymbolLarge
|
||||
m_nCellIndex = 0x28 # PulseRuntimeCellIndex_t
|
||||
m_InstanceType = 0x30 # CPulseValueFullType
|
||||
m_nSrcChunk = 0x40 # PulseRuntimeChunkIndex_t
|
||||
m_nSrcInstruction = 0x44 # int32_t
|
||||
m_nSrcChunk = 0x2C # PulseRuntimeChunkIndex_t
|
||||
m_nSrcInstruction = 0x30 # int32_t
|
||||
|
||||
class CPulse_OutflowConnection:
|
||||
m_SourceOutflowName = 0x0 # CUtlSymbolLarge
|
||||
@@ -209,8 +249,8 @@ class CPulse_Variable:
|
||||
m_bIsPublic = 0x32 # bool
|
||||
|
||||
class CTestDomainDerived_Cursor: # CPulseExecCursor
|
||||
m_nCursorValueA = 0x188 # int32_t
|
||||
m_nCursorValueB = 0x18C # int32_t
|
||||
m_nCursorValueA = 0x168 # int32_t
|
||||
m_nCursorValueB = 0x16C # int32_t
|
||||
|
||||
class FakeEntity_t:
|
||||
m_nHandle = 0x0 # PulseTestEHandle_t
|
||||
@@ -221,6 +261,8 @@ class FakeEntity_t:
|
||||
m_bFuncWasCalled = 0x28 # bool
|
||||
m_fValue = 0x2C # float
|
||||
|
||||
class FakeEntity_tAPI:
|
||||
|
||||
class PGDInstruction_t:
|
||||
m_nCode = 0x0 # PulseInstructionCode_t
|
||||
m_nVar = 0x4 # PulseRuntimeVarIndex_t
|
||||
@@ -231,17 +273,21 @@ class PGDInstruction_t:
|
||||
m_nChunk = 0x14 # PulseRuntimeChunkIndex_t
|
||||
m_nDestInstruction = 0x18 # int32_t
|
||||
m_nCallInfoIndex = 0x1C # PulseRuntimeCallInfoIndex_t
|
||||
m_Arg0Name = 0x20 # CUtlSymbolLarge
|
||||
m_Arg1Name = 0x28 # CUtlSymbolLarge
|
||||
m_bLiteralBool = 0x30 # bool
|
||||
m_nLiteralInt = 0x34 # int32_t
|
||||
m_flLiteralFloat = 0x38 # float
|
||||
m_LiteralString = 0x40 # CBufferString
|
||||
m_vLiteralVec3 = 0x50 # Vector
|
||||
m_nConstIdx = 0x20 # PulseRuntimeConstantIndex_t
|
||||
m_DomainValue = 0x28 # CBufferString
|
||||
|
||||
class PulseCursorID_t:
|
||||
m_Value = 0x0 # int32_t
|
||||
|
||||
class PulseCursorYieldToken_t:
|
||||
m_Value = 0x0 # int32_t
|
||||
|
||||
class PulseDocNodeID_t:
|
||||
m_Value = 0x0 # int32_t
|
||||
|
||||
class PulseGraphInstanceID_t:
|
||||
m_Value = 0x0 # uint32_t
|
||||
|
||||
class PulseRegisterMap_t:
|
||||
m_Inparams = 0x0 # KeyValues3
|
||||
m_Outparams = 0x10 # KeyValues3
|
||||
@@ -255,6 +301,9 @@ class PulseRuntimeCellIndex_t:
|
||||
class PulseRuntimeChunkIndex_t:
|
||||
m_Value = 0x0 # int32_t
|
||||
|
||||
class PulseRuntimeConstantIndex_t:
|
||||
m_Value = 0x0 # int16_t
|
||||
|
||||
class PulseRuntimeEntrypointIndex_t:
|
||||
m_Value = 0x0 # int32_t
|
||||
|
||||
@@ -274,4 +323,4 @@ class PulseRuntimeVarIndex_t:
|
||||
m_Value = 0x0 # int32_t
|
||||
|
||||
class PulseTestEHandle_t:
|
||||
m_Value = 0x0 # int32_t
|
||||
m_Value = 0x0 # uint32_t
|
||||
|
||||
Reference in New Issue
Block a user