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

Instance Methods

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

Detailed Description

Definition at line 213 of file OOJSStation.m.

Method Documentation

◆ getJSClass:andPrototype:

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

Extends class StationEntity.

Definition at line 1113 of file OOJSStation.m.

215 :(JSClass **)outClass andPrototype:(JSObject **)outPrototype
216{
217 *outClass = &sStationClass;
218 *outPrototype = sStationPrototype;
219}
static JSClass sStationClass
Definition OOJSStation.m:69
static JSObject * sStationPrototype
Definition OOJSStation.m:40

References count, StationEntity::generateShipyard, JSStationGetStationEntity(), StationEntity::localShipyard, MIN, nil, OOJS_ARGV, OOJS_NATIVE_ENTER, OOJS_NATIVE_EXIT, OOJS_RETURN_BOOL, OOJS_RETURN_VOID, OOJS_THIS, OOJSReportBadArguments(), OOJSReportWarningForCaller(), and PLAYER.

+ Here is the call graph for this function:

◆ oo_jsClassName

- (NSString *) oo_jsClassName
implementation

Extends class StationEntity.

Definition at line 1113 of file OOJSStation.m.

223{
224 return @"Station";
225}

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