Skip to content

ViewControllerList

Class Documentation

Edit documentation

A filterable group of view controllers inside a client state's UI content set (linked from ViewControllerSet). If Filter evaluates false, the loader skips the whole list. An absent Filter loads unconditionally - the loader checks Filter for null before evaluating it.

Each ViewControllers path becomes a bin chunk named <statename>.<lastsegment>.bin - e.g. ClientStates/Gameplay/UX/LoL/Skins/SettSkin66ViewController loads gameplay.settskin66viewcontroller.bin. The loader resolves the controller object inside by the hash of the full lowercased path.

Properties

ViewControllers

List2<String> = []
Edit documentation

Paths of the view controllers to load, e.g. ClientStates/Gameplay/UX/LoL/Skins/SettSkin66ViewController.

Referenced by 1 class · 1 property