CommonLibSSE NG
Loading...
Searching...
No Matches
ActorSpeedChannel.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 template <class T, class Val>
7 {
8 public:
9 // members
10 std::uint32_t unk00; // 00
11 Val val; // 04
12 T* type; // ??
13 };
14 static_assert(sizeof(ActorSpeedChannel<void, float>) == 0x10);
15}
Definition ActorSpeedChannel.h:7
Val val
Definition ActorSpeedChannel.h:11
std::uint32_t unk00
Definition ActorSpeedChannel.h:10
T * type
Definition ActorSpeedChannel.h:12
Definition AbsorbEffect.h:6