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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 |
-- Base (For collections and reconstruction) --
ZO_GAMEPAD_ITEM_SET_COLLECTION_PIECE_GRID_ENTRY_DIMENSIONS = 87
ZO_ItemSetsBook_Gamepad_Base = ZO_Object . MultiSubclass ( ZO_ItemSetsBook_Shared , ZO_Gamepad_ParametricList_Screen )
end
local ACTIVATE_ON_SHOW = true
ZO_Gamepad_ParametricList_Screen . Initialize ( self , control , ZO_GAMEPAD_HEADER_TABBAR_DONT_CREATE , ACTIVATE_ON_SHOW )
end
control : SetText ( zo_strformat ( SI_GAMEPAD_INVENTORY_CAPACITY_FORMAT , GetNumBagUsedSlots ( BAG_BACKPACK ) , GetBagSize ( BAG_BACKPACK ) ) )
return true
end
local currencyType = CURT_CHAOTIC_CREATIA
local IS_ENOUGH = false
local CURRENCY_OPTIONS =
{
}
ZO_CurrencyControl_SetSimpleCurrency ( control , currencyType , currentBalance , ZO_GAMEPAD_CURRENCY_OPTIONS_LONG_FORMAT , CURRENCY_SHOW_ALL , IS_ENOUGH , CURRENCY_OPTIONS )
return true
end
local IS_PLURAL = false
{
data2HeaderText = currencyName ,
}
end
end
end
if statusControl == nil then
return
end
data . isMarkedNew = not data . isEmptyCell and data : IsNew ( ) -- So we don't need to keep calling into C to run the check
end
end
if previousData and previousData . isMarkedNew then
end
if newData and not newData . isEmptyCell then
local HIDE_TRAIT = true
GAMEPAD_TOOLTIPS : LayoutItemSetCollectionPieceLink ( GAMEPAD_RIGHT_TOOLTIP , newData : GetItemLink ( ) , HIDE_TRAIT )
end
end
if not parentCategoryData then
if not parentCategoryData then
end
end
-- Add the category entries
for subcategoryIndex , subcategoryData in parentCategoryData : SubcategoryIterator ( self . categoryFilters ) do
end
subcategoryListDescriptor . lastParentCategoryData = parentCategoryData
end
if internalassert ( itemSetCollectionCategoryData : IsTopLevel ( ) , "Attempting to select a subcategory with the SelectTopLevelCategory function" ) then
local index = self . categoryListDescriptor . list : GetIndexForData ( "ZO_GamepadItemEntryTemplate" , itemSetCollectionCategoryData )
if index then
-- Not found, so reset to top
end
end
end
if internalassert ( itemSetCollectionCategoryData : IsSubcategory ( ) , "Attempting to select a top level category with the SelectSubcategory function" ) then
local index = self . subcategoryListDescriptor . list : GetIndexForData ( "ZO_GamepadItemEntryTemplate" , itemSetCollectionCategoryData )
if index then
-- Not found, so reset to top
end
end
end
do
local parentCategoryData = nil
local subcategoryData = nil
if itemSetCollectionCategoryData then
if parentCategoryData then
subcategoryData = itemSetCollectionCategoryData
else
parentCategoryData = itemSetCollectionCategoryData
end
end
return parentCategoryData , subcategoryData
end
-- Select the given category/subcategory in the lists, but don't change which list is being viewed
local parentCategoryData , subcategoryData = GetTopLevelCategoryAndSubcategory ( itemSetCollectionCategoryData )
if parentCategoryData then
end
if subcategoryData then
end
end
-- Opens up the provided category, or the current category if no itemSetCollectionCategoryData is provided.
local parentCategoryData , subcategoryData = GetTopLevelCategoryAndSubcategory ( itemSetCollectionCategoryData )
if itemSetCollectionCategoryData then
else
end
if not subcategoryData then
-- SelectCategory only builds the subcategory list if it's attempting to select a specific subcategory
end
else
-- There are no subcategories, so simply show the category view with the category selected
end
end
end
end
end
return
end
end
if listDescriptor then
end
end
end
end
end
end
end
end
end
end
end
else
end
end
-- Begin ZO_ItemSetsBook_Shared Overrides --
end
{
isCategoriesDescriptor = true ,
}
{
-- The title text will be updated to the name of the collections category
isCategoriesDescriptor = true ,
}
end
else
end
end
end
local HIDE_CALLBACK = nil
local RESET_CONTROL_FUNC = nil
local HEADER_HEIGHT = 70
local SPACING_X = 6
gridListPanelList : SetGridEntryTemplate ( "ZO_ItemSetCollectionPiece_GridEntry_Template_Gamepad" , ZO_GAMEPAD_ITEM_SET_COLLECTION_PIECE_GRID_ENTRY_DIMENSIONS , ZO_GAMEPAD_ITEM_SET_COLLECTION_PIECE_GRID_ENTRY_DIMENSIONS , ItemSetCollectionPieceGridEntrySetup , HIDE_CALLBACK , RESET_CONTROL_FUNC , SPACING_X , ZO_GRID_SCROLL_LIST_DEFAULT_SPACING_GAMEPAD )
end
gridListPanelList : SetHeaderTemplate ( "ZO_ItemSetsBook_Entry_Header_Gamepad" , HEADER_HEIGHT , HeaderSetup )
gridListPanelList : SetOnSelectedDataChangedCallback ( function ( previousData , newData ) self : OnGridListSelectedDataChanged ( previousData , newData ) end )
local ALWAYS_ANIMATE = true
if newState == SCENE_FRAGMENT_SHOWING then
end
end )
end
end
return false
end
end
return nil
end
end
end
-- Do not call this directly, instead call self.categoriesRefreshGroup:MarkDirty("List")
for _ , topLevelCategoryData in ITEM_SET_COLLECTIONS_DATA_MANAGER : TopLevelItemSetCollectionCategoryIterator ( self . categoryFilters ) do
end
end
end
end
-- Do not call this directly, instead call self.categoriesRefreshGroup:MarkDirty("Visible")
end
-- End ZO_ItemSetsBook_Shared Overrides --
-- Begin ZO_Gamepad_ParametricList_Screen Overrides --
local FILTERS_KEYBIND =
{
local selectedItemSetCollectionPieceData = nil
selectedItemSetCollectionPieceData = selectedData
end
ZO_Dialogs_ShowGamepadDialog ( "GAMEPAD_ITEM_SETS_BOOK_OPTIONS_DIALOG" , { selectedItemSetCollectionPieceData = selectedItemSetCollectionPieceData } )
end ,
}
-- Category Keybind
{
alignment = KEYBIND_STRIP_ALIGN_LEFT ,
-- Select Category
{
else
end
end ,
-- A category won't exist if it doesn't have subcategories or collections
return categoryData ~= nil
end
return false
end ,
} ,
FILTERS_KEYBIND ,
}
ZO_Gamepad_AddBackNavigationKeybindDescriptors ( self . categoryKeybindStripDescriptor , GAME_NAVIGATION_TYPE_BUTTON )
-- Subcategory Keybind
{
alignment = KEYBIND_STRIP_ALIGN_LEFT ,
-- Select Subcategory
{
end ,
return categoryData ~= nil
end ,
} ,
FILTERS_KEYBIND ,
}
ZO_Gamepad_AddBackNavigationKeybindDescriptors ( self . subcategoryKeybindStripDescriptor , GAME_NAVIGATION_TYPE_BUTTON , function ( )
end )
-- Grid Keybind
{
alignment = KEYBIND_STRIP_ALIGN_LEFT ,
FILTERS_KEYBIND ,
{
end ,
end ,
end ,
} ,
}
ZO_Gamepad_AddBackNavigationKeybindDescriptors ( self . gridKeybindStripDescriptor , GAME_NAVIGATION_TYPE_BUTTON , function ( ) self : ExitGridList ( ) end )
end
-- Must be overridden
end
end
end
end
elseif targetData : IsTopLevel ( ) and self : IsViewingSubcategories ( ) and not self . subcategoryListDescriptor . lastParentCategoryData : Equals ( targetData ) then
-- We're viewing the subcategory list but the selected category changed, so we should move back to the category list
end
end
end
local function CategoryEntrySetup ( control , data , selected , reselectingDuringRebuild , enabled , active )
end
end
end
list : AddDataTemplate ( "ZO_GamepadMenuEntryTemplate" , CategoryEntrySetup , ZO_GamepadMenuEntryTemplateParametricListFunction , ZO_ItemSetCollectionCategoryData . Equals )
list : AddDataTemplateWithHeader ( "ZO_GamepadMenuEntryTemplate" , CategoryEntrySetup , ZO_GamepadMenuEntryTemplateParametricListFunction , nil , "ZO_GamepadMenuEntryHeaderTemplate" , ZO_ItemSetCollectionCategoryData . Equals )
end
-- End ZO_Gamepad_ParametricList_Screen Overrides --
-- ItemSetsBook (Collections) --
end
end
-- Begin ZO_ItemSetsBook_Shared Overrides --
return "gamepadItemSetsBook"
end
return false
end
-- End ZO_ItemSetsBook_Shared Overrides --
-- Begin ZO_ItemSetsBook_Gamepad_Base Overrides --
return false
end
-- End ZO_ItemSetsBook_Gamepad_Base Overrides --
--[[Global functions]] --
------------------------
end
end |