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

Instance Methods

(void) - getJSClass:andPrototype: [implementation]
 
(NSString *) - oo_jsClassName [implementation]
 

Detailed Description

Definition at line 146 of file OOJSDock.m.

Method Documentation

◆ getJSClass:andPrototype:

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

Extends class DockEntity.

Definition at line 256 of file OOJSDock.m.

148 :(JSClass **)outClass andPrototype:(JSObject **)outPrototype
149{
150 *outClass = &sDockClass;
151 *outPrototype = sDockPrototype;
152}
static JSClass sDockClass
Definition OOJSDock.m:46
static JSObject * sDockPrototype
Definition OOJSDock.m:34

References JSDockGetDockEntity(), JSDockGetShipEntity(), MIN, nil, OOJS_ARGV, OOJS_NATIVE_ENTER, OOJS_NATIVE_EXIT, OOJS_RETURN_BOOL, OOJS_THIS, OOJSReportBadArguments(), and DockEntity::shipIsInDockingQueue:.

+ Here is the call graph for this function:

◆ oo_jsClassName

- (NSString *) oo_jsClassName
implementation

Extends class DockEntity.

Definition at line 256 of file OOJSDock.m.

156{
157 return @"Dock";
158}

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