# Dialog Item Is Full Dialog

GrammardialogItem is using the full dialog layout for player
FlagsNative | Function

Returns true if the specified dialog item is ignoring any size and position set, and instead is using the full size and position of the parent dialog.

# Arguments

  • int [ control ] — Dialog Item
  • int — Player

Returns — bool

native bool DialogControlIsFullDialog(
	int control,
	int player,
);

Category: Dialog / Dialog Item Size And Position

# Examples

— None found —