getProfileItemPropertyUint method

int getProfileItemPropertyUint(
  1. CSteamId steamId,
  2. ECommunityProfileItemType itemType,
  3. ECommunityProfileItemProperty prop
)

Implementation

int getProfileItemPropertyUint(
  CSteamId steamId,
  ECommunityProfileItemType itemType,
  ECommunityProfileItemProperty prop,
) =>
    _getProfileItemPropertyUint.call(
      this,
      steamId,
      itemType.value,
      prop.value,
    );