Oolite 1.91.0.7668-250429-8542c40
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OOExhaustPlumeEntity(OOJavaScriptExtensions) Category Reference

#include <OOJSExhaustPlume.h>

Instance Methods

(void) - getJSClass:andPrototype:
 
(NSString *) - oo_jsClassName
 
(BOOL) - isVisibleToScripts
 

Detailed Description

Definition at line 34 of file OOJSExhaustPlume.h.

Method Documentation

◆ getJSClass:andPrototype:

- (void) getJSClass: (JSClass **) outClass
andPrototype: (JSObject **) outPrototype 

Extends class OOExhaustPlumeEntity.

Definition at line 117 of file OOJSExhaustPlume.m.

117 :(JSClass **)outClass andPrototype:(JSObject **)outPrototype
118{
119 *outClass = &sExhaustPlumeClass;
120 *outPrototype = sExhaustPlumePrototype;
121}
static JSClass sExhaustPlumeClass
static JSObject * sExhaustPlumePrototype

References sExhaustPlumeClass, and sExhaustPlumePrototype.

◆ isVisibleToScripts

- (BOOL) isVisibleToScripts

Extends class OOExhaustPlumeEntity.

Definition at line 129 of file OOJSExhaustPlume.m.

130{
131 return YES;
132}

References isVisibleToScripts.

Referenced by isVisibleToScripts.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ oo_jsClassName

- (NSString *) oo_jsClassName

Extends class OOExhaustPlumeEntity.

Definition at line 124 of file OOJSExhaustPlume.m.

125{
126 return @"ExhaustPlume";
127}

References oo_jsClassName.

Referenced by oo_jsClassName.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this category was generated from the following files: