GE Lua Documentation

Press F to search!

hotkey

Definition


-- @/lua/ge/extensions/core/camera.lua:1205

local function hotkey(player, hotkeyid, modifier)
  return proxy_PID(player, 'hotkey', hotkeyid, modifier)
end

Callers

@/lua/ge/extensions/core/cameraModes/relative.lua

function C:hotkey(hotkey, modifier)
  if not self.focused then return end