cs2-dumper/generated/pulse_system.dll.cs

277 lines
8.0 KiB
C#
Raw Normal View History

2023-09-08 21:13:40 +08:00
public static class CPulseCell_Base {
2023-09-25 22:46:10 +08:00
public const nint m_nEditorNodeID = 0x8;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Inflow_BaseEntrypoint {
2023-09-25 22:46:10 +08:00
public const nint m_EntryChunk = 0x48;
public const nint m_RegisterMap = 0x50;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Inflow_EntOutputHandler {
2023-09-25 22:46:10 +08:00
public const nint m_SourceEntity = 0x70;
public const nint m_SourceOutput = 0x78;
public const nint m_TargetInput = 0x80;
public const nint m_ExpectedParamType = 0x88;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Inflow_EventHandler {
2023-09-25 22:46:10 +08:00
public const nint m_EventName = 0x70;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Inflow_GraphHook {
2023-09-25 22:46:10 +08:00
public const nint m_HookName = 0x70;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Inflow_Method {
2023-09-25 22:46:10 +08:00
public const nint m_MethodName = 0x70;
public const nint m_Description = 0x78;
public const nint m_bIsPublic = 0x80;
public const nint m_ReturnType = 0x88;
public const nint m_Args = 0x98;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Inflow_Wait {
2023-09-25 22:46:10 +08:00
public const nint m_WakeResume = 0x48;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Inflow_Yield {
2023-09-25 22:46:10 +08:00
public const nint m_UnyieldResume = 0x48;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Outflow_CycleOrdered {
2023-09-25 22:46:10 +08:00
public const nint m_Outputs = 0x48;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Outflow_CycleOrdered_InstanceState_t {
2023-09-25 22:46:10 +08:00
public const nint m_nNextIndex = 0x0;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Outflow_CycleRandom {
2023-09-25 22:46:10 +08:00
public const nint m_Outputs = 0x48;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Outflow_CycleShuffled {
2023-09-25 22:46:10 +08:00
public const nint m_Outputs = 0x48;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Outflow_CycleShuffled_InstanceState_t {
2023-09-25 22:46:10 +08:00
public const nint m_Shuffle = 0x0;
public const nint m_nNextShuffle = 0x20;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Outflow_IntSwitch {
2023-09-25 22:46:10 +08:00
public const nint m_DefaultCaseOutflow = 0x48;
public const nint m_CaseOutflows = 0x58;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Outflow_SimultaneousParallel {
2023-09-25 22:46:10 +08:00
public const nint m_Outputs = 0x48;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Outflow_StringSwitch {
2023-09-25 22:46:10 +08:00
public const nint m_DefaultCaseOutflow = 0x48;
public const nint m_CaseOutflows = 0x58;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Outflow_TestExplicitYesNo {
2023-09-25 22:46:10 +08:00
public const nint m_Yes = 0x48;
public const nint m_No = 0x58;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Outflow_TestRandomYesNo {
2023-09-25 22:46:10 +08:00
public const nint m_Yes = 0x48;
public const nint m_No = 0x58;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Step_CallExternalMethod {
2023-09-25 22:46:10 +08:00
public const nint m_MethodName = 0x48;
public const nint m_ExpectedArgs = 0x50;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Step_PublicOutput {
2023-09-25 22:46:10 +08:00
public const nint m_OutputIndex = 0x48;
2023-09-08 21:13:40 +08:00
}
public static class CPulseCell_Step_TestDomainEntFire {
2023-09-25 22:46:10 +08:00
public const nint m_Input = 0x48;
2023-09-08 21:13:40 +08:00
}
public static class CPulseGraphDef {
2023-09-25 22:46:10 +08:00
public const nint m_DomainIdentifier = 0x8;
public const nint m_ParentMapName = 0x10;
public const nint m_Chunks = 0x18;
public const nint m_Cells = 0x30;
public const nint m_Vars = 0x48;
public const nint m_PublicOutputs = 0x60;
public const nint m_InvokeBindings = 0x78;
public const nint m_CallInfos = 0x90;
public const nint m_OutputConnections = 0xA8;
2023-09-08 21:13:40 +08:00
}
public static class CPulseGraphInstance_TestDomain {
2023-09-25 22:46:10 +08:00
public const nint m_bIsRunningUnitTests = 0xD0;
public const nint m_bExplicitTimeStepping = 0xD1;
public const nint m_bExpectingToDestroyWithYieldedCursors = 0xD2;
public const nint m_nNextValidateIndex = 0xD4;
public const nint m_Tracepoints = 0xD8;
public const nint m_bTestYesOrNoPath = 0xF0;
2023-09-08 21:13:40 +08:00
}
public static class CPulseGraphInstance_TestDomain_Derived {
2023-09-25 22:46:10 +08:00
public const nint m_nInstanceValueX = 0xF8;
2023-09-08 21:13:40 +08:00
}
public static class CPulseRuntimeMethodArg {
2023-09-25 22:46:10 +08:00
public const nint m_Name = 0x0;
public const nint m_Description = 0x38;
public const nint m_Type = 0x40;
2023-09-08 21:13:40 +08:00
}
public static class CPulseTurtleGraphicsCursor {
2023-09-25 22:46:10 +08:00
public const nint m_Color = 0x188;
public const nint m_vPos = 0x18C;
public const nint m_flHeadingDeg = 0x194;
public const nint m_bPenUp = 0x198;
2023-09-08 21:13:40 +08:00
}
public static class CPulse_CallInfo {
2023-09-25 22:46:10 +08:00
public const nint m_PortName = 0x0;
public const nint m_nEditorNodeID = 0x8;
public const nint m_RegisterMap = 0x10;
public const nint m_CallMethodID = 0x30;
public const nint m_nSrcChunk = 0x34;
public const nint m_nSrcInstruction = 0x38;
2023-09-08 21:13:40 +08:00
}
public static class CPulse_Chunk {
2023-09-25 22:46:10 +08:00
public const nint m_Instructions = 0x0;
public const nint m_Registers = 0x10;
public const nint m_InstructionEditorIDs = 0x20;
2023-09-08 21:13:40 +08:00
}
public static class CPulse_InvokeBinding {
2023-09-25 22:46:10 +08:00
public const nint m_RegisterMap = 0x0;
public const nint m_FuncName = 0x20;
public const nint m_nCellIndex = 0x28;
public const nint m_InstanceType = 0x30;
public const nint m_nSrcChunk = 0x40;
public const nint m_nSrcInstruction = 0x44;
2023-09-08 21:13:40 +08:00
}
public static class CPulse_OutflowConnection {
2023-09-25 22:46:10 +08:00
public const nint m_SourceOutflowName = 0x0;
public const nint m_nDestChunk = 0x8;
public const nint m_nInstruction = 0xC;
2023-09-08 21:13:40 +08:00
}
public static class CPulse_OutputConnection {
2023-09-25 22:46:10 +08:00
public const nint m_SourceOutput = 0x0;
public const nint m_TargetEntity = 0x8;
public const nint m_TargetInput = 0x10;
public const nint m_Param = 0x18;
2023-09-08 21:13:40 +08:00
}
public static class CPulse_PublicOutput {
2023-09-25 22:46:10 +08:00
public const nint m_Name = 0x0;
public const nint m_Description = 0x8;
public const nint m_ParamType = 0x10;
2023-09-08 21:13:40 +08:00
}
public static class CPulse_RegisterInfo {
2023-09-25 22:46:10 +08:00
public const nint m_nReg = 0x0;
public const nint m_Type = 0x8;
public const nint m_OriginName = 0x18;
public const nint m_nWrittenByInstruction = 0x50;
public const nint m_nLastReadByInstruction = 0x54;
2023-09-08 21:13:40 +08:00
}
public static class CPulse_Variable {
2023-09-25 22:46:10 +08:00
public const nint m_Name = 0x0;
public const nint m_Description = 0x8;
public const nint m_Type = 0x10;
public const nint m_DefaultValue = 0x20;
public const nint m_bIsPublic = 0x32;
2023-09-08 21:13:40 +08:00
}
public static class CTestDomainDerived_Cursor {
2023-09-25 22:46:10 +08:00
public const nint m_nCursorValueA = 0x188;
public const nint m_nCursorValueB = 0x18C;
2023-09-08 21:13:40 +08:00
}
public static class FakeEntity_t {
2023-09-25 22:46:10 +08:00
public const nint m_nHandle = 0x0;
public const nint m_Name = 0x8;
public const nint m_Class = 0x10;
public const nint m_bDestroyed = 0x18;
public const nint m_pAssociatedGraphInstance = 0x20;
public const nint m_bFuncWasCalled = 0x28;
public const nint m_fValue = 0x2C;
2023-09-08 21:13:40 +08:00
}
public static class PGDInstruction_t {
2023-09-25 22:46:10 +08:00
public const nint m_nCode = 0x0;
public const nint m_nVar = 0x4;
public const nint m_nReg0 = 0x8;
public const nint m_nReg1 = 0xA;
public const nint m_nReg2 = 0xC;
public const nint m_nInvokeBindingIndex = 0x10;
public const nint m_nChunk = 0x14;
public const nint m_nDestInstruction = 0x18;
public const nint m_nCallInfoIndex = 0x1C;
public const nint m_Arg0Name = 0x20;
public const nint m_Arg1Name = 0x28;
public const nint m_bLiteralBool = 0x30;
public const nint m_nLiteralInt = 0x34;
public const nint m_flLiteralFloat = 0x38;
public const nint m_LiteralString = 0x40;
public const nint m_vLiteralVec3 = 0x50;
2023-09-08 21:13:40 +08:00
}
public static class PulseDocNodeID_t {
2023-09-25 22:46:10 +08:00
public const nint m_Value = 0x0;
2023-09-08 21:13:40 +08:00
}
public static class PulseRegisterMap_t {
2023-09-25 22:46:10 +08:00
public const nint m_Inparams = 0x0;
public const nint m_Outparams = 0x10;
2023-09-08 21:13:40 +08:00
}
public static class PulseRuntimeCallInfoIndex_t {
2023-09-25 22:46:10 +08:00
public const nint m_Value = 0x0;
2023-09-08 21:13:40 +08:00
}
public static class PulseRuntimeCellIndex_t {
2023-09-25 22:46:10 +08:00
public const nint m_Value = 0x0;
2023-09-08 21:13:40 +08:00
}
public static class PulseRuntimeChunkIndex_t {
2023-09-25 22:46:10 +08:00
public const nint m_Value = 0x0;
2023-09-08 21:13:40 +08:00
}
public static class PulseRuntimeEntrypointIndex_t {
2023-09-25 22:46:10 +08:00
public const nint m_Value = 0x0;
2023-09-08 21:13:40 +08:00
}
public static class PulseRuntimeInvokeIndex_t {
2023-09-25 22:46:10 +08:00
public const nint m_Value = 0x0;
2023-09-08 21:13:40 +08:00
}
public static class PulseRuntimeOutputIndex_t {
2023-09-25 22:46:10 +08:00
public const nint m_Value = 0x0;
2023-09-08 21:13:40 +08:00
}
public static class PulseRuntimeRegisterIndex_t {
2023-09-25 22:46:10 +08:00
public const nint m_Value = 0x0;
2023-09-08 21:13:40 +08:00
}
public static class PulseRuntimeStateOffset_t {
2023-09-25 22:46:10 +08:00
public const nint m_Value = 0x0;
2023-09-08 21:13:40 +08:00
}
public static class PulseRuntimeVarIndex_t {
2023-09-25 22:46:10 +08:00
public const nint m_Value = 0x0;
2023-09-08 21:13:40 +08:00
}
public static class PulseTestEHandle_t {
2023-09-25 22:46:10 +08:00
public const nint m_Value = 0x0;
2023-09-08 21:13:40 +08:00
}