ICombatLookup.GetFightPoint method
Last-known ability/combat score for an entity from the AttrFightPoint (id=10030) attribute on the combat wire (the “Ability Score” ZDPS shows). Returns 0 when never observed / out-of-AOI. Present per-entity for player (EntChar) entities in SyncNearEntities, so it’s available for the local player and visible party members alike.
public long GetFightPoint(EntityId entityId)See Also
Section titled “See Also”- struct EntityId
- interface ICombatLookup
- namespace Stellar.Abstractions.Services