|
IMS2
Pre-Alpha
An Orbiter add-on to allow on-runtime construction of spacecraft from predefined modules
|
Only fired in the first pre-step of a vessels existance. More...
Additional Inherited Members | |
Public Member Functions inherited from Event_Base | |
| Event_Base (EVENTTYPE _type, unsigned int _delay=0) | |
| EventHandler * | GetCaller () |
| Returns the EventHandler at which this event originated. | |
| virtual bool | operator== (Event_Base *e) |
| Compare whether two events are the same. More... | |
| virtual bool | operator!= (Event_Base *e) |
| virtual bool | operator== (EVENTTYPE type) |
| Allows to compare an event directly to an EVENTTYPE. More... | |
| EVENTPIPE | GetEventPipe () |
Protected Member Functions inherited from Event_Base | |
| virtual bool | sendMe () |
| Used to determine whether the event should be sent by the event generator. More... | |
Protected Attributes inherited from Event_Base | |
| unsigned int | delay |
| How many calls of ProcessEvents() on the event generator the event should be delayed. | |
| EventHandler * | caller |
| Stores the EventHandler at which the event originated. | |
| EVENTTYPE | eventtype |
| The type of this event. | |
| EVENTPIPE | pipe |
| The pipe the event travels in (unless it was relayed). This is set by the EventHandler itself. | |
Only fired in the first pre-step of a vessels existance.
Anybody having to do initialisations at sim-start that cannot be done previously should do so in reaction to this event.