CommonLibSSE NG
Loading...
Searching...
No Matches
BGSAnimationSequencer.h
Go to the documentation of this file.
1#pragma once
2
4#include "RE/B/BSTHashMap.h"
5
6namespace RE
7{
8 class BGSActionData;
9
11 {
12 public:
13 // members
14 std::uint32_t numSequences; // 00
15 std::uint32_t pad04; // 04
17 };
18 static_assert(sizeof(BGSAnimationSequencer) == 0x38);
19}
Definition BGSAnimationSequencer.h:11
BSTHashMap< BSFixedString, BGSActionData * > actions
Definition BGSAnimationSequencer.h:16
std::uint32_t numSequences
Definition BGSAnimationSequencer.h:14
std::uint32_t pad04
Definition BGSAnimationSequencer.h:15
Definition BSTHashMap.h:21
Definition AbsorbEffect.h:6