Skip to content

queuedel()

Warning

This page may contain outdated information, incompatible with the current version of Hercules and its coding standards.

Syntax

queuedel(<queue_id>);

Warning

The rest of this document hasn't been converted to Markdown yet.

== Description == Deletes queue of id. Script returns 1 if was not found, if was found and deleted, it returns 0. == Example == if (queuedel(.@queueid)){ [[mes]] "Queue was not deleted"; }