Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.apex-services.site/llms.txt

Use this file to discover all available pages before exploring further.

Source: apex-container-opening/hooks.lua (unencrypted).

Server hooks

Called on successful container open. Wire your pause-menu / quest system.
function Hooks.OnQuestProgress(source, questKey, progress)
    exports['biergarten-pausemenu']:updateQuestProgress(source, questKey, progress)
end
Called when a container is opened and the police-alert roll succeeds. Wire to your dispatch.
Default true. Wire to e.g. return GlobalState.canDoIllegalStuff.
Default lib.logger.

Client hooks

Default lib.notify.
Default lib.showTextUI.
Default lib.hideTextUI.