# Destroy All Dialog Items

Grammar — Destroy all items for dialog
FlagsNative | Action

Destroys all dialog items within the specified dialog.

# Arguments

  • int [ dialog ] — Dialog

Returns — void

native void DialogControlDestroyAll(int dialog);

Category: Dialog / Dialog Item Tools

# Examples

— None found —