Expose CloseDialog
This commit is contained in:
parent
0909e12d62
commit
e2e9e76709
2 changed files with 2 additions and 0 deletions
|
|
@ -761,3 +761,4 @@ DEFINE_FIELD(FStrifeDialogueReply, LogString);
|
|||
DEFINE_FIELD(FStrifeDialogueReply, NextNode);
|
||||
DEFINE_FIELD(FStrifeDialogueReply, LogNumber);
|
||||
DEFINE_FIELD(FStrifeDialogueReply, NeedsGold);
|
||||
DEFINE_FIELD(FStrifeDialogueReply, CloseDialog);
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ struct StrifeDialogueReply native version("2.4")
|
|||
native int NextNode; // index into StrifeDialogues
|
||||
native int LogNumber;
|
||||
native bool NeedsGold;
|
||||
native bool CloseDialog;
|
||||
|
||||
native bool ShouldSkipReply(PlayerInfo player);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue