Quantum 3 3.0.5

Public Member Functions | List of all members
Quantum.QuantumStartUIMppmCommand Class Reference

The Quantum Multiplayer Play Mode command to join a session with the mini menu. More...

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

Public Member Functions

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...
 

Additional Inherited Members

- 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...
 

Detailed Description

The Quantum Multiplayer Play Mode command to join a session with the mini menu.

Member Function Documentation

◆ ExecuteAsync()

override System.Threading.Tasks.Task Quantum.QuantumStartUIMppmCommand.ExecuteAsync ( )
inlinevirtual

Find the mini menu object and execute the command on it.

Reimplemented from Quantum.QuantumMppmCommand.