No documentation available yet. Click "Add documentation" to contribute!
LogicDriverConditionalElementsEntry
Class Documentation
Edit documentationA group of UI elements shown or hidden together by one bool driver, inside
a LogicDriverViewEntry. Entries nest: the
two unnamed lists (0xa5aef118, 0xa606adb5) hold child entries, so
element groups can form a condition tree.
A per-element meter is the typical use - in the shipped Soul Fighter Sett
overlay each grit pip is one entry, gated by a
FloatComparisonMaterialDriver against the current grit count.
Properties
No documentation available yet. Click "Add documentation" to contribute!
ConditionalElements
List2<Hash> = [] 15.14
Hashes of the UI elements this entry controls.
Elements
List<Hash> = []
Removed in 15.14
Legacy name of ConditionalElements.
Bool driver deciding whether the elements are visible.