IGameDataInventory.GetEquip method
Returns the equip-enchant-item row for id, or null if unknown.
v1 scope warning: on the current build this lookup is backed by Bokura.EquipEnchantItemTableBase (222 rows of enchant-item metadata). It does NOT return gear-piece info (helms, gloves, armour slots, etc.) — those rows live as items in GetItem with Equip / Module. Calling GetEquip(helmet_id) will return null. Recon for a separate gear-slot table is tracked for Phase 7 (ModuleOptimizer); this signature is preserved so the v2 source can be swapped in without a breaking change.
public EquipInfo? GetEquip(int id)See Also
Section titled “See Also”- struct EquipInfo
- interface IGameDataInventory
- namespace Stellar.Abstractions.Services