inviteUserToGame method

bool inviteUserToGame(
  1. CSteamId steamIdFriend,
  2. Pointer<Utf8> connectString
)

Implementation

bool inviteUserToGame(
  CSteamId steamIdFriend,
  Pointer<Utf8> connectString,
) =>
    _inviteUserToGame.call(
      this,
      steamIdFriend,
      connectString,
    );