|
Oolite 1.91.0.7712-251017-85ce217
|
#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 121 of file OOJSWaypoint.m.
References sWaypointClass, and sWaypointPrototype.
| - (BOOL) isVisibleToScripts |
Extends class OOWaypointEntity.
Definition at line 133 of file OOJSWaypoint.m.
References isVisibleToScripts.
Referenced by isVisibleToScripts.
| - (NSString *) oo_jsClassName |
Extends class OOWaypointEntity.
Definition at line 128 of file OOJSWaypoint.m.
References oo_jsClassName.
Referenced by oo_jsClassName.