GE Lua Documentation

Press F to search!

getCustomDetailsButtons

Definition


-- @/lua/ge/extensions/ui/freeroamSelector/general.lua:574

function M.getCustomDetailsButtons()
  return customDetailsButtons
end

Callers

@/lua/ge/extensions/ui/gameplaySelector/tileGenerators/levelTiles.lua
    extensions.hook("onFreeroamSelectorGetDetails", data, level, spawnPointObjectName, buttonInstance, backend)
    local customButtons = backend.getCustomDetailsButtons()
    if customButtons and next(customButtons) then