Skip to main content
Actions are sequential Lua arrays. Give every action and child a unique, namespaced ID.

Register an action on the normal wheel

External top-level registrations are removed automatically if their owner resource stops. Registrations live in client memory, so integrations should register again after FzD Action Wheel restarts.

Nested menus

Menus support up to five levels including the root.

Action outcome priority

If multiple outcomes are supplied, FzD uses this order:
  1. clientEvent
  2. serverEvent
  3. command
  4. Generic fzd_actionwheel:selected event when no explicit outcome exists
Non-empty children take precedence over all outcomes.