We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7126435 commit 238e264Copy full SHA for 238e264
1 file changed
include/RE/P/PlayerCharacter.h
@@ -66,13 +66,6 @@ namespace RE
66
class PerkEntryUpdatedEvent;
67
}
68
69
- bool IsPlayerInDialogue()
70
- {
71
- using func_t = decltype(&IsPlayerInDialogue);
72
- static REL::Relocation<func_t> func{ ID::IsPlayerInDialogue };
73
- return func();
74
- }
75
-
76
class __declspec(novtable) PlayerCharacter :
77
public Actor, // 000
78
public BSTEventSource<BGSActorCellEvent>, // 4C8
0 commit comments