CommonLibSSE NG
Loading...
Searching...
No Matches
ActorSpeedChannel.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
RE
4
{
5
template
<
class
T,
class
Val>
6
class
ActorSpeedChannel
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
}
RE::ActorSpeedChannel
Definition
ActorSpeedChannel.h:7
RE::ActorSpeedChannel::val
Val val
Definition
ActorSpeedChannel.h:11
RE::ActorSpeedChannel::unk00
std::uint32_t unk00
Definition
ActorSpeedChannel.h:10
RE::ActorSpeedChannel::type
T * type
Definition
ActorSpeedChannel.h:12
RE
Definition
AbsorbEffect.h:6
CommonLibSSE-NG
include
RE
A
ActorSpeedChannel.h
Generated by
1.9.7