| GameLiftManagerLobbyManagerAddPotentialSession Method |
Adds a potential game session to the available session screen as a button to select and thus join with
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private void AddPotentialSession(
GameLiftManagerGameSessionObject _foundSession
)
Private Sub AddPotentialSession (
_foundSession As GameLiftManagerGameSessionObject
)
private:
void AddPotentialSession(
GameLiftManagerGameSessionObject^ _foundSession
)
private member AddPotentialSession :
_foundSession : GameLiftManagerGameSessionObject -> unit
Parameters
- _foundSession
- Type: ASLGameLiftManagerGameSessionObject
A found session
See Also