We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238e264 commit 0709aaaCopy full SHA for 0709aaa
1 file changed
include/RE/P/PlayerCharacter.h
@@ -66,6 +66,13 @@ namespace RE
66
class PerkEntryUpdatedEvent;
67
}
68
69
+ inline 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