Quantum 3
        
        
            3.0.9
        
    The base class for callbacks adds an id to the callback. More...
  
Public Member Functions | |
| CallbackBase (int id) | |
| Create the callback with an id.  More... | |
| CallbackBase (int id, IDeterministicGame game) | |
| Creates a callback with an id and a game.  More... | |
Public Attributes | |
| readonly int | ID | 
| The callback id.  More... | |
Properties | |
| IDeterministicGame | Game [get, set] | 
| The game that the callback is dispatched to.  More... | |
  Properties inherited from Quantum.IDispatchable | |
| IDeterministicGame | Game [get] | 
| The game that the callback or event is dispatched to.  More... | |
The base class for callbacks adds an id to the callback.
      
  | 
  inline | 
Create the callback with an id.
| id | Callback id | 
      
  | 
  inline | 
Creates a callback with an id and a game.
| id | Callback id | 
| game | Game reference | 
| readonly int Quantum.CallbackBase.ID | 
The callback id.
      
  | 
  getset | 
The game that the callback is dispatched to.