CommonLibSSE (Parapets fork)
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
b
c
d
g
h
i
k
m
n
p
r
s
u
v
x
Typedefs
_
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
c
d
e
k
o
p
t
v
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
a
b
d
g
h
i
k
l
n
p
r
s
t
w
Related Functions
b
c
g
h
i
n
o
s
Files
File List
File Members
All
b
g
h
n
r
s
t
Functions
Typedefs
Macros
b
g
n
r
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
GAcquireInterface.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
RE
4
{
5
class
GAcquireInterface
6
{
7
public
:
8
virtual
~GAcquireInterface
() =
default
;
// 00
9
10
virtual
bool
CanAcquire
();
// 01
11
virtual
bool
TryAcquire
();
// 02
12
virtual
bool
TryAcquireCommit
();
// 03
13
virtual
bool
TryAcquireCancel
();
// 04
14
};
15
static_assert
(
sizeof
(
GAcquireInterface
) == 0x8);
16
}
RE::GAcquireInterface
Definition:
GAcquireInterface.h:6
RE::GAcquireInterface::TryAcquireCancel
virtual bool TryAcquireCancel()
RE::GAcquireInterface::CanAcquire
virtual bool CanAcquire()
RE::GAcquireInterface::~GAcquireInterface
virtual ~GAcquireInterface()=default
RE::GAcquireInterface::TryAcquireCommit
virtual bool TryAcquireCommit()
RE::GAcquireInterface::TryAcquire
virtual bool TryAcquire()
RE
Definition:
AbsorbEffect.h:6
CommonLibSSE
include
RE
G
GAcquireInterface.h
Generated by
1.9.6