Back to Home
ESO Function Data v101044
ZO_RemoveFirstElementFromNumericallyIndexedTable()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/utility/zo_tableutils.lua:286
--
function ZO_RemoveFirstElementFromNumericallyIndexedTable(t, element)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/crafting/gamepad/consolidatedsmithingsets_gamepad.lua:535
--
ZO_RemoveFirstElementFromNumericallyIndexedTable(self.selectedItems, itemInfo)
libraries/zo_dialog/zo_listdialog.lua:231
--
ZO_RemoveFirstElementFromNumericallyIndexedTable(self.selectedItems, data)
libraries/zo_scenegraph/zo_scenegraphnode.lua:387
--
ZO_RemoveFirstElementFromNumericallyIndexedTable(self.children, child)
libraries/zo_scenegraph/zo_scenegraphnode.lua:428
--
ZO_RemoveFirstElementFromNumericallyIndexedTable(self.composites, compositeControl)
libraries/zo_scenegraph/zo_scenegraphnode.lua:448
--
ZO_RemoveFirstElementFromNumericallyIndexedTable(self.textures, textureControl)
libraries/zo_visualeffects/zo_basevisualeffect.lua:55
--
ZO_RemoveFirstElementFromNumericallyIndexedTable(self.controls, control)