We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
detail
Events
1 parent 5c284f9 commit 2d412dcCopy full SHA for 2d412dc
include/Events.h
@@ -21,19 +21,6 @@ namespace Events
21
EventResult ProcessEvent(const RE::MenuOpenCloseEvent* a_evn, RE::BSTEventSource<RE::MenuOpenCloseEvent>*) override;
22
23
private:
24
- struct detail
25
- {
26
- static bool is_cell_home(const RE::TESObjectCELL* a_cell)
27
28
- if (a_cell->IsInteriorCell()) {
29
- if (const auto loc = a_cell->GetLocation(); loc) {
30
- return loc->HasKeywordString(PlayerHome) || loc->HasKeywordString(Inn);
31
- }
32
33
- return false;
34
35
- };
36
-
37
struct UpdatePlayerCombat
38
{
39
static void thunk(RE::PlayerCharacter* a_this, float a_delta);
0 commit comments