Oolite 1.91.0.7644-241112-7f5034b
|
#include <OOJSWaypoint.h>
Instance Methods | |
(void) | - getJSClass:andPrototype: |
(NSString *) | - oo_jsClassName |
(BOOL) | - isVisibleToScripts |
Definition at line 36 of file OOJSWaypoint.h.
- (void) getJSClass: | (JSClass **) | outClass | |
andPrototype: | (JSObject **) | outPrototype |
Extends class OOWaypointEntity.
Definition at line 187 of file OOJSWaypoint.m.
References JSValueToQuaternion(), JSWaypointGetWaypointEntity(), kWaypoint_beaconCode, kWaypoint_beaconLabel, kWaypoint_orientation, kWaypoint_size, nil, OOJS_NATIVE_ENTER, OOJS_NATIVE_EXIT, OOJSReportBadPropertySelector(), OOJSReportBadPropertyValue(), OOStringFromJSValue(), PLAYER, OOWaypointEntity::setBeaconCode:, OOWaypointEntity::setBeaconLabel:, Entity::setNormalOrientation:, OOWaypointEntity::setSize:, and sWaypointProperties.
- (BOOL) isVisibleToScripts |
Extends class OOWaypointEntity.
Definition at line 187 of file OOJSWaypoint.m.
- (NSString *) oo_jsClassName |
Extends class OOWaypointEntity.
Definition at line 187 of file OOJSWaypoint.m.