Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
WormholeEntity(OOJavaScriptExtensions) Category Reference

#include <OOJSWormhole.h>

Instance Methods

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

Detailed Description

Definition at line 35 of file OOJSWormhole.h.

Method Documentation

◆ getJSClass:andPrototype:

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

Extends class WormholeEntity.

Definition at line 179 of file OOJSWormhole.m.

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

References JSWormholeGetWormholeEntity(), nil, OOJS_NATIVE_ENTER, OOJS_NATIVE_EXIT, OOJSReportBadPropertySelector(), OOJSReportBadPropertyValue(), and sWormholeProperties.

+ Here is the call graph for this function:

◆ isVisibleToScripts

- (BOOL) isVisibleToScripts

Extends class WormholeEntity.

Definition at line 179 of file OOJSWormhole.m.

134{
135 return YES;
136}

◆ oo_jsClassName

- (NSString *) oo_jsClassName

Extends class WormholeEntity.

Definition at line 179 of file OOJSWormhole.m.

129{
130 return @"Wormhole";
131}

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