mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-28 07:35:55 +03:00
Added SteamServer.LogOff()
This commit is contained in:
parent
c69b817d62
commit
c93fe0ca11
@ -273,6 +273,14 @@ public static void LogOnAnonymous()
|
|||||||
ForceHeartbeat();
|
ForceHeartbeat();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Log onto Steam anonymously.
|
||||||
|
/// </summary>
|
||||||
|
public static void LogOff()
|
||||||
|
{
|
||||||
|
Internal.LogOff();
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns true if the server is connected and registered with the Steam master server
|
/// Returns true if the server is connected and registered with the Steam master server
|
||||||
/// You should have called LogOnAnonymous etc on startup.
|
/// You should have called LogOnAnonymous etc on startup.
|
||||||
|
Loading…
Reference in New Issue
Block a user