source2sdk/sdk/include/source2sdk/client/CAbilityAstroRifleVData.hpp
Konstantin 'cpz' L. 500001def7 09.05.2025
2025-05-09 19:54:44 +03:00

42 lines
1.7 KiB
C++

#pragma once
#include "source2sdk/client/CCitadelModifier.hpp"
#include "source2sdk/client/CitadelAbilityVData.hpp"
#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
// Standard-layout class: false
// Size: 0x1620
// Has VTable
//
// static metadata: MGetKV3ClassDefaults
#pragma pack(push, 1)
class CAbilityAstroRifleVData : public client::CitadelAbilityVData
{
public:
// metadata: MPropertyStartGroup "Modifiers"
// m_SelfModifier has a template type with potentially unknown template parameters. You can try uncommenting the field below.
// CEmbeddedSubclass<client::CCitadelModifier> m_SelfModifier;
char m_SelfModifier[0x10]; // 0x15f0
// m_DebuffModifier has a template type with potentially unknown template parameters. You can try uncommenting the field below.
// CEmbeddedSubclass<client::CCitadelModifier> m_DebuffModifier;
char m_DebuffModifier[0x10]; // 0x1600
// m_SlowModifier has a template type with potentially unknown template parameters. You can try uncommenting the field below.
// CEmbeddedSubclass<client::CCitadelModifier> m_SlowModifier;
char m_SlowModifier[0x10]; // 0x1610
};
#pragma pack(pop)
// Cannot assert offsets of fields in CAbilityAstroRifleVData because it is not a standard-layout class
static_assert(sizeof(CAbilityAstroRifleVData) == 0x1620);
};