getFriendSteamLevel method

int getFriendSteamLevel(
  1. CSteamId steamIdFriend
)

Implementation

int getFriendSteamLevel(
  CSteamId steamIdFriend,
) =>
    _getFriendSteamLevel.call(
      this,
      steamIdFriend,
    );