CommonLibSSE NG
Loading...
Searching...
No Matches
BSAnimationGraphEvent.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
7 class TESObjectREFR;
8
10 {
11 public:
12 // members
13 const BSFixedString tag; // 00
14 const TESObjectREFR* holder; // 08
16 };
17 static_assert(sizeof(BSAnimationGraphEvent) == 0x18);
18}
Definition TESObjectREFR.h:112
Definition AbsorbEffect.h:6
Definition BSAnimationGraphEvent.h:10
const BSFixedString tag
Definition BSAnimationGraphEvent.h:13
const BSFixedString payload
Definition BSAnimationGraphEvent.h:15
const TESObjectREFR * holder
Definition BSAnimationGraphEvent.h:14