cs2-dumper/output/host_dll.hpp

27 lines
686 B
C++
Raw Normal View History

// Generated using https://github.com/a2x/cs2-dumper
2024-09-04 07:42:09 +08:00
// 2024-09-03 23:41:14.067576500 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: host.dll
2024-08-09 15:38:14 +08:00
// Class count: 2
// Enum count: 0
namespace host_dll {
// Parent: CAnimScriptBase
// Field count: 1
namespace EmptyTestScript {
2024-08-09 15:38:14 +08:00
constexpr std::ptrdiff_t m_hTest = 0x10; // CAnimScriptParam<float32>
}
// Parent: None
// Field count: 1
namespace CAnimScriptBase {
2024-08-09 15:38:14 +08:00
constexpr std::ptrdiff_t m_bIsValid = 0x8; // bool
}
}
}
}