![]() |
Orbiter MMU
FINAL(?) API
Universal-ish MMU add-on for the Orbiter spaceflight simulator.
|
#include <oMMU_Data.h>
Public Member Functions | |
| int | GetID () const |
Public Attributes | |
| bool | isOpen |
| AirlockType | type |
| VECTOR3 | position |
| VECTOR3 | rotation |
| VECTOR3 | direction |
| double | radius |
| int | associatedDockingPort |
Protected Attributes | |
| int | ID |
|
inline |
| int oMMU_API::Airlock::associatedDockingPort |
| VECTOR3 oMMU_API::Airlock::direction |
|
protected |
| bool oMMU_API::Airlock::isOpen |
| VECTOR3 oMMU_API::Airlock::position |
| double oMMU_API::Airlock::radius |
| VECTOR3 oMMU_API::Airlock::rotation |
| AirlockType oMMU_API::Airlock::type |