Oolite 1.91.0.7644-241112-7f5034b
|
import <Foundation/Foundation.h>
#include <jsapi.h>
Go to the source code of this file.
Functions | |
void | InitOOJSPlayerShip (JSContext *context, JSObject *global) |
JSClass * | JSPlayerShipClass (void) |
JSObject * | JSPlayerShipPrototype (void) |
JSObject * | JSPlayerShipObject (void) |
void InitOOJSPlayerShip | ( | JSContext * | context, |
JSObject * | global ) |
Definition at line 281 of file OOJSPlayerShip.m.
References JSPlayerObject(), JSShipClass(), JSShipPrototype(), OOConsumeReference(), OOJS_PROP_READONLY, OOJSBasicPrivateObjectConverter(), OOJSRegisterObjectConverter(), OOJSRegisterSubclass(), OOJSUnconstructableConstruct(), PlayerEntity::setJSSelf:context:, PlayerEntity::sharedPlayer, sPlayerShipClass, sPlayerShipMethods, sPlayerShipObject, sPlayerShipProperties, and sPlayerShipPrototype.
JSClass * JSPlayerShipClass | ( | void | ) |
Definition at line 297 of file OOJSPlayerShip.m.
References sPlayerShipClass.
JSObject * JSPlayerShipObject | ( | void | ) |
Definition at line 309 of file OOJSPlayerShip.m.
References sPlayerShipObject.
Referenced by InitOOJSManifest().
JSObject * JSPlayerShipPrototype | ( | void | ) |
Definition at line 303 of file OOJSPlayerShip.m.
References sPlayerShipPrototype.