hasFriend method

bool hasFriend(
  1. CSteamId steamIdFriend,
  2. int iFriendFlags
)

Implementation

bool hasFriend(
  CSteamId steamIdFriend,
  int iFriendFlags,
) =>
    _hasFriend.call(
      this,
      steamIdFriend,
      iFriendFlags,
    );