|
Oolite 1.91.0.7712-251017-85ce217
|
#include <Entity.h>
Instance Methods | |
| (NSComparisonResult) | - compareBeaconCodeWith: |
| (NSString *) | - beaconCode |
| (void) | - setBeaconCode: |
| (NSString *) | - beaconLabel |
| (void) | - setBeaconLabel: |
| (BOOL) | - isBeacon |
| (id< OOHUDBeaconIcon >) | - beaconDrawable |
| (Entity< OOBeaconEntity > *) | - prevBeacon |
| (Entity< OOBeaconEntity > *) | - nextBeacon |
| (void) | - setPrevBeacon: |
| (void) | - setNextBeacon: |
| (BOOL) | - isJammingScanning |
| - (NSString *) beaconCode |
Reimplemented in OOVisualEffectEntity, OOWaypointEntity, and ShipEntity.
References beaconCode.
Referenced by beaconCode.
| - (id< OOHUDBeaconIcon >) beaconDrawable |
Reimplemented in OOVisualEffectEntity, OOWaypointEntity, and ShipEntity.
References beaconDrawable.
Referenced by beaconDrawable.
| - (NSString *) beaconLabel |
Reimplemented in OOVisualEffectEntity, OOWaypointEntity, and ShipEntity.
References beaconLabel.
Referenced by beaconLabel.
| - (NSComparisonResult) compareBeaconCodeWith: | (Entity< OOBeaconEntity > *) | other |
Reimplemented in OOVisualEffectEntity, OOWaypointEntity, and ShipEntity.
| - (BOOL) isBeacon |
Reimplemented in OOVisualEffectEntity, OOWaypointEntity, and ShipEntity.
References isBeacon.
Referenced by isBeacon.
| - (BOOL) isJammingScanning |
Reimplemented in OOVisualEffectEntity, OOWaypointEntity, and ShipEntity.
References isJammingScanning.
Referenced by isJammingScanning.
| - (Entity< OOBeaconEntity > *) nextBeacon |
Reimplemented in OOVisualEffectEntity, OOWaypointEntity, and ShipEntity.
References nextBeacon.
Referenced by nextBeacon.
| - (Entity< OOBeaconEntity > *) prevBeacon |
Reimplemented in OOVisualEffectEntity, OOWaypointEntity, and ShipEntity.
References prevBeacon.
Referenced by prevBeacon.
| - (void) setBeaconCode: | (NSString *) | bcode |
Reimplemented in OOVisualEffectEntity, OOWaypointEntity, and ShipEntity.
| - (void) setBeaconLabel: | (NSString *) | blabel |
Reimplemented in OOVisualEffectEntity, OOWaypointEntity, and ShipEntity.
| - (void) setNextBeacon: | (Entity< OOBeaconEntity > *) | beaconShip |
Reimplemented in OOVisualEffectEntity, OOWaypointEntity, and ShipEntity.
| - (void) setPrevBeacon: | (Entity< OOBeaconEntity > *) | beaconShip |
Reimplemented in OOVisualEffectEntity, OOWaypointEntity, and ShipEntity.