Skip to content
Version 2.11.0
↓ Get the launcher

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)