# Dialog Is Fullscreen

Grammardialog is fullscreen
FlagsNative | Function

Returns true if the specified dialog is set to always be sized to the entire screen.

# Arguments

  • int [ dialog ] — Dialog

Returns — bool

native bool DialogIsFullscreen(int dialog);

Category: Dialog / Dialog Size And Position

# Examples

— None found —