View Single Post
  #6  
Unread 03-06-2022, 01:44 PM
lunarwtr's Avatar
lunarwtr lunarwtr is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2011
Posts: 121
Looks like deviation from the LUA HTML documentation


Code:
            ["EquipmentSlot"] = {
                ["Constructor"] = { type = "function" },
                ["SetEquipmentSlot"] = { type = "function" },
                ["GetEquipmentSlot"] = { type = "function" }
            },
Equipment slot class has two undocumented methods.. and no longer has the enumeration fields. Those look to have been moved to the "Equipment" class.

EDIT: Didn't realize there are two EquipmentSlot classes in the documentation. Am referencing the wrong one. The Enum values did change though. Methods are in the Turbine.UI.Lotro.EquipmentSlot vs the Turbine.Gameplay.EquipmentSlot
__________________
Author of Lotro Compendium, Waypoint, and Lotro Plugin Compendium (LPC)

Last edited by lunarwtr : 03-06-2022 at 04:08 PM.
Reply With Quote