CommonLibSSE NG
Loading...
Searching...
No Matches
SuspendedStack.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/S/Stack.h
"
4
5
namespace
RE
6
{
7
namespace
BSScript
8
{
9
class
Stack;
10
11
namespace
Internal
12
{
13
class
IFuncCallQuery;
14
15
struct
SuspendedStack
16
{
17
public
:
18
// members
19
BSTSmartPointer<Stack>
stack
;
// 00
20
BSTSmartPointer<IFuncCallQuery>
funcCallQuery
;
// 08
21
};
22
static_assert
(
sizeof
(
SuspendedStack
) == 0x10);
23
}
24
}
25
}
Stack.h
RE::BSTSmartPointer
Definition
BSTSmartPointer.h:36
RE
Definition
AbsorbEffect.h:6
RE::BSScript::Internal::SuspendedStack
Definition
SuspendedStack.h:16
RE::BSScript::Internal::SuspendedStack::funcCallQuery
BSTSmartPointer< IFuncCallQuery > funcCallQuery
Definition
SuspendedStack.h:20
RE::BSScript::Internal::SuspendedStack::stack
BSTSmartPointer< Stack > stack
Definition
SuspendedStack.h:19
CommonLibSSE-NG
include
RE
S
SuspendedStack.h
Generated by
1.9.7