Fix grammar in generated comments

This commit is contained in:
a2x
2024-08-09 17:38:14 +10:00
parent efa25951be
commit b8e44a0ca6
64 changed files with 38475 additions and 38475 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-08-08 22:44:32.016601800 UTC
// 2024-08-09 07:37:31.728976200 UTC
#pragma once
@@ -8,8 +8,8 @@
namespace cs2_dumper {
namespace schemas {
// Module: scenesystem.dll
// Classes count: 9
// Enums count: 1
// Class count: 9
// Enum count: 1
namespace scenesystem_dll {
// Alignment: 1
// Member count: 4
@@ -25,16 +25,16 @@ namespace cs2_dumper {
// Metadata:
// MGetKV3ClassDefaults
namespace CSSDSMsg_ViewTarget {
constexpr std::ptrdiff_t m_Name = 0x0; //
constexpr std::ptrdiff_t m_TextureId = 0x8; //
constexpr std::ptrdiff_t m_nWidth = 0x10; //
constexpr std::ptrdiff_t m_nHeight = 0x14; //
constexpr std::ptrdiff_t m_nRequestedWidth = 0x18; //
constexpr std::ptrdiff_t m_nRequestedHeight = 0x1C; //
constexpr std::ptrdiff_t m_nNumMipLevels = 0x20; //
constexpr std::ptrdiff_t m_nDepth = 0x24; //
constexpr std::ptrdiff_t m_nMultisampleNumSamples = 0x28; //
constexpr std::ptrdiff_t m_nFormat = 0x2C; //
constexpr std::ptrdiff_t m_Name = 0x0; // CUtlString
constexpr std::ptrdiff_t m_TextureId = 0x8; // uint64
constexpr std::ptrdiff_t m_nWidth = 0x10; // int32
constexpr std::ptrdiff_t m_nHeight = 0x14; // int32
constexpr std::ptrdiff_t m_nRequestedWidth = 0x18; // int32
constexpr std::ptrdiff_t m_nRequestedHeight = 0x1C; // int32
constexpr std::ptrdiff_t m_nNumMipLevels = 0x20; // int32
constexpr std::ptrdiff_t m_nDepth = 0x24; // int32
constexpr std::ptrdiff_t m_nMultisampleNumSamples = 0x28; // int32
constexpr std::ptrdiff_t m_nFormat = 0x2C; // int32
}
// Parent: None
// Field count: 2
@@ -42,8 +42,8 @@ namespace cs2_dumper {
// Metadata:
// MGetKV3ClassDefaults
namespace SceneViewId_t {
constexpr std::ptrdiff_t m_nViewId = 0x0; //
constexpr std::ptrdiff_t m_nFrameCount = 0x8; //
constexpr std::ptrdiff_t m_nViewId = 0x0; // uint64
constexpr std::ptrdiff_t m_nFrameCount = 0x8; // uint64
}
// Parent: None
// Field count: 2
@@ -51,8 +51,8 @@ namespace cs2_dumper {
// Metadata:
// MGetKV3ClassDefaults
namespace CSSDSEndFrameViewInfo {
constexpr std::ptrdiff_t m_nViewId = 0x0; //
constexpr std::ptrdiff_t m_ViewName = 0x8; //
constexpr std::ptrdiff_t m_nViewId = 0x0; // uint64
constexpr std::ptrdiff_t m_ViewName = 0x8; // CUtlString
}
// Parent: CSSDSMsg_LayerBase
// Field count: 0
@@ -67,12 +67,12 @@ namespace cs2_dumper {
// Metadata:
// MGetKV3ClassDefaults
namespace CSSDSMsg_LayerBase {
constexpr std::ptrdiff_t m_viewId = 0x0; //
constexpr std::ptrdiff_t m_ViewName = 0x10; //
constexpr std::ptrdiff_t m_nLayerIndex = 0x18; //
constexpr std::ptrdiff_t m_nLayerId = 0x20; //
constexpr std::ptrdiff_t m_LayerName = 0x28; //
constexpr std::ptrdiff_t m_displayText = 0x30; //
constexpr std::ptrdiff_t m_viewId = 0x0; // SceneViewId_t
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
constexpr std::ptrdiff_t m_nLayerIndex = 0x18; // int32
constexpr std::ptrdiff_t m_nLayerId = 0x20; // uint64
constexpr std::ptrdiff_t m_LayerName = 0x28; // CUtlString
constexpr std::ptrdiff_t m_displayText = 0x30; // CUtlString
}
// Parent: CSSDSMsg_LayerBase
// Field count: 0
@@ -87,8 +87,8 @@ namespace cs2_dumper {
// Metadata:
// MGetKV3ClassDefaults
namespace CSSDSMsg_ViewTargetList {
constexpr std::ptrdiff_t m_viewId = 0x0; //
constexpr std::ptrdiff_t m_ViewName = 0x10; //
constexpr std::ptrdiff_t m_viewId = 0x0; // SceneViewId_t
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
constexpr std::ptrdiff_t m_Targets = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
}
// Parent: None
@@ -97,8 +97,8 @@ namespace cs2_dumper {
// Metadata:
// MGetKV3ClassDefaults
namespace CSSDSMsg_ViewRender {
constexpr std::ptrdiff_t m_viewId = 0x0; //
constexpr std::ptrdiff_t m_ViewName = 0x10; //
constexpr std::ptrdiff_t m_viewId = 0x0; // SceneViewId_t
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
}
// Parent: None
// Field count: 1