Source: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.
apex-idle-cam/hooks.lua (unencrypted). Client-only.
Hooks.IsIdleCamEnabled()
Hooks.IsIdleCamEnabled()
Default
true. Hook into a per-user HUD toggle.Hooks.IsCharIdleCamEnabled()
Hooks.IsCharIdleCamEnabled()
Default mirrors
Hooks.IsIdleCamEnabled. Per-character toggle.Hooks.IsInCharCreator()
Hooks.IsInCharCreator()
Default
false. Return true to suppress idle cam during character creation.Hooks.IsInNoclip()
Hooks.IsInNoclip()
Default
false. Wire to apex-aduty or your noclip resource.Hooks.OnIdleStateChanged(isIdleNow)
Hooks.OnIdleStateChanged(isIdleNow)
Default no-op. Use to hide/show your HUD or radio indicator.
Hooks.ShowHintNotification(message)
Hooks.ShowHintNotification(message)
Default — first-time hint via
ESX.ShowNotification / lib.notify (only if Config.ShowHintNotification is true).