IGameDataEquip.GetAttrLib method
Returns the attribute entries (with value ranges) for an attr-lib id, filtered to the row whose allow-part list contains equipPart (a lib id has one table row per slot-part group — an unfiltered merge mixes other slots’ ranges in; ZDPS-verified semantics). Empty list when unknown / not yet loaded.
public IReadOnlyList<EquipAttrRange> GetAttrLib(int attrLibId, int equipPart)See Also
Section titled “See Also”- struct EquipAttrRange
- interface IGameDataEquip
- namespace Stellar.Abstractions.Services