Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gibt zurück, ob die Hotkeys aktuell aktiviert oder deaktiviert sind.
exports['jaksam_inventory']:areHotkeysEnabled()
-- Prüfen, ob Hotkeys aktiviert sind local enabled = exports['jaksam_inventory']:areHotkeysEnabled() if enabled then print('Hotkeys are enabled') else print('Hotkeys are disabled') end -- Hotkeys umschalten local currentState = exports['jaksam_inventory']:areHotkeysEnabled() exports['jaksam_inventory']:setHotkeysEnabled(not currentState)
enabled
Verwandte Themen