Revision Difference
Data.Lobby.SetGameServer#523075
<member type="method" namespace="Steamworks.Data" parent="Lobby" name="SetGameServer">
<member category="class" type="method" namespace="Steamworks.Data" parent="Lobby" name="SetGameServer">
<args>
<arg name="steamServer" type="SteamId"></arg>
</args>
<return type="void"></return>
<summary>[SteamID variant]
Allows the owner to set the game server associated with the lobby. Triggers the
Steammatchmaking.OnLobbyGameCreated event.</summary>
</member>
<member type="method" namespace="Steamworks.Data" parent="Lobby" name="SetGameServer">
<member category="class" type="method" namespace="Steamworks.Data" parent="Lobby" name="SetGameServer">
<args>
<arg name="ip" type="string"></arg>
<arg name="port" type="ushort"></arg>
</args>
<return type="void"></return>
<summary>[IP/Port variant]
Allows the owner to set the game server associated with the lobby. Triggers the
Steammatchmaking.OnLobbyGameCreated event.</summary>
</member>