Unstable v0.19.5.0
This commit is contained in:
@@ -114,9 +114,9 @@ namespace Steamworks
|
||||
|
||||
public struct FriendGameInfo
|
||||
{
|
||||
internal ulong GameID; // m_gameID class CGameID
|
||||
internal uint GameIP; // m_unGameIP uint32
|
||||
internal ulong SteamIDLobby; // m_steamIDLobby class CSteamID
|
||||
public ulong GameID; // m_gameID class CGameID
|
||||
public uint GameIP; // m_unGameIP uint32
|
||||
public ulong SteamIDLobby; // m_steamIDLobby class CSteamID
|
||||
|
||||
public int ConnectionPort;
|
||||
public int QueryPort;
|
||||
|
||||
@@ -153,13 +153,13 @@ namespace Steamworks.Data
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Refreshes metadata for a lobby you're not necessarily in right now
|
||||
/// you never do this for lobbies you're a member of, only if your
|
||||
/// this will send down all the metadata associated with a lobby
|
||||
/// this is an asynchronous call
|
||||
/// returns false if the local user is not connected to the Steam servers
|
||||
/// results will be returned by a LobbyDataUpdate_t callback
|
||||
/// if the specified lobby doesn't exist, LobbyDataUpdate_t::m_bSuccess will be set to false
|
||||
/// Refreshes metadata for a lobby you're not necessarily in right now.
|
||||
/// You never do this for lobbies you're a member of, only if your
|
||||
/// this will send down all the metadata associated with a lobby.
|
||||
/// This is an asynchronous call.
|
||||
/// Returns false if the local user is not connected to the Steam servers.
|
||||
/// Results will be returned by a LobbyDataUpdate_t callback.
|
||||
/// If the specified lobby doesn't exist, LobbyDataUpdate_t::m_bSuccess will be set to false.
|
||||
/// </summary>
|
||||
public bool Refresh()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user