|
Oolite
|
import <Foundation/Foundation.h>#include <jsapi.h>
Include dependency graph for OOJSShip.h:
This graph shows which files directly or indirectly include this file: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.
Here is the call graph for this function:| JSClass * JSShipClass | ( | void | ) |
Definition at line 595 of file OOJSShip.m.
References sShipClass.
Referenced by InitOOJSDock(), InitOOJSPlayerShip(), and InitOOJSStation().
Here is the caller graph for this function:| JSObject * JSShipPrototype | ( | void | ) |
Definition at line 601 of file OOJSShip.m.
References sShipPrototype.
Referenced by InitOOJSDock(), InitOOJSPlayerShip(), and InitOOJSStation().
Here is the caller graph for this function: