CommonLibSSE NG
Loading...
Searching...
No Matches
GAcquireInterface.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
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}
Definition GAcquireInterface.h:6
virtual bool TryAcquireCancel()
virtual bool CanAcquire()
virtual ~GAcquireInterface()=default
virtual bool TryAcquireCommit()
virtual bool TryAcquire()
Definition AbsorbEffect.h:6