|
Oolite
|
Include dependency graph for OOJSEquipmentInfo.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | InitOOJSEquipmentInfo (JSContext *context, JSObject *global) |
| OOEquipmentType * | JSValueToEquipmentType (JSContext *context, jsval value) |
| NSString * | JSValueToEquipmentKey (JSContext *context, jsval value) |
| NSString * | JSValueToEquipmentKeyRelaxed (JSContext *context, jsval value, BOOL *outExists) |
| void InitOOJSEquipmentInfo | ( | JSContext * | context, |
| JSObject * | global | ||
| ) |
Definition at line 179 of file OOJSEquipmentInfo.m.
References OOJSBasicPrivateObjectConverter(), OOJSRegisterObjectConverter(), OOJSUnconstructableConstruct(), sEquipmentInfoClass, sEquipmentInfoMethods, sEquipmentInfoProperties, sEquipmentInfoPrototype, sEquipmentInfoStaticMethods, and sEquipmentInfoStaticProperties.
Here is the call graph for this function:| NSString * JSValueToEquipmentKey | ( | JSContext * | context, |
| jsval | value | ||
| ) |
Definition at line 208 of file OOJSEquipmentInfo.m.
Referenced by PlayerShipAwardEquipmentToCurrentPylon(), ShipEquipmentStatus(), and ShipRemoveEquipment().
Here is the caller graph for this function:| NSString * JSValueToEquipmentKeyRelaxed | ( | JSContext * | context, |
| jsval | value, | ||
| BOOL * | outExists | ||
| ) |
Definition at line 214 of file OOJSEquipmentInfo.m.
References OOEquipmentType::equipmentTypeWithIdentifier:, nil, OOJS_PROFILE_ENTER, OOJS_PROFILE_EXIT, and OOJSNativeObjectFromJSValue().
Referenced by PlayerShipSetProperty(), ShipCanAwardEquipment(), and ShipSetProperty().
Here is the call graph for this function:
Here is the caller graph for this function:| OOEquipmentType * JSValueToEquipmentType | ( | JSContext * | context, |
| jsval | value | ||
| ) |
Definition at line 187 of file OOJSEquipmentInfo.m.
References OOEquipmentType::equipmentTypeWithIdentifier:, nil, OOJS_PROFILE_ENTER, OOJS_PROFILE_EXIT, OOStringFromJSValue(), and sEquipmentInfoClass.
Referenced by ShipAwardEquipment(), and ShipSetEquipmentStatus().
Here is the call graph for this function:
Here is the caller graph for this function: