ICombatLookup.GetSkillLevels method
Last-known equipped skill loadout for an entity, decoded from the combat wire’s AttrSkillLevelIdList attribute (EAttrType=116). Broadcast per-entity for every player in AOI. Returns an empty list when the entity has never reported its loadout. Each entry carries skill id, current level, and tier; callers identify Battle Imagines by checking the skill’s SlotPositionId against the skill table.
public IReadOnlyList<SkillLevel> GetSkillLevels(EntityId entityId)See Also
Section titled “See Also”- struct SkillLevel
- struct EntityId
- interface ICombatLookup
- namespace Stellar.Abstractions.Services