source2sdk/sdk/include/source2sdk/client/CAbilityMantleVData.hpp

35 lines
1.1 KiB
C++
Raw Normal View History

2024-09-10 22:36:12 +00:00
#pragma once
2024-09-15 01:07:31 +00:00
#include "source2sdk/client/CitadelAbilityVData.hpp"
#include "source2sdk/client/MantleType_t.hpp"
2024-09-10 22:36:12 +00:00
#include "source2sdk/source2gen.hpp"
#include <cstddef>
#include <cstdint>
// /////////////////////////////////////////////////////////////
// Module: client
// Created using source2gen - github.com/neverlosecc/source2gen
// /////////////////////////////////////////////////////////////
namespace source2sdk::client
{
// Registered alignment: 0x8
// Alignment: 0x8
2024-09-15 01:07:31 +00:00
// Standard-layout class: false
2025-05-09 16:54:44 +00:00
// Size: 0x1608
2024-09-15 01:07:31 +00:00
// Has VTable
2024-09-10 22:36:12 +00:00
//
// static metadata: MGetKV3ClassDefaults
#pragma pack(push, 1)
2024-09-15 01:07:31 +00:00
class CAbilityMantleVData : public client::CitadelAbilityVData
2024-09-10 22:36:12 +00:00
{
public:
2024-09-15 01:07:31 +00:00
// m_vecMantleTypes has a template type with potentially unknown template parameters. You can try uncommenting the field below.
// CUtlVector<client::MantleType_t> m_vecMantleTypes;
2025-05-09 16:54:44 +00:00
char m_vecMantleTypes[0x18]; // 0x15f0
2024-09-10 22:36:12 +00:00
};
#pragma pack(pop)
2024-09-15 01:07:31 +00:00
// Cannot assert offsets of fields in CAbilityMantleVData because it is not a standard-layout class
2025-05-09 16:54:44 +00:00
static_assert(sizeof(CAbilityMantleVData) == 0x1608);
2024-09-10 22:36:12 +00:00
};