Oolite 1.91.0.7668-250429-8542c40
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OOWaypointEntity(OOJavaScriptExtensions) Category Reference

#include <OOJSWaypoint.h>

Instance Methods

(void) - getJSClass:andPrototype:
 
(NSString *) - oo_jsClassName
 
(BOOL) - isVisibleToScripts
 

Detailed Description

Definition at line 36 of file OOJSWaypoint.h.

Method Documentation

◆ getJSClass:andPrototype:

- (void) getJSClass: (JSClass **) outClass
andPrototype: (JSObject **) outPrototype 

Extends class OOWaypointEntity.

Definition at line 121 of file OOJSWaypoint.m.

121 :(JSClass **)outClass andPrototype:(JSObject **)outPrototype
122{
123 *outClass = &sWaypointClass;
124 *outPrototype = sWaypointPrototype;
125}
static JSObject * sWaypointPrototype
static JSClass sWaypointClass

References sWaypointClass, and sWaypointPrototype.

◆ isVisibleToScripts

- (BOOL) isVisibleToScripts

Extends class OOWaypointEntity.

Definition at line 133 of file OOJSWaypoint.m.

134{
135 return YES;
136}

References isVisibleToScripts.

Referenced by isVisibleToScripts.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ oo_jsClassName

- (NSString *) oo_jsClassName

Extends class OOWaypointEntity.

Definition at line 128 of file OOJSWaypoint.m.

129{
130 return @"Waypoint";
131}

References oo_jsClassName.

Referenced by oo_jsClassName.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this category was generated from the following files: