Print field types

This commit is contained in:
a2x
2023-10-01 14:43:48 +10:00
parent 18e90bcf8c
commit 6d04af2758
73 changed files with 40045 additions and 39911 deletions

View File

@@ -3,9 +3,9 @@
#include <cstddef>
namespace CAnimScriptBase {
constexpr std::ptrdiff_t m_bIsValid = 0x8;
constexpr std::ptrdiff_t m_bIsValid = 0x8; // bool
}
namespace EmptyTestScript {
constexpr std::ptrdiff_t m_hTest = 0x10;
constexpr std::ptrdiff_t m_hTest = 0x10; // CAnimScriptParam< float32 >
}