MessageBox Methods |
Name | Description | |
---|---|---|
![]() ![]() | ShowMsgBox(String, String, String, Nullable<Vector2>,Entity[], Action) |
Show a message box with just "OK".
|
![]() ![]() | ShowMsgBox(String, String,MessageBox.MsgBoxOption[],Entity[], Nullable<Vector2>, Action, Entity) |
Show a message box with custom buttons and callbacks.
|