Quantum 3 3.0.5

Public Attributes | List of all members
Quantum.QuantumStartUIMppmConnectCommand Class Reference

Ask the menu to start. More...

Inheritance diagram for Quantum.QuantumStartUIMppmConnectCommand:
Quantum.QuantumStartUIMppmCommand Quantum.QuantumMppmCommand

Public Attributes

string Region
 The region to connect to. More...
 
string RoomName
 The session/room name to join. More...
 
- Public Attributes inherited from Quantum.QuantumMppmCommand
virtual bool NeedsAck => false
 Does the main instance need to wait for an ack? More...
 
virtual string PersistentKey => null
 If the command is persistent (i.e. needs to be executed on each domain reload), this key is used to store it. More...
 

Additional Inherited Members

- Public Member Functions inherited from Quantum.QuantumStartUIMppmCommand
override System.Threading.Tasks.Task ExecuteAsync ()
 Find the mini menu object and execute the command on it. More...
 
- Public Member Functions inherited from Quantum.QuantumMppmCommand
virtual void Execute ()
 Execute the command on a virtual instance. Executes synchronously. More...
 

Detailed Description

Ask the menu to start.

Member Data Documentation

◆ Region

string Quantum.QuantumStartUIMppmConnectCommand.Region

The region to connect to.

◆ RoomName

string Quantum.QuantumStartUIMppmConnectCommand.RoomName

The session/room name to join.