Oolite 1.91.0.7644-241112-7f5034b
|
import <Foundation/Foundation.h>
#include <jsapi.h>
Go to the source code of this file.
Functions | |
void | InitOOJSShip (JSContext *context, JSObject *global) |
JSClass * | JSShipClass (void) |
JSObject * | JSShipPrototype (void) |
void InitOOJSShip | ( | JSContext * | context, |
JSObject * | global ) |
Definition at line 587 of file OOJSShip.m.
References JSEntityClass(), JSEntityPrototype(), OOJSBasicPrivateObjectConverter(), OOJSRegisterObjectConverter(), OOJSRegisterSubclass(), OOJSUnconstructableConstruct(), sShipClass, sShipMethods, sShipProperties, sShipPrototype, and sShipStaticMethods.
JSClass * JSShipClass | ( | void | ) |
Definition at line 595 of file OOJSShip.m.
References sShipClass.
Referenced by InitOOJSDock(), InitOOJSPlayerShip(), and InitOOJSStation().
JSObject * JSShipPrototype | ( | void | ) |
Definition at line 601 of file OOJSShip.m.
References sShipPrototype.
Referenced by InitOOJSDock(), InitOOJSPlayerShip(), and InitOOJSStation().