Oolite 1.91.0.7659-250410-0031890
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
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 148 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 sDockClass, and sDockPrototype.

◆ oo_jsClassName

- (NSString *) oo_jsClassName
implementation

Extends class DockEntity.

Definition at line 155 of file OOJSDock.m.

156{
157 return @"Dock";
158}

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 file: