mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 02:00:02 +08:00
Game update (14036)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-10 00:00:51.448403700 UTC
|
||||
// 2024-10-10 01:40:20.894068600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
@@ -187,7 +187,7 @@ pub mod cs2_dumper {
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Step_PublicOutput {
|
||||
pub const m_OutputIndex: usize = 0x48; //
|
||||
pub const m_OutputIndex: usize = 0x48; // PulseRuntimeOutputIndex_t
|
||||
}
|
||||
// Parent: CPulseCell_BaseValue
|
||||
// Field count: 0
|
||||
@@ -228,23 +228,23 @@ pub mod cs2_dumper {
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Test_MultiOutflow_WithParams {
|
||||
pub const m_Out1: usize = 0x48; //
|
||||
pub const m_Out2: usize = 0x78; //
|
||||
pub const m_Out1: usize = 0x48; // SignatureOutflow_Continue
|
||||
pub const m_Out2: usize = 0x78; // SignatureOutflow_Continue
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseRuntimeVarIndex_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseRuntimeEntrypointIndex_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseRuntimeDomainValueIndex_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // int16
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 3
|
||||
@@ -252,14 +252,14 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulse_Chunk {
|
||||
pub const m_Instructions: usize = 0x0; //
|
||||
pub const m_Registers: usize = 0x10; //
|
||||
pub const m_InstructionEditorIDs: usize = 0x20; //
|
||||
pub const m_Instructions: usize = 0x0; // CUtlLeanVector<PGDInstruction_t>
|
||||
pub const m_Registers: usize = 0x10; // CUtlLeanVector<CPulse_RegisterInfo>
|
||||
pub const m_InstructionEditorIDs: usize = 0x20; // CUtlLeanVector<PulseDocNodeID_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseRuntimeInvokeIndex_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
@@ -267,7 +267,7 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_Outflow_CycleOrdered__InstanceState_t {
|
||||
pub const m_nNextIndex: usize = 0x0; //
|
||||
pub const m_nNextIndex: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Field count: 2
|
||||
@@ -275,8 +275,8 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_WaitForCursorsWithTagBase {
|
||||
pub const m_nCursorsAllowedToWait: usize = 0x48; //
|
||||
pub const m_WaitComplete: usize = 0x50; //
|
||||
pub const m_nCursorsAllowedToWait: usize = 0x48; // int32
|
||||
pub const m_WaitComplete: usize = 0x50; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 0
|
||||
@@ -289,7 +289,7 @@ pub mod cs2_dumper {
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseRuntimeRegisterIndex_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // int16
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 4
|
||||
@@ -297,23 +297,23 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_Timeline__TimelineEvent_t {
|
||||
pub const m_flTimeFromPrevious: usize = 0x0; //
|
||||
pub const m_bPauseForPreviousEvents: usize = 0x4; //
|
||||
pub const m_bCallModeSync: usize = 0x5; //
|
||||
pub const m_EventOutflow: usize = 0x8; //
|
||||
pub const m_flTimeFromPrevious: usize = 0x0; // float32
|
||||
pub const m_bPauseForPreviousEvents: usize = 0x4; // bool
|
||||
pub const m_bCallModeSync: usize = 0x5; // bool
|
||||
pub const m_EventOutflow: usize = 0x8; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 4
|
||||
pub mod CPulse_OutflowConnection {
|
||||
pub const m_SourceOutflowName: usize = 0x0; //
|
||||
pub const m_nDestChunk: usize = 0x8; //
|
||||
pub const m_nInstruction: usize = 0xC; //
|
||||
pub const m_OutflowRegisterMap: usize = 0x10; //
|
||||
pub const m_SourceOutflowName: usize = 0x0; // CUtlSymbolLarge
|
||||
pub const m_nDestChunk: usize = 0x8; // PulseRuntimeChunkIndex_t
|
||||
pub const m_nInstruction: usize = 0xC; // int32
|
||||
pub const m_OutflowRegisterMap: usize = 0x10; // PulseRegisterMap_t
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseCursorID_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 0
|
||||
@@ -328,7 +328,7 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_Base {
|
||||
pub const m_nEditorNodeID: usize = 0x8; //
|
||||
pub const m_nEditorNodeID: usize = 0x8; // PulseDocNodeID_t
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
@@ -336,7 +336,7 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_Test_MultiOutflow_WithParams_Yielding__CursorState_t {
|
||||
pub const nTestStep: usize = 0x0; //
|
||||
pub const nTestStep: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 5
|
||||
@@ -344,11 +344,11 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PulseGraphExecutionHistoryCursorDesc_t {
|
||||
pub const vecAncestorCursorIDs: usize = 0x0; //
|
||||
pub const nSpawnNodeID: usize = 0x18; //
|
||||
pub const nRetiredAtNodeID: usize = 0x1C; //
|
||||
pub const flLastReferenced: usize = 0x20; //
|
||||
pub const nLastValidEntryIdx: usize = 0x24; //
|
||||
pub const vecAncestorCursorIDs: usize = 0x0; // CUtlVector<PulseCursorID_t>
|
||||
pub const nSpawnNodeID: usize = 0x18; // PulseDocNodeID_t
|
||||
pub const nRetiredAtNodeID: usize = 0x1C; // PulseDocNodeID_t
|
||||
pub const flLastReferenced: usize = 0x20; // float32
|
||||
pub const nLastValidEntryIdx: usize = 0x24; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Field count: 1
|
||||
@@ -359,7 +359,7 @@ pub mod cs2_dumper {
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Inflow_Yield {
|
||||
pub const m_UnyieldResume: usize = 0x48; //
|
||||
pub const m_UnyieldResume: usize = 0x48; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Field count: 1
|
||||
@@ -370,7 +370,7 @@ pub mod cs2_dumper {
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Inflow_GraphHook {
|
||||
pub const m_HookName: usize = 0x70; //
|
||||
pub const m_HookName: usize = 0x70; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Field count: 1
|
||||
@@ -384,7 +384,7 @@ pub mod cs2_dumper {
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
pub mod CPulseCell_Inflow_Wait {
|
||||
pub const m_WakeResume: usize = 0x48; //
|
||||
pub const m_WakeResume: usize = 0x48; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: CPulseExecCursor
|
||||
// Field count: 2
|
||||
@@ -392,8 +392,8 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
pub mod CTestDomainDerived_Cursor {
|
||||
pub const m_nCursorValueA: usize = 0xA8; //
|
||||
pub const m_nCursorValueB: usize = 0xAC; //
|
||||
pub const m_nCursorValueA: usize = 0xA8; // int32
|
||||
pub const m_nCursorValueB: usize = 0xAC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 2
|
||||
@@ -401,8 +401,8 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PulseRegisterMap_t {
|
||||
pub const m_Inparams: usize = 0x0; //
|
||||
pub const m_Outparams: usize = 0x10; //
|
||||
pub const m_Inparams: usize = 0x0; // KeyValues3
|
||||
pub const m_Outparams: usize = 0x10; // KeyValues3
|
||||
}
|
||||
// Parent: CPulseCell_WaitForCursorsWithTagBase
|
||||
// Field count: 1
|
||||
@@ -416,7 +416,7 @@ pub mod cs2_dumper {
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
pub mod CPulseCell_CursorQueue {
|
||||
pub const m_nCursorsAllowedToRunParallel: usize = 0x80; //
|
||||
pub const m_nCursorsAllowedToRunParallel: usize = 0x80; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Base
|
||||
// Field count: 0
|
||||
@@ -431,7 +431,7 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PulseNodeDynamicOutflows_t {
|
||||
pub const m_Outflows: usize = 0x0; //
|
||||
pub const m_Outflows: usize = 0x0; // CUtlVector<PulseNodeDynamicOutflows_t::DynamicOutflow_t>
|
||||
}
|
||||
// Parent: CPulseCell_BaseValue
|
||||
// Field count: 0
|
||||
@@ -469,7 +469,7 @@ pub mod cs2_dumper {
|
||||
// Parent: CPulseCell_Base
|
||||
// Field count: 1
|
||||
pub mod CPulseCell_Unknown {
|
||||
pub const m_UnknownKeys: usize = 0x48; //
|
||||
pub const m_UnknownKeys: usize = 0x48; // KeyValues3
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Field count: 2
|
||||
@@ -480,7 +480,7 @@ pub mod cs2_dumper {
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Outflow_StringSwitch {
|
||||
pub const m_DefaultCaseOutflow: usize = 0x48; //
|
||||
pub const m_DefaultCaseOutflow: usize = 0x48; // CPulse_OutflowConnection
|
||||
pub const m_CaseOutflows: usize = 0x78; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
@@ -503,9 +503,9 @@ pub mod cs2_dumper {
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_FireCursors {
|
||||
pub const m_Outflows: usize = 0x48; // CUtlVector<CPulse_OutflowConnection>
|
||||
pub const m_bWaitForChildOutflows: usize = 0x60; //
|
||||
pub const m_OnFinished: usize = 0x68; //
|
||||
pub const m_OnCanceled: usize = 0x98; //
|
||||
pub const m_bWaitForChildOutflows: usize = 0x60; // bool
|
||||
pub const m_OnFinished: usize = 0x68; // CPulse_ResumePoint
|
||||
pub const m_OnCanceled: usize = 0x98; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 2
|
||||
@@ -514,7 +514,7 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_Outflow_CycleShuffled__InstanceState_t {
|
||||
pub const m_Shuffle: usize = 0x0; // CUtlVectorFixedGrowable<uint8,8>
|
||||
pub const m_nNextShuffle: usize = 0x20; //
|
||||
pub const m_nNextShuffle: usize = 0x20; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Base
|
||||
// Field count: 0
|
||||
@@ -547,7 +547,7 @@ pub mod cs2_dumper {
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Inflow_EventHandler {
|
||||
pub const m_EventName: usize = 0x70; //
|
||||
pub const m_EventName: usize = 0x70; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 2
|
||||
@@ -555,8 +555,8 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_BaseLerp__CursorState_t {
|
||||
pub const m_StartTime: usize = 0x0; //
|
||||
pub const m_EndTime: usize = 0x4; //
|
||||
pub const m_StartTime: usize = 0x0; // GameTime_t
|
||||
pub const m_EndTime: usize = 0x4; // GameTime_t
|
||||
}
|
||||
// Parent: IGapHost_ExecLog
|
||||
// Field count: 0
|
||||
@@ -568,9 +568,9 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulse_PublicOutput {
|
||||
pub const m_Name: usize = 0x0; //
|
||||
pub const m_Description: usize = 0x8; //
|
||||
pub const m_ParamType: usize = 0x10; //
|
||||
pub const m_Name: usize = 0x0; // CUtlSymbolLarge
|
||||
pub const m_Description: usize = 0x8; // CUtlString
|
||||
pub const m_ParamType: usize = 0x10; // CPulseValueFullType
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 0
|
||||
@@ -589,10 +589,10 @@ pub mod cs2_dumper {
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Timeline {
|
||||
pub const m_TimelineEvents: usize = 0x48; //
|
||||
pub const m_bWaitForChildOutflows: usize = 0x60; //
|
||||
pub const m_OnFinished: usize = 0x68; //
|
||||
pub const m_OnCanceled: usize = 0x98; //
|
||||
pub const m_TimelineEvents: usize = 0x48; // CUtlVector<CPulseCell_Timeline::TimelineEvent_t>
|
||||
pub const m_bWaitForChildOutflows: usize = 0x60; // bool
|
||||
pub const m_OnFinished: usize = 0x68; // CPulse_ResumePoint
|
||||
pub const m_OnCanceled: usize = 0x98; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 4
|
||||
@@ -600,10 +600,10 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulse_OutputConnection {
|
||||
pub const m_SourceOutput: usize = 0x0; //
|
||||
pub const m_TargetEntity: usize = 0x8; //
|
||||
pub const m_TargetInput: usize = 0x10; //
|
||||
pub const m_Param: usize = 0x18; //
|
||||
pub const m_SourceOutput: usize = 0x0; // CUtlSymbolLarge
|
||||
pub const m_TargetEntity: usize = 0x8; // CUtlSymbolLarge
|
||||
pub const m_TargetInput: usize = 0x10; // CUtlSymbolLarge
|
||||
pub const m_Param: usize = 0x18; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: CPulseCell_BaseRequirement
|
||||
// Field count: 1
|
||||
@@ -618,7 +618,7 @@ pub mod cs2_dumper {
|
||||
// MPulseRequirementPass
|
||||
// MPulseRequirementSummaryExpr
|
||||
pub mod CPulseCell_LimitCount {
|
||||
pub const m_nLimitCount: usize = 0x48; //
|
||||
pub const m_nLimitCount: usize = 0x48; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 2
|
||||
@@ -626,8 +626,8 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PulseGraphExecutionHistoryNodeDesc_t {
|
||||
pub const strCellDesc: usize = 0x0; //
|
||||
pub const strBindingName: usize = 0x10; //
|
||||
pub const strCellDesc: usize = 0x0; // CBufferString
|
||||
pub const strBindingName: usize = 0x10; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: CPulse_ResumePoint
|
||||
// Field count: 0
|
||||
@@ -650,11 +650,11 @@ pub mod cs2_dumper {
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Step_CallExternalMethod {
|
||||
pub const m_MethodName: usize = 0x48; //
|
||||
pub const m_GameBlackboard: usize = 0x50; //
|
||||
pub const m_MethodName: usize = 0x48; // CUtlSymbolLarge
|
||||
pub const m_GameBlackboard: usize = 0x50; // CUtlSymbolLarge
|
||||
pub const m_ExpectedArgs: usize = 0x58; // CUtlLeanVector<CPulseRuntimeMethodArg>
|
||||
pub const m_nAsyncCallMode: usize = 0x68; //
|
||||
pub const m_OnFinished: usize = 0x70; //
|
||||
pub const m_nAsyncCallMode: usize = 0x68; // PulseMethodCallMode_t
|
||||
pub const m_OnFinished: usize = 0x70; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: CBasePulseGraphInstance
|
||||
// Field count: 0
|
||||
@@ -678,16 +678,16 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PulseGraphExecutionHistoryEntry_t {
|
||||
pub const nCursorID: usize = 0x0; //
|
||||
pub const nEditorID: usize = 0x4; //
|
||||
pub const flExecTime: usize = 0x8; //
|
||||
pub const unFlags: usize = 0xC; //
|
||||
pub const tagName: usize = 0x10; //
|
||||
pub const nCursorID: usize = 0x0; // PulseCursorID_t
|
||||
pub const nEditorID: usize = 0x4; // PulseDocNodeID_t
|
||||
pub const flExecTime: usize = 0x8; // float32
|
||||
pub const unFlags: usize = 0xC; // uint32
|
||||
pub const tagName: usize = 0x10; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseCursorYieldToken_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 5
|
||||
@@ -695,9 +695,9 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseGraphExecutionHistory {
|
||||
pub const m_nInstanceID: usize = 0x0; //
|
||||
pub const m_strFileName: usize = 0x8; //
|
||||
pub const m_vecHistory: usize = 0x10; //
|
||||
pub const m_nInstanceID: usize = 0x0; // PulseGraphInstanceID_t
|
||||
pub const m_strFileName: usize = 0x8; // CUtlString
|
||||
pub const m_vecHistory: usize = 0x10; // CUtlVector<PulseGraphExecutionHistoryEntry_t*>
|
||||
pub const m_mapCellDesc: usize = 0x28; // CUtlOrderedMap<PulseDocNodeID_t,PulseGraphExecutionHistoryNodeDesc_t*>
|
||||
pub const m_mapCursorDesc: usize = 0x50; // CUtlOrderedMap<PulseCursorID_t,PulseGraphExecutionHistoryCursorDesc_t*>
|
||||
}
|
||||
@@ -710,9 +710,9 @@ pub mod cs2_dumper {
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_TestWaitWithCursorState {
|
||||
pub const m_WakeResume: usize = 0x48; //
|
||||
pub const m_WakeCancel: usize = 0x78; //
|
||||
pub const m_WakeFail: usize = 0xA8; //
|
||||
pub const m_WakeResume: usize = 0x48; // CPulse_ResumePoint
|
||||
pub const m_WakeCancel: usize = 0x78; // CPulse_ResumePoint
|
||||
pub const m_WakeFail: usize = 0xA8; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Field count: 2
|
||||
@@ -723,8 +723,8 @@ pub mod cs2_dumper {
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Inflow_ObservableVariableListener {
|
||||
pub const m_BlackboardReference: usize = 0x70; //
|
||||
pub const m_bSelfReference: usize = 0x168; //
|
||||
pub const m_BlackboardReference: usize = 0x70; // CPulse_BlackboardReference
|
||||
pub const m_bSelfReference: usize = 0x168; // bool
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Field count: 0
|
||||
@@ -739,17 +739,17 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PGDInstruction_t {
|
||||
pub const m_nCode: usize = 0x0; //
|
||||
pub const m_nVar: usize = 0x4; //
|
||||
pub const m_nReg0: usize = 0x8; //
|
||||
pub const m_nReg1: usize = 0xA; //
|
||||
pub const m_nReg2: usize = 0xC; //
|
||||
pub const m_nInvokeBindingIndex: usize = 0x10; //
|
||||
pub const m_nChunk: usize = 0x14; //
|
||||
pub const m_nDestInstruction: usize = 0x18; //
|
||||
pub const m_nCallInfoIndex: usize = 0x1C; //
|
||||
pub const m_nConstIdx: usize = 0x20; //
|
||||
pub const m_nDomainValueIdx: usize = 0x22; //
|
||||
pub const m_nCode: usize = 0x0; // PulseInstructionCode_t
|
||||
pub const m_nVar: usize = 0x4; // PulseRuntimeVarIndex_t
|
||||
pub const m_nReg0: usize = 0x8; // PulseRuntimeRegisterIndex_t
|
||||
pub const m_nReg1: usize = 0xA; // PulseRuntimeRegisterIndex_t
|
||||
pub const m_nReg2: usize = 0xC; // PulseRuntimeRegisterIndex_t
|
||||
pub const m_nInvokeBindingIndex: usize = 0x10; // PulseRuntimeInvokeIndex_t
|
||||
pub const m_nChunk: usize = 0x14; // PulseRuntimeChunkIndex_t
|
||||
pub const m_nDestInstruction: usize = 0x18; // int32
|
||||
pub const m_nCallInfoIndex: usize = 0x1C; // PulseRuntimeCallInfoIndex_t
|
||||
pub const m_nConstIdx: usize = 0x20; // PulseRuntimeConstantIndex_t
|
||||
pub const m_nDomainValueIdx: usize = 0x22; // PulseRuntimeDomainValueIndex_t
|
||||
pub const m_nBlackboardReferenceIdx: usize = 0x24; // PulseRuntimeBlackboardReferenceIndex_t
|
||||
}
|
||||
// Parent: None
|
||||
@@ -758,11 +758,11 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulse_InvokeBinding {
|
||||
pub const m_RegisterMap: usize = 0x0; //
|
||||
pub const m_FuncName: usize = 0x20; //
|
||||
pub const m_nCellIndex: usize = 0x28; //
|
||||
pub const m_nSrcChunk: usize = 0x2C; //
|
||||
pub const m_nSrcInstruction: usize = 0x30; //
|
||||
pub const m_RegisterMap: usize = 0x0; // PulseRegisterMap_t
|
||||
pub const m_FuncName: usize = 0x20; // CUtlSymbolLarge
|
||||
pub const m_nCellIndex: usize = 0x28; // PulseRuntimeCellIndex_t
|
||||
pub const m_nSrcChunk: usize = 0x2C; // PulseRuntimeChunkIndex_t
|
||||
pub const m_nSrcInstruction: usize = 0x30; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 7
|
||||
@@ -770,13 +770,13 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulse_Variable {
|
||||
pub const m_Name: usize = 0x0; //
|
||||
pub const m_Description: usize = 0x8; //
|
||||
pub const m_Type: usize = 0x10; //
|
||||
pub const m_DefaultValue: usize = 0x20; //
|
||||
pub const m_bIsPublic: usize = 0x32; //
|
||||
pub const m_bIsObservable: usize = 0x33; //
|
||||
pub const m_nEditorNodeID: usize = 0x34; //
|
||||
pub const m_Name: usize = 0x0; // CUtlSymbolLarge
|
||||
pub const m_Description: usize = 0x8; // CUtlString
|
||||
pub const m_Type: usize = 0x10; // CPulseValueFullType
|
||||
pub const m_DefaultValue: usize = 0x20; // KeyValues3
|
||||
pub const m_bIsPublic: usize = 0x32; // bool
|
||||
pub const m_bIsObservable: usize = 0x33; // bool
|
||||
pub const m_nEditorNodeID: usize = 0x34; // PulseDocNodeID_t
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Field count: 5
|
||||
@@ -787,10 +787,10 @@ pub mod cs2_dumper {
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Inflow_Method {
|
||||
pub const m_MethodName: usize = 0x70; //
|
||||
pub const m_Description: usize = 0x78; //
|
||||
pub const m_bIsPublic: usize = 0x80; //
|
||||
pub const m_ReturnType: usize = 0x88; //
|
||||
pub const m_MethodName: usize = 0x70; // CUtlSymbolLarge
|
||||
pub const m_Description: usize = 0x78; // CUtlString
|
||||
pub const m_bIsPublic: usize = 0x80; // bool
|
||||
pub const m_ReturnType: usize = 0x88; // CPulseValueFullType
|
||||
pub const m_Args: usize = 0x98; // CUtlLeanVector<CPulseRuntimeMethodArg>
|
||||
}
|
||||
// Parent: CBasePulseGraphInstance
|
||||
@@ -802,12 +802,12 @@ pub mod cs2_dumper {
|
||||
// MPulseLibraryBindings
|
||||
// MPulseDomainOptInFeatureTag
|
||||
pub mod CPulseGraphInstance_TestDomain {
|
||||
pub const m_bIsRunningUnitTests: usize = 0xF8; //
|
||||
pub const m_bExplicitTimeStepping: usize = 0xF9; //
|
||||
pub const m_bExpectingToDestroyWithYieldedCursors: usize = 0xFA; //
|
||||
pub const m_nNextValidateIndex: usize = 0xFC; //
|
||||
pub const m_Tracepoints: usize = 0x100; //
|
||||
pub const m_bTestYesOrNoPath: usize = 0x118; //
|
||||
pub const m_bIsRunningUnitTests: usize = 0xF8; // bool
|
||||
pub const m_bExplicitTimeStepping: usize = 0xF9; // bool
|
||||
pub const m_bExpectingToDestroyWithYieldedCursors: usize = 0xFA; // bool
|
||||
pub const m_nNextValidateIndex: usize = 0xFC; // int32
|
||||
pub const m_Tracepoints: usize = 0x100; // CUtlVector<CUtlString>
|
||||
pub const m_bTestYesOrNoPath: usize = 0x118; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 0
|
||||
@@ -823,8 +823,8 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PulseNodeDynamicOutflows_t__DynamicOutflow_t {
|
||||
pub const m_OutflowID: usize = 0x0; //
|
||||
pub const m_Connection: usize = 0x8; //
|
||||
pub const m_OutflowID: usize = 0x0; // CGlobalSymbol
|
||||
pub const m_Connection: usize = 0x8; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Field count: 1
|
||||
@@ -840,12 +840,12 @@ pub mod cs2_dumper {
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseRuntimeOutputIndex_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod CPulseCell_WaitForCursorsWithTagBase__CursorState_t {
|
||||
pub const m_TagName: usize = 0x0; //
|
||||
pub const m_TagName: usize = 0x0; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 2
|
||||
@@ -853,8 +853,8 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_TestWaitWithCursorState__CursorState_t {
|
||||
pub const flWaitValue: usize = 0x0; //
|
||||
pub const bFailOnCancel: usize = 0x4; //
|
||||
pub const flWaitValue: usize = 0x0; // float32
|
||||
pub const bFailOnCancel: usize = 0x4; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 3
|
||||
@@ -862,9 +862,9 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulse_DomainValue {
|
||||
pub const m_nType: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x8; //
|
||||
pub const m_ExpectedRuntimeType: usize = 0x10; //
|
||||
pub const m_nType: usize = 0x0; // PulseDomainValueType_t
|
||||
pub const m_Value: usize = 0x8; // CGlobalSymbol
|
||||
pub const m_ExpectedRuntimeType: usize = 0x10; // CGlobalSymbol
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Field count: 0
|
||||
@@ -888,7 +888,7 @@ pub mod cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPulseEditorHeaderText
|
||||
pub mod CPulseCell_Step_TestDomainEntFire {
|
||||
pub const m_Input: usize = 0x48; //
|
||||
pub const m_Input: usize = 0x48; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 0
|
||||
@@ -901,7 +901,7 @@ pub mod cs2_dumper {
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseRuntimeBlackboardReferenceIndex_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // int16
|
||||
}
|
||||
// Parent: IGapHost_Cursor
|
||||
// Field count: 0
|
||||
@@ -920,11 +920,11 @@ pub mod cs2_dumper {
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Test_MultiOutflow_WithParams_Yielding {
|
||||
pub const m_Out1: usize = 0x48; //
|
||||
pub const m_AsyncChild1: usize = 0x78; //
|
||||
pub const m_AsyncChild2: usize = 0xA8; //
|
||||
pub const m_YieldResume1: usize = 0xD8; //
|
||||
pub const m_YieldResume2: usize = 0x108; //
|
||||
pub const m_Out1: usize = 0x48; // SignatureOutflow_Continue
|
||||
pub const m_AsyncChild1: usize = 0x78; // SignatureOutflow_Continue
|
||||
pub const m_AsyncChild2: usize = 0xA8; // SignatureOutflow_Continue
|
||||
pub const m_YieldResume1: usize = 0xD8; // SignatureOutflow_Resume
|
||||
pub const m_YieldResume2: usize = 0x108; // SignatureOutflow_Resume
|
||||
}
|
||||
// Parent: CPulseGraphInstance_TestDomain
|
||||
// Field count: 1
|
||||
@@ -934,7 +934,7 @@ pub mod cs2_dumper {
|
||||
// MPulseDomainHookInfo
|
||||
// MPulseLibraryBindings
|
||||
pub mod CPulseGraphInstance_TestDomain_Derived {
|
||||
pub const m_nInstanceValueX: usize = 0x120; //
|
||||
pub const m_nInstanceValueX: usize = 0x120; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Field count: 4
|
||||
@@ -945,15 +945,15 @@ pub mod cs2_dumper {
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Inflow_EntOutputHandler {
|
||||
pub const m_SourceEntity: usize = 0x70; //
|
||||
pub const m_SourceOutput: usize = 0x78; //
|
||||
pub const m_TargetInput: usize = 0x80; //
|
||||
pub const m_ExpectedParamType: usize = 0x88; //
|
||||
pub const m_SourceEntity: usize = 0x70; // CUtlSymbolLarge
|
||||
pub const m_SourceOutput: usize = 0x78; // CUtlSymbolLarge
|
||||
pub const m_TargetInput: usize = 0x80; // CUtlSymbolLarge
|
||||
pub const m_ExpectedParamType: usize = 0x88; // CPulseValueFullType
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseRuntimeConstantIndex_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // int16
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 0
|
||||
@@ -977,7 +977,7 @@ pub mod cs2_dumper {
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseDocNodeID_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 4
|
||||
@@ -986,9 +986,9 @@ pub mod cs2_dumper {
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulse_BlackboardReference {
|
||||
pub const m_hBlackboardResource: usize = 0x0; // CResourceNameTyped<CWeakHandle<InfoForResourceTypeIPulseGraphDef>>
|
||||
pub const m_BlackboardResource: usize = 0xE0; //
|
||||
pub const m_nNodeID: usize = 0xE8; //
|
||||
pub const m_NodeName: usize = 0xF0; //
|
||||
pub const m_BlackboardResource: usize = 0xE0; // CUtlSymbolLarge
|
||||
pub const m_nNodeID: usize = 0xE8; // PulseDocNodeID_t
|
||||
pub const m_NodeName: usize = 0xF0; // CGlobalSymbol
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
@@ -996,7 +996,7 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_LimitCount__InstanceState_t {
|
||||
pub const m_nCurrentCount: usize = 0x0; //
|
||||
pub const m_nCurrentCount: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseValue
|
||||
// Field count: 0
|
||||
@@ -1015,12 +1015,12 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulse_CallInfo {
|
||||
pub const m_PortName: usize = 0x0; //
|
||||
pub const m_nEditorNodeID: usize = 0x8; //
|
||||
pub const m_RegisterMap: usize = 0x10; //
|
||||
pub const m_CallMethodID: usize = 0x30; //
|
||||
pub const m_nSrcChunk: usize = 0x34; //
|
||||
pub const m_nSrcInstruction: usize = 0x38; //
|
||||
pub const m_PortName: usize = 0x0; // CUtlSymbolLarge
|
||||
pub const m_nEditorNodeID: usize = 0x8; // PulseDocNodeID_t
|
||||
pub const m_RegisterMap: usize = 0x10; // PulseRegisterMap_t
|
||||
pub const m_CallMethodID: usize = 0x30; // PulseDocNodeID_t
|
||||
pub const m_nSrcChunk: usize = 0x34; // PulseRuntimeChunkIndex_t
|
||||
pub const m_nSrcInstruction: usize = 0x38; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 5
|
||||
@@ -1028,11 +1028,11 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulse_RegisterInfo {
|
||||
pub const m_nReg: usize = 0x0; //
|
||||
pub const m_Type: usize = 0x8; //
|
||||
pub const m_OriginName: usize = 0x18; //
|
||||
pub const m_nWrittenByInstruction: usize = 0x50; //
|
||||
pub const m_nLastReadByInstruction: usize = 0x54; //
|
||||
pub const m_nReg: usize = 0x0; // PulseRuntimeRegisterIndex_t
|
||||
pub const m_Type: usize = 0x8; // CPulseValueFullType
|
||||
pub const m_OriginName: usize = 0x18; // CKV3MemberNameWithStorage
|
||||
pub const m_nWrittenByInstruction: usize = 0x50; // int32
|
||||
pub const m_nLastReadByInstruction: usize = 0x54; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseValue
|
||||
// Field count: 0
|
||||
@@ -1050,7 +1050,7 @@ pub mod cs2_dumper {
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseRuntimeCellIndex_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: IGapHost_YieldingCursor
|
||||
// Field count: 0
|
||||
@@ -1059,7 +1059,7 @@ pub mod cs2_dumper {
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseGraphInstanceID_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // uint32
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Field count: 2
|
||||
@@ -1070,7 +1070,7 @@ pub mod cs2_dumper {
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Outflow_IntSwitch {
|
||||
pub const m_DefaultCaseOutflow: usize = 0x48; //
|
||||
pub const m_DefaultCaseOutflow: usize = 0x48; // CPulse_OutflowConnection
|
||||
pub const m_CaseOutflows: usize = 0x78; // CUtlVector<CPulse_OutflowConnection>
|
||||
}
|
||||
// Parent: None
|
||||
@@ -1079,20 +1079,20 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseGraphDef {
|
||||
pub const m_DomainIdentifier: usize = 0x8; //
|
||||
pub const m_ParentMapName: usize = 0x10; //
|
||||
pub const m_ParentXmlName: usize = 0x18; //
|
||||
pub const m_vecGameBlackboards: usize = 0x20; //
|
||||
pub const m_Chunks: usize = 0x38; //
|
||||
pub const m_Cells: usize = 0x50; //
|
||||
pub const m_Vars: usize = 0x68; //
|
||||
pub const m_PublicOutputs: usize = 0x80; //
|
||||
pub const m_InvokeBindings: usize = 0x98; //
|
||||
pub const m_CallInfos: usize = 0xB0; //
|
||||
pub const m_Constants: usize = 0xC8; //
|
||||
pub const m_DomainValues: usize = 0xE0; //
|
||||
pub const m_BlackboardReferences: usize = 0xF8; //
|
||||
pub const m_OutputConnections: usize = 0x110; //
|
||||
pub const m_DomainIdentifier: usize = 0x8; // CUtlSymbolLarge
|
||||
pub const m_ParentMapName: usize = 0x10; // CUtlSymbolLarge
|
||||
pub const m_ParentXmlName: usize = 0x18; // CUtlSymbolLarge
|
||||
pub const m_vecGameBlackboards: usize = 0x20; // CUtlVector<CUtlSymbolLarge>
|
||||
pub const m_Chunks: usize = 0x38; // CUtlVector<CPulse_Chunk*>
|
||||
pub const m_Cells: usize = 0x50; // CUtlVector<CPulseCell_Base*>
|
||||
pub const m_Vars: usize = 0x68; // CUtlVector<CPulse_Variable>
|
||||
pub const m_PublicOutputs: usize = 0x80; // CUtlVector<CPulse_PublicOutput>
|
||||
pub const m_InvokeBindings: usize = 0x98; // CUtlVector<CPulse_InvokeBinding*>
|
||||
pub const m_CallInfos: usize = 0xB0; // CUtlVector<CPulse_CallInfo*>
|
||||
pub const m_Constants: usize = 0xC8; // CUtlVector<CPulse_Constant>
|
||||
pub const m_DomainValues: usize = 0xE0; // CUtlVector<CPulse_DomainValue>
|
||||
pub const m_BlackboardReferences: usize = 0xF8; // CUtlVector<CPulse_BlackboardReference>
|
||||
pub const m_OutputConnections: usize = 0x110; // CUtlVector<CPulse_OutputConnection*>
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Field count: 0
|
||||
@@ -1110,8 +1110,8 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulse_Constant {
|
||||
pub const m_Type: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x10; //
|
||||
pub const m_Type: usize = 0x0; // CPulseValueFullType
|
||||
pub const m_Value: usize = 0x10; // KeyValues3
|
||||
}
|
||||
// Parent: CPulseCell_WaitForCursorsWithTagBase
|
||||
// Field count: 2
|
||||
@@ -1125,8 +1125,8 @@ pub mod cs2_dumper {
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
pub mod CPulseCell_WaitForCursorsWithTag {
|
||||
pub const m_bTagSelfWhenComplete: usize = 0x80; //
|
||||
pub const m_nDesiredKillPriority: usize = 0x84; //
|
||||
pub const m_bTagSelfWhenComplete: usize = 0x80; // bool
|
||||
pub const m_nDesiredKillPriority: usize = 0x84; // PulseCursorCancelPriority_t
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Field count: 2
|
||||
@@ -1134,13 +1134,13 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_Inflow_BaseEntrypoint {
|
||||
pub const m_EntryChunk: usize = 0x48; //
|
||||
pub const m_RegisterMap: usize = 0x50; //
|
||||
pub const m_EntryChunk: usize = 0x48; // PulseRuntimeChunkIndex_t
|
||||
pub const m_RegisterMap: usize = 0x50; // PulseRegisterMap_t
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseRuntimeCallInfoIndex_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseYieldingInflow
|
||||
// Field count: 1
|
||||
@@ -1148,7 +1148,7 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_BaseLerp {
|
||||
pub const m_WakeResume: usize = 0x48; //
|
||||
pub const m_WakeResume: usize = 0x48; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Field count: 2
|
||||
@@ -1161,8 +1161,8 @@ pub mod cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CPulseCell_Outflow_TestExplicitYesNo {
|
||||
pub const m_Yes: usize = 0x48; //
|
||||
pub const m_No: usize = 0x78; //
|
||||
pub const m_Yes: usize = 0x48; // CPulse_OutflowConnection
|
||||
pub const m_No: usize = 0x78; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Field count: 2
|
||||
@@ -1175,8 +1175,8 @@ pub mod cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CPulseCell_Outflow_TestRandomYesNo {
|
||||
pub const m_Yes: usize = 0x48; //
|
||||
pub const m_No: usize = 0x78; //
|
||||
pub const m_Yes: usize = 0x48; // CPulse_OutflowConnection
|
||||
pub const m_No: usize = 0x78; // CPulse_OutflowConnection
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Field count: 0
|
||||
@@ -1191,7 +1191,7 @@ pub mod cs2_dumper {
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseRuntimeChunkIndex_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Field count: 1
|
||||
@@ -1210,14 +1210,14 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseRuntimeMethodArg {
|
||||
pub const m_Name: usize = 0x0; //
|
||||
pub const m_Description: usize = 0x38; //
|
||||
pub const m_Type: usize = 0x40; //
|
||||
pub const m_Name: usize = 0x0; // CKV3MemberNameWithStorage
|
||||
pub const m_Description: usize = 0x38; // CUtlString
|
||||
pub const m_Type: usize = 0x40; // CPulseValueFullType
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub mod PulseRuntimeStateOffset_t {
|
||||
pub const m_Value: usize = 0x0; //
|
||||
pub const m_Value: usize = 0x0; // uint16
|
||||
}
|
||||
// Parent: CPulseCell_BaseValue
|
||||
// Field count: 0
|
||||
@@ -1238,10 +1238,10 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
pub mod CPulseTurtleGraphicsCursor {
|
||||
pub const m_Color: usize = 0xA8; //
|
||||
pub const m_vPos: usize = 0xAC; //
|
||||
pub const m_flHeadingDeg: usize = 0xB4; //
|
||||
pub const m_bPenUp: usize = 0xB8; //
|
||||
pub const m_Color: usize = 0xA8; // Color
|
||||
pub const m_vPos: usize = 0xAC; // Vector2D
|
||||
pub const m_flHeadingDeg: usize = 0xB4; // float32
|
||||
pub const m_bPenUp: usize = 0xB8; // bool
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user