-- @/lua/ge/extensions/ui/freeroamSelector/general.lua:574
function M.getCustomDetailsButtons()
return customDetailsButtons
end
extensions.hook("onFreeroamSelectorGetDetails", data, level, spawnPointObjectName, buttonInstance, backend)
local customButtons = backend.getCustomDetailsButtons()
if customButtons and next(customButtons) then