GE Lua Documentation

Press F to search!

getButtonActiveById

Definition


-- @/lua/ge/extensions/core/recoveryPrompt.lua:517

local function getButtonActiveById(id)
  if not buttonOptions[id] then log("W","","Tried to get enable for button, but the id couldnt be found: " .. dumps(id)) return end
  return buttonOptions[id].active
end

Callers