| GameLiftManagerLobbyManagerSetQuickConnectFlag Method |
Changes the value of the QuickConnect flag
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private void SetQuickConnectFlag(
bool _value
)
Private Sub SetQuickConnectFlag (
_value As Boolean
)
private:
void SetQuickConnectFlag(
bool _value
)
private member SetQuickConnectFlag :
_value : bool -> unit
Parameters
- _value
- Type: SystemBoolean
the new value of that boolean
See Also