mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13954
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-02 15:54:54.173283400 UTC
|
||||
// 2023-10-03 00:41:23.438946100 UTC
|
||||
|
||||
public static class AABB_t {
|
||||
public const nint m_vMinBounds = 0x0; // Vector
|
||||
@@ -7,19 +7,19 @@ public static class AABB_t {
|
||||
}
|
||||
|
||||
public static class CFuseProgram {
|
||||
public const nint m_programBuffer = 0x0; // CUtlVector< uint8 >
|
||||
public const nint m_variablesRead = 0x18; // CUtlVector< FuseVariableIndex_t >
|
||||
public const nint m_variablesWritten = 0x30; // CUtlVector< FuseVariableIndex_t >
|
||||
public const nint m_programBuffer = 0x0; // CUtlVector<uint8_t>
|
||||
public const nint m_variablesRead = 0x18; // CUtlVector<FuseVariableIndex_t>
|
||||
public const nint m_variablesWritten = 0x30; // CUtlVector<FuseVariableIndex_t>
|
||||
public const nint m_nMaxTempVarsUsed = 0x48; // int32_t
|
||||
}
|
||||
|
||||
public static class CFuseSymbolTable {
|
||||
public const nint m_constants = 0x0; // CUtlVector< ConstantInfo_t >
|
||||
public const nint m_variables = 0x18; // CUtlVector< VariableInfo_t >
|
||||
public const nint m_functions = 0x30; // CUtlVector< FunctionInfo_t >
|
||||
public const nint m_constantMap = 0x48; // CUtlHashtable< CUtlStringToken, int32 >
|
||||
public const nint m_variableMap = 0x68; // CUtlHashtable< CUtlStringToken, int32 >
|
||||
public const nint m_functionMap = 0x88; // CUtlHashtable< CUtlStringToken, int32 >
|
||||
public const nint m_constants = 0x0; // CUtlVector<ConstantInfo_t>
|
||||
public const nint m_variables = 0x18; // CUtlVector<VariableInfo_t>
|
||||
public const nint m_functions = 0x30; // CUtlVector<FunctionInfo_t>
|
||||
public const nint m_constantMap = 0x48; // CUtlHashtable<CUtlStringToken,int32_t>
|
||||
public const nint m_variableMap = 0x68; // CUtlHashtable<CUtlStringToken,int32_t>
|
||||
public const nint m_functionMap = 0x88; // CUtlHashtable<CUtlStringToken,int32_t>
|
||||
}
|
||||
|
||||
public static class ConstantInfo_t {
|
||||
@@ -53,7 +53,7 @@ public static class FuseVariableIndex_t {
|
||||
|
||||
public static class ManifestTestResource_t {
|
||||
public const nint m_name = 0x0; // CUtlString
|
||||
public const nint m_child = 0x8; // CStrongHandle< InfoForResourceTypeManifestTestResource_t >
|
||||
public const nint m_child = 0x8; // CStrongHandle<InfoForResourceTypeManifestTestResource_t>
|
||||
}
|
||||
|
||||
public static class PackedAABB_t {
|
||||
|
||||
Reference in New Issue
Block a user