Normal
Well, the inner-workings depend on dialog. Yes/no dialog does not have "cancelled" status and because of this, yes/no always has to be returned.Also, GUIDialogWindow.cs has the similar code to yours and does this automatically. You don't have to do such things in your own code.
Well, the inner-workings depend on dialog. Yes/no dialog does not have "cancelled" status and because of this, yes/no always has to be returned.
Also, GUIDialogWindow.cs has the similar code to yours and does this automatically. You don't have to do such things in your own code.