|
Oolite
|
import <Foundation/Foundation.h>#include <jsapi.h>
Include dependency graph for OOJSPlayerShip.h:
This graph shows which files directly or indirectly include this file: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.
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| JSObject * JSPlayerShipPrototype | ( | void | ) |
Definition at line 303 of file OOJSPlayerShip.m.
References sPlayerShipPrototype.