Rewrote project in Rust

This commit is contained in:
a2x
2023-09-26 00:46:10 +10:00
parent a8d3318d94
commit 369ebcf238
136 changed files with 47374 additions and 47187 deletions

View File

@@ -23,20 +23,20 @@ pub mod CSchemaSystemInternalRegistration {
pub const m_VectorAligned: usize = 0x20;
pub const m_Quaternion: usize = 0x30;
pub const m_QAngle: usize = 0x40;
pub const m_RotationVector: usize = 0x4c;
pub const m_RotationVector: usize = 0x4C;
pub const m_RadianEuler: usize = 0x58;
pub const m_DegreeEuler: usize = 0x64;
pub const m_QuaternionStorage: usize = 0x70;
pub const m_matrix3x4_t: usize = 0x80;
pub const m_matrix3x4a_t: usize = 0xb0;
pub const m_Color: usize = 0xe0;
pub const m_Vector4D: usize = 0xe4;
pub const m_matrix3x4a_t: usize = 0xB0;
pub const m_Color: usize = 0xE0;
pub const m_Vector4D: usize = 0xE4;
pub const m_CTransform: usize = 0x100;
pub const m_pKeyValues: usize = 0x120;
pub const m_CUtlBinaryBlock: usize = 0x128;
pub const m_CUtlString: usize = 0x140;
pub const m_CUtlSymbol: usize = 0x148;
pub const m_stringToken: usize = 0x14c;
pub const m_stringToken: usize = 0x14C;
pub const m_stringTokenWithStorage: usize = 0x150;
pub const m_ResourceTypes: usize = 0x168;
pub const m_KV3: usize = 0x170;