Skip to content

queuesize()

Warning

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

Syntax

queuesize(<Queue ID>);

Warning

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

== Description == queuesize returns the amount of entries in specific QueueID == Example == .@id = [queue]; mes queuesize(.@id); //Returns 0 [queueadd]; mes queuesize(.@id); //Returns 1