IPlayerStats.TryGetAttribute method
Returns the latest sampled value for attrId, or null if the ID is not subscribed or the player isn’t loaded. Value type is long regardless of storage size — the probe handles int/long memoization internally.
public long? TryGetAttribute(int attrId)See Also
Section titled “See Also”- interface IPlayerStats
- namespace Stellar.Abstractions.Services