IGameDataEquip.GetEnchantItem method
Resolves a socketed gem from the wire’s (enchant_item_type_id, enchant_level) pair to its EnchantItemInfo (gem item id whose name carries the display level + flat effects). Null if unknown / not yet loaded.
public EnchantItemInfo? GetEnchantItem(int enchantTypeId, int enchantLevel)See Also
Section titled “See Also”- struct EnchantItemInfo
- interface IGameDataEquip
- namespace Stellar.Abstractions.Services