27 auto light = malloc<NiPointLight>();
39 return func(
this, a_radius);
50 using func_t =
decltype(&NiPointLight::Ctor);
58 static_assert(
sizeof(NiPointLight) == 0x150);
60 static_assert(
sizeof(NiPointLight) == 0x178);
#define KEEP_FOR_RE()
Definition PCH.h:517
#define RELOCATION_ID(SE, AE)
Definition PCH.h:506
Definition Relocation.h:210
Definition NiCloningProcess.h:10
Definition NiPointLight.h:10
void SetLightAttenuation(float a_radius)
Definition NiPointLight.h:35
bool IsEqual(NiObject *a_object) override
float constAttenuation
Definition NiPointLight.h:43
static constexpr auto RTTI
Definition NiPointLight.h:12
static constexpr auto Ni_RTTI
Definition NiPointLight.h:13
const NiRTTI * GetRTTI() const override
NiObject * CreateClone(NiCloningProcess &a_cloning) override
float linearAttenuation
Definition NiPointLight.h:44
float quadraticAttenuation
Definition NiPointLight.h:45
static constexpr auto VTABLE
Definition NiPointLight.h:14
void SaveBinary(NiStream &a_stream) override
static NiPointLight * Create()
Definition NiPointLight.h:25
void LoadBinary(NiStream &a_stream) override
Definition AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_NiPointLight
Definition Offsets_VTABLE.h:12307
constexpr REL::ID RTTI_NiPointLight(static_cast< std::uint64_t >(690433))
constexpr REL::ID NiRTTI_NiPointLight(static_cast< std::uint64_t >(523954))