The base class of Quantum callbacks. More...
Public Member Functions | |
CallbackBase (int id, QuantumGame game) | |
Constructor. More... | |
Public Member Functions inherited from Quantum.CallbackBase | |
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... | |
Static Public Member Functions | |
static Type | GetCallbackType (CallbackId id) |
Maps the const callback id CallbackId to a callback system type. More... | |
Properties | |
new QuantumGame | Game [get, set] |
The assigned game. More... | |
Properties inherited from Quantum.CallbackBase | |
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... | |
Additional Inherited Members | |
Public Attributes inherited from Quantum.CallbackBase | |
readonly int | ID |
The callback id. More... | |
The base class of Quantum callbacks.
|
inline |
Constructor.
id | The const callback id. |
game | The game that the callback is invoked for |
|
inlinestatic |
Maps the const callback id CallbackId to a callback system type.
id | Callback id |
ArgumentOutOfRangeException | Is raised when the id is not known |
|
getset |
The assigned game.