Files
cs2-dumper/output/host_dll.hpp
a2x e709e1e524 0.1.3
* Bug fixes
2026-01-26 07:18:17 +10:00

28 lines
694 B
C++

// Generated using https://github.com/a2x/cs2-dumper
// 2026-01-25 21:11:42.105397500 UTC
#pragma once
#include <cstddef>
#include <cstdint>
namespace cs2_dumper {
namespace schemas {
// Module: host.dll
// Class count: 2
// Enum count: 0
namespace host_dll {
// Parent: None
// Field count: 1
namespace EmptyTestScript {
constexpr std::ptrdiff_t m_hTest = 0x10; // CAnimScriptParam<float32>
}
// Parent: None
// Field count: 1
namespace CAnimScriptBase {
constexpr std::ptrdiff_t m_bIsValid = 0x8; // bool
}
}
}
}