1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
local defaultVisitorAccessTitleSection = self : AcquireSection ( self : GetStyle ( "defaultAccessTopSection" ) )
defaultVisitorAccessTitleSection : AddLine ( GetString ( "SI_HOUSEPERMISSIONDEFAULTACCESSSETTING" , defaultAccess ) , self : GetStyle ( "defaultAccessTitle" ) )
defaultVisitorAccessBodySection : AddLine ( GetString ( "SI_HOUSEPERMISSIONDEFAULTACCESSSETTING_DESCRIPTION" , defaultAccess ) )
end
if linkText == "" then
-- zo_parseUnsignedInteger will parse out the integer house id from some malformed links
-- as opposed to tonumber which would fail and return nil.
if houseId then
end
end
footerSection : AddKeybindLine ( actionName or "UI_SHORTCUT_SECONDARY" , SI_GAMEPAD_HOUSING_LINK_TOOLTIP_DESCRIPTION , self : GetStyle ( "flavorText" ) )
end |