mirror of
https://github.com/neverlosecc/source2sdk.git
synced 2025-01-23 05:45:59 +00:00
15.12.2023
This commit is contained in:
parent
c0b3b87477
commit
27bee33199
File diff suppressed because it is too large
Load Diff
29195
sdk/client.hpp
29195
sdk/client.hpp
File diff suppressed because it is too large
Load Diff
@ -3389,8 +3389,10 @@ public:
|
||||
bool m_bLocalCoords; // 0xfd0
|
||||
// MPropertyFriendlyName "use bones instead of hitboxes"
|
||||
bool m_bUseBones; // 0xfd1
|
||||
// MPropertyFriendlyName "Use renderable meshes instead of hitboxes"
|
||||
bool m_bUseMesh; // 0xfd2
|
||||
private:
|
||||
[[maybe_unused]] uint8_t __pad0fd2[0x6]; // 0xfd2
|
||||
[[maybe_unused]] uint8_t __pad0fd3[0x5]; // 0xfd3
|
||||
public:
|
||||
// MPropertyFriendlyName "hitbox shell thickness"
|
||||
CParticleCollectionFloatInput m_flShellSize; // 0xfd8
|
||||
|
@ -601,7 +601,7 @@ public:
|
||||
// Has Trivial Constructor
|
||||
// Has Trivial Destructor
|
||||
//
|
||||
// MResourceTypeForInfoType "vcompmat@܈û"
|
||||
// MResourceTypeForInfoType "vcompmat@ •ý"
|
||||
class InfoForResourceTypeCCompositeMaterialKit
|
||||
{
|
||||
private:
|
||||
|
31602
sdk/server.hpp
31602
sdk/server.hpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user