ICombatLookup.GetTeamId method
Last-known team id for an entity from the AttrTeamId (id=194) attribute on the combat wire. Returns 0 when the entity is solo, has never been observed, or is out-of-AOI. Two entities with the same non-zero team id are teammates. The cleanest way to identify in-AOI party members — does not require decoding the GrpcTeamNtf service.
public long GetTeamId(EntityId entityId)See Also
Section titled “See Also”- struct EntityId
- interface ICombatLookup
- namespace Stellar.Abstractions.Services