# Set Dialog Offscreen

Grammar — Set dialog offscreen to offscreen
FlagsNative | Action

An offscreen dialog is not rendered normally and is instead used in conjuction with the render-to-texture feature.

# Arguments

  • int [ dialog ] — Dialog
  • bool — Offscreen

Returns — void

native void DialogSetOffscreen(
	int dialog,
	bool isOffscreen,
);

Category: Dialog / Dialog Tools

# Examples

— None found —