Skip to content

queueopt()

Warning

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

Syntax

queueopt(<queue_id>, <optionType>, {Optional <option val>});

Warning

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

== Description == Modifies 's . When

Currently 3 options are available: HQO_OnDeath (1), HQO_OnLogout (2), HQO_OnMapChange (3)

Note: The constant names are not final and may change.

== Example == queueopt(.@queue_id,0,"MyNPC::MyOnQueueMemberDeathEventName"); [[Category:Incomplete]]