Updated README

This commit is contained in:
a2x
2023-09-08 23:13:40 +10:00
parent 27acd1a1e5
commit 222b248f5c
75 changed files with 56290 additions and 17339 deletions

View File

@@ -2,63 +2,102 @@
#include <cstddef>
namespace CPulseTestFuncs_LibraryA {
}
namespace CPulseExecCursor {
}
namespace CPulse_RegisterInfo {
constexpr std::ptrdiff_t m_nReg = 0x0;
constexpr std::ptrdiff_t m_Type = 0x8;
constexpr std::ptrdiff_t m_OriginName = 0x18;
constexpr std::ptrdiff_t m_nWrittenByInstruction = 0x50;
constexpr std::ptrdiff_t m_nLastReadByInstruction = 0x54;
}
namespace CPulse_Chunk {
constexpr std::ptrdiff_t m_Instructions = 0x0;
constexpr std::ptrdiff_t m_Registers = 0x10;
constexpr std::ptrdiff_t m_InstructionEditorIDs = 0x20;
}
namespace CPulse_Variable {
constexpr std::ptrdiff_t m_Name = 0x0;
constexpr std::ptrdiff_t m_Description = 0x8;
constexpr std::ptrdiff_t m_Type = 0x10;
constexpr std::ptrdiff_t m_DefaultValue = 0x20;
constexpr std::ptrdiff_t m_bIsPublic = 0x32;
}
namespace CPulse_PublicOutput {
constexpr std::ptrdiff_t m_Name = 0x0;
constexpr std::ptrdiff_t m_Description = 0x8;
constexpr std::ptrdiff_t m_ParamType = 0x10;
}
namespace CPulse_OutputConnection {
constexpr std::ptrdiff_t m_SourceOutput = 0x0;
constexpr std::ptrdiff_t m_TargetEntity = 0x8;
constexpr std::ptrdiff_t m_TargetInput = 0x10;
constexpr std::ptrdiff_t m_Param = 0x18;
}
namespace CPulse_InvokeBinding {
constexpr std::ptrdiff_t m_RegisterMap = 0x0;
constexpr std::ptrdiff_t m_FuncName = 0x20;
constexpr std::ptrdiff_t m_nCellIndex = 0x28;
constexpr std::ptrdiff_t m_InstanceType = 0x30;
constexpr std::ptrdiff_t m_nSrcChunk = 0x40;
constexpr std::ptrdiff_t m_nSrcInstruction = 0x44;
}
namespace CPulse_CallInfo {
constexpr std::ptrdiff_t m_PortName = 0x0;
namespace CPulseCell_Base {
constexpr std::ptrdiff_t m_nEditorNodeID = 0x8;
constexpr std::ptrdiff_t m_RegisterMap = 0x10;
constexpr std::ptrdiff_t m_CallMethodID = 0x30;
constexpr std::ptrdiff_t m_nSrcChunk = 0x34;
constexpr std::ptrdiff_t m_nSrcInstruction = 0x38;
}
namespace CPulseCell_Inflow_BaseEntrypoint {
constexpr std::ptrdiff_t m_EntryChunk = 0x48;
constexpr std::ptrdiff_t m_RegisterMap = 0x50;
}
namespace CPulseCell_Inflow_EntOutputHandler {
constexpr std::ptrdiff_t m_SourceEntity = 0x70;
constexpr std::ptrdiff_t m_SourceOutput = 0x78;
constexpr std::ptrdiff_t m_TargetInput = 0x80;
constexpr std::ptrdiff_t m_ExpectedParamType = 0x88;
}
namespace CPulseCell_Inflow_EventHandler {
constexpr std::ptrdiff_t m_EventName = 0x70;
}
namespace CPulseCell_Inflow_GraphHook {
constexpr std::ptrdiff_t m_HookName = 0x70;
}
namespace CPulseCell_Inflow_Method {
constexpr std::ptrdiff_t m_MethodName = 0x70;
constexpr std::ptrdiff_t m_Description = 0x78;
constexpr std::ptrdiff_t m_bIsPublic = 0x80;
constexpr std::ptrdiff_t m_ReturnType = 0x88;
constexpr std::ptrdiff_t m_Args = 0x98;
}
namespace CPulseCell_Inflow_Wait {
constexpr std::ptrdiff_t m_WakeResume = 0x48;
}
namespace CPulseCell_Inflow_Yield {
constexpr std::ptrdiff_t m_UnyieldResume = 0x48;
}
namespace CPulseCell_Outflow_CycleOrdered {
constexpr std::ptrdiff_t m_Outputs = 0x48;
}
namespace CPulseCell_Outflow_CycleOrdered_InstanceState_t {
constexpr std::ptrdiff_t m_nNextIndex = 0x0;
}
namespace CPulseCell_Outflow_CycleRandom {
constexpr std::ptrdiff_t m_Outputs = 0x48;
}
namespace CPulseCell_Outflow_CycleShuffled {
constexpr std::ptrdiff_t m_Outputs = 0x48;
}
namespace CPulseCell_Outflow_CycleShuffled_InstanceState_t {
constexpr std::ptrdiff_t m_Shuffle = 0x0;
constexpr std::ptrdiff_t m_nNextShuffle = 0x20;
}
namespace CPulseCell_Outflow_IntSwitch {
constexpr std::ptrdiff_t m_DefaultCaseOutflow = 0x48;
constexpr std::ptrdiff_t m_CaseOutflows = 0x58;
}
namespace CPulseCell_Outflow_SimultaneousParallel {
constexpr std::ptrdiff_t m_Outputs = 0x48;
}
namespace CPulseCell_Outflow_StringSwitch {
constexpr std::ptrdiff_t m_DefaultCaseOutflow = 0x48;
constexpr std::ptrdiff_t m_CaseOutflows = 0x58;
}
namespace CPulseCell_Outflow_TestExplicitYesNo {
constexpr std::ptrdiff_t m_Yes = 0x48;
constexpr std::ptrdiff_t m_No = 0x58;
}
namespace CPulseCell_Outflow_TestRandomYesNo {
constexpr std::ptrdiff_t m_Yes = 0x48;
constexpr std::ptrdiff_t m_No = 0x58;
}
namespace CPulseCell_Step_CallExternalMethod {
constexpr std::ptrdiff_t m_MethodName = 0x48;
constexpr std::ptrdiff_t m_ExpectedArgs = 0x50;
}
namespace CPulseCell_Step_PublicOutput {
constexpr std::ptrdiff_t m_OutputIndex = 0x48;
}
namespace CPulseCell_Step_TestDomainEntFire {
constexpr std::ptrdiff_t m_Input = 0x48;
}
namespace CPulseGraphDef {
@@ -73,58 +112,104 @@ namespace CPulseGraphDef {
constexpr std::ptrdiff_t m_OutputConnections = 0xa8;
}
namespace CBasePulseGraphInstance {
namespace CPulseGraphInstance_TestDomain {
constexpr std::ptrdiff_t m_bIsRunningUnitTests = 0xd0;
constexpr std::ptrdiff_t m_bExplicitTimeStepping = 0xd1;
constexpr std::ptrdiff_t m_bExpectingToDestroyWithYieldedCursors = 0xd2;
constexpr std::ptrdiff_t m_nNextValidateIndex = 0xd4;
constexpr std::ptrdiff_t m_Tracepoints = 0xd8;
constexpr std::ptrdiff_t m_bTestYesOrNoPath = 0xf0;
}
namespace CPulseMathlib {
namespace CPulseGraphInstance_TestDomain_Derived {
constexpr std::ptrdiff_t m_nInstanceValueX = 0xf8;
}
namespace CPulseTestScriptLib {
namespace CPulseRuntimeMethodArg {
constexpr std::ptrdiff_t m_Name = 0x0;
constexpr std::ptrdiff_t m_Description = 0x38;
constexpr std::ptrdiff_t m_Type = 0x40;
}
namespace PulseRuntimeChunkIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
namespace CPulseTurtleGraphicsCursor {
constexpr std::ptrdiff_t m_Color = 0x188;
constexpr std::ptrdiff_t m_vPos = 0x18c;
constexpr std::ptrdiff_t m_flHeadingDeg = 0x194;
constexpr std::ptrdiff_t m_bPenUp = 0x198;
}
namespace PulseRuntimeCallInfoIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
namespace CPulse_CallInfo {
constexpr std::ptrdiff_t m_PortName = 0x0;
constexpr std::ptrdiff_t m_nEditorNodeID = 0x8;
constexpr std::ptrdiff_t m_RegisterMap = 0x10;
constexpr std::ptrdiff_t m_CallMethodID = 0x30;
constexpr std::ptrdiff_t m_nSrcChunk = 0x34;
constexpr std::ptrdiff_t m_nSrcInstruction = 0x38;
}
namespace PulseRuntimeVarIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
namespace CPulse_Chunk {
constexpr std::ptrdiff_t m_Instructions = 0x0;
constexpr std::ptrdiff_t m_Registers = 0x10;
constexpr std::ptrdiff_t m_InstructionEditorIDs = 0x20;
}
namespace PulseRuntimeOutputIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
namespace CPulse_InvokeBinding {
constexpr std::ptrdiff_t m_RegisterMap = 0x0;
constexpr std::ptrdiff_t m_FuncName = 0x20;
constexpr std::ptrdiff_t m_nCellIndex = 0x28;
constexpr std::ptrdiff_t m_InstanceType = 0x30;
constexpr std::ptrdiff_t m_nSrcChunk = 0x40;
constexpr std::ptrdiff_t m_nSrcInstruction = 0x44;
}
namespace PulseRuntimeStateOffset_t {
constexpr std::ptrdiff_t m_Value = 0x0;
namespace CPulse_OutflowConnection {
constexpr std::ptrdiff_t m_SourceOutflowName = 0x0;
constexpr std::ptrdiff_t m_nDestChunk = 0x8;
constexpr std::ptrdiff_t m_nInstruction = 0xc;
}
namespace PulseRuntimeRegisterIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
namespace CPulse_OutputConnection {
constexpr std::ptrdiff_t m_SourceOutput = 0x0;
constexpr std::ptrdiff_t m_TargetEntity = 0x8;
constexpr std::ptrdiff_t m_TargetInput = 0x10;
constexpr std::ptrdiff_t m_Param = 0x18;
}
namespace PulseRuntimeCellIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
namespace CPulse_PublicOutput {
constexpr std::ptrdiff_t m_Name = 0x0;
constexpr std::ptrdiff_t m_Description = 0x8;
constexpr std::ptrdiff_t m_ParamType = 0x10;
}
namespace PulseRuntimeInvokeIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
namespace CPulse_RegisterInfo {
constexpr std::ptrdiff_t m_nReg = 0x0;
constexpr std::ptrdiff_t m_Type = 0x8;
constexpr std::ptrdiff_t m_OriginName = 0x18;
constexpr std::ptrdiff_t m_nWrittenByInstruction = 0x50;
constexpr std::ptrdiff_t m_nLastReadByInstruction = 0x54;
}
namespace PulseDocNodeID_t {
constexpr std::ptrdiff_t m_Value = 0x0;
namespace CPulse_Variable {
constexpr std::ptrdiff_t m_Name = 0x0;
constexpr std::ptrdiff_t m_Description = 0x8;
constexpr std::ptrdiff_t m_Type = 0x10;
constexpr std::ptrdiff_t m_DefaultValue = 0x20;
constexpr std::ptrdiff_t m_bIsPublic = 0x32;
}
namespace PulseRuntimeEntrypointIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
namespace CTestDomainDerived_Cursor {
constexpr std::ptrdiff_t m_nCursorValueA = 0x188;
constexpr std::ptrdiff_t m_nCursorValueB = 0x18c;
}
namespace PulseRegisterMap_t {
constexpr std::ptrdiff_t m_Inparams = 0x0;
constexpr std::ptrdiff_t m_Outparams = 0x10;
namespace FakeEntity_t {
constexpr std::ptrdiff_t m_nHandle = 0x0;
constexpr std::ptrdiff_t m_Name = 0x8;
constexpr std::ptrdiff_t m_Class = 0x10;
constexpr std::ptrdiff_t m_bDestroyed = 0x18;
constexpr std::ptrdiff_t m_pAssociatedGraphInstance = 0x20;
constexpr std::ptrdiff_t m_bFuncWasCalled = 0x28;
constexpr std::ptrdiff_t m_fValue = 0x2c;
}
namespace PGDInstruction_t {
@@ -146,203 +231,51 @@ namespace PGDInstruction_t {
constexpr std::ptrdiff_t m_vLiteralVec3 = 0x50;
}
namespace CPulse_OutflowConnection {
constexpr std::ptrdiff_t m_SourceOutflowName = 0x0;
constexpr std::ptrdiff_t m_nDestChunk = 0x8;
constexpr std::ptrdiff_t m_nInstruction = 0xc;
namespace PulseDocNodeID_t {
constexpr std::ptrdiff_t m_Value = 0x0;
}
namespace CPulse_ResumePoint {
namespace PulseRegisterMap_t {
constexpr std::ptrdiff_t m_Inparams = 0x0;
constexpr std::ptrdiff_t m_Outparams = 0x10;
}
namespace CPulseCell_Base {
constexpr std::ptrdiff_t m_nEditorNodeID = 0x8;
namespace PulseRuntimeCallInfoIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
}
namespace CPulseCell_BaseFlow {
namespace PulseRuntimeCellIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
}
namespace CPulseCell_Inflow_BaseEntrypoint {
constexpr std::ptrdiff_t m_EntryChunk = 0x48;
constexpr std::ptrdiff_t m_RegisterMap = 0x50;
namespace PulseRuntimeChunkIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
}
namespace CPulseRuntimeMethodArg {
constexpr std::ptrdiff_t m_Name = 0x0;
constexpr std::ptrdiff_t m_Description = 0x38;
constexpr std::ptrdiff_t m_Type = 0x40;
namespace PulseRuntimeEntrypointIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
}
namespace CPulseCell_Inflow_Method {
constexpr std::ptrdiff_t m_MethodName = 0x70;
constexpr std::ptrdiff_t m_Description = 0x78;
constexpr std::ptrdiff_t m_bIsPublic = 0x80;
constexpr std::ptrdiff_t m_ReturnType = 0x88;
constexpr std::ptrdiff_t m_Args = 0x98;
namespace PulseRuntimeInvokeIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
}
namespace CPulseCell_Inflow_EventHandler {
constexpr std::ptrdiff_t m_EventName = 0x70;
namespace PulseRuntimeOutputIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
}
namespace CPulseCell_Inflow_GraphHook {
constexpr std::ptrdiff_t m_HookName = 0x70;
namespace PulseRuntimeRegisterIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
}
namespace CPulseCell_Inflow_EntOutputHandler {
constexpr std::ptrdiff_t m_SourceEntity = 0x70;
constexpr std::ptrdiff_t m_SourceOutput = 0x78;
constexpr std::ptrdiff_t m_TargetInput = 0x80;
constexpr std::ptrdiff_t m_ExpectedParamType = 0x88;
namespace PulseRuntimeStateOffset_t {
constexpr std::ptrdiff_t m_Value = 0x0;
}
namespace CPulseCell_BaseYieldingInflow {
}
namespace CPulseCell_BaseValue {
}
namespace CPulseCell_Step_PublicOutput {
constexpr std::ptrdiff_t m_OutputIndex = 0x48;
}
namespace CPulseCell_Inflow_Yield {
constexpr std::ptrdiff_t m_UnyieldResume = 0x48;
}
namespace CPulseCell_Inflow_Wait {
constexpr std::ptrdiff_t m_WakeResume = 0x48;
}
namespace CPulseCell_Outflow_StringSwitch {
constexpr std::ptrdiff_t m_DefaultCaseOutflow = 0x48;
constexpr std::ptrdiff_t m_CaseOutflows = 0x58;
}
namespace CPulseCell_Outflow_IntSwitch {
constexpr std::ptrdiff_t m_DefaultCaseOutflow = 0x48;
constexpr std::ptrdiff_t m_CaseOutflows = 0x58;
}
namespace CPulseCell_Outflow_CycleOrdered {
constexpr std::ptrdiff_t m_Outputs = 0x48;
}
namespace CPulseCell_Outflow_CycleOrdered::InstanceState_t {
constexpr std::ptrdiff_t m_nNextIndex = 0x0;
}
namespace CPulseCell_Outflow_CycleRandom {
constexpr std::ptrdiff_t m_Outputs = 0x48;
}
namespace CPulseCell_Outflow_CycleShuffled {
constexpr std::ptrdiff_t m_Outputs = 0x48;
}
namespace CPulseCell_Outflow_CycleShuffled::InstanceState_t {
constexpr std::ptrdiff_t m_Shuffle = 0x0;
constexpr std::ptrdiff_t m_nNextShuffle = 0x20;
}
namespace CPulseCell_Outflow_SimultaneousParallel {
constexpr std::ptrdiff_t m_Outputs = 0x48;
}
namespace CPulseCell_Outflow_TestRandomYesNo {
constexpr std::ptrdiff_t m_Yes = 0x48;
constexpr std::ptrdiff_t m_No = 0x58;
}
namespace CPulseCell_Outflow_TestExplicitYesNo {
constexpr std::ptrdiff_t m_Yes = 0x48;
constexpr std::ptrdiff_t m_No = 0x58;
}
namespace CPulseCell_Value_TestValue50 {
}
namespace CPulseCell_Value_RandomInt {
}
namespace CPulseCell_Step_DebugLog {
}
namespace CPulseCell_Step_CallExternalMethod {
constexpr std::ptrdiff_t m_MethodName = 0x48;
constexpr std::ptrdiff_t m_ExpectedArgs = 0x50;
namespace PulseRuntimeVarIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0;
}
namespace PulseTestEHandle_t {
constexpr std::ptrdiff_t m_Value = 0x0;
}
namespace FakeEntity_t {
constexpr std::ptrdiff_t m_nHandle = 0x0;
constexpr std::ptrdiff_t m_Name = 0x8;
constexpr std::ptrdiff_t m_Class = 0x10;
constexpr std::ptrdiff_t m_bDestroyed = 0x18;
constexpr std::ptrdiff_t m_pAssociatedGraphInstance = 0x20;
constexpr std::ptrdiff_t m_bFuncWasCalled = 0x28;
constexpr std::ptrdiff_t m_fValue = 0x2c;
}
namespace CPulseGraphInstance_TestDomain {
constexpr std::ptrdiff_t m_bIsRunningUnitTests = 0xd0;
constexpr std::ptrdiff_t m_bExplicitTimeStepping = 0xd1;
constexpr std::ptrdiff_t m_bExpectingToDestroyWithYieldedCursors = 0xd2;
constexpr std::ptrdiff_t m_nNextValidateIndex = 0xd4;
constexpr std::ptrdiff_t m_Tracepoints = 0xd8;
constexpr std::ptrdiff_t m_bTestYesOrNoPath = 0xf0;
}
namespace CPulseCell_Step_TestDomainTracepoint {
}
namespace CPulseCell_Step_TestDomainCreateFakeEntity {
}
namespace CPulseCell_Step_TestDomainDestroyFakeEntity {
}
namespace CPulseCell_Step_TestDomainEntFire {
constexpr std::ptrdiff_t m_Input = 0x48;
}
namespace CPulseCell_Val_TestDomainGetEntityName {
}
namespace CPulseCell_Val_TestDomainFindEntityByName {
}
namespace CTestDomainDerived_Cursor {
constexpr std::ptrdiff_t m_nCursorValueA = 0x188;
constexpr std::ptrdiff_t m_nCursorValueB = 0x18c;
}
namespace CPulseGraphInstance_TestDomain_Derived {
constexpr std::ptrdiff_t m_nInstanceValueX = 0xf8;
}
namespace CPulseTestFuncs_DerivedDomain {
}
namespace CPulseCell_Test_NoInflow {
}
namespace CPulseCell_Test_MultiInflow_WithDefault {
}
namespace CPulseCell_Test_MultiInflow_NoDefault {
}
namespace CPulseTurtleGraphicsCursor {
constexpr std::ptrdiff_t m_Color = 0x188;
constexpr std::ptrdiff_t m_vPos = 0x18c;
constexpr std::ptrdiff_t m_flHeadingDeg = 0x194;
constexpr std::ptrdiff_t m_bPenUp = 0x198;
}
namespace CPulseGraphInstance_TurtleGraphics {
}
}