bUpdateUserData method

bool bUpdateUserData(
  1. CSteamId steamIdUser,
  2. Pointer<Utf8> playerName,
  3. int uScore
)

Implementation

bool bUpdateUserData(
  CSteamId steamIdUser,
  Pointer<Utf8> playerName,
  int uScore,
) =>
    _bUpdateUserData.call(
      this,
      steamIdUser,
      playerName,
      uScore,
    );