# Set Dialog RTT Channel

Grammar — Set dialog to use Render To Texture channel channel
FlagsNative | Action

Sets the render-to-texture channel for the specified dialog.

# Arguments

  • int [ dialog ] — Dialog
  • int — Channel

Returns — void

native void DialogSetChannel(int dialog, int channel);

Category: Dialog / Dialog Tools

# Examples

— None found —