|
Oolite 1.91.0.7712-251017-85ce217
|
import "OOWaypointEntity.h"import "Entity.h"import "OOCollectionExtractors.h"import "OOStringExpander.h"import "Universe.h"import "PlayerEntity.h"import "OOPolygonSprite.h"import "OOOpenGL.h"import "OOMacroOpenGL.h"Go to the source code of this file.
Macros | |
| #define | OOWAYPOINT_KEY_POSITION @"position" |
| #define | OOWAYPOINT_KEY_ORIENTATION @"orientation" |
| #define | OOWAYPOINT_KEY_SIZE @"size" |
| #define | OOWAYPOINT_KEY_CODE @"beaconCode" |
| #define | OOWAYPOINT_KEY_LABEL @"beaconLabel" |
| #define OOWAYPOINT_KEY_CODE @"beaconCode" |
Definition at line 38 of file OOWaypointEntity.m.
| #define OOWAYPOINT_KEY_LABEL @"beaconLabel" |
Definition at line 39 of file OOWaypointEntity.m.
| #define OOWAYPOINT_KEY_ORIENTATION @"orientation" |
Definition at line 36 of file OOWaypointEntity.m.
| #define OOWAYPOINT_KEY_POSITION @"position" |
Definition at line 35 of file OOWaypointEntity.m.
| #define OOWAYPOINT_KEY_SIZE @"size" |
Definition at line 37 of file OOWaypointEntity.m.