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

#include <OOJSFlasher.h>

Instance Methods

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

Detailed Description

Definition at line 34 of file OOJSFlasher.h.

Method Documentation

◆ getJSClass:andPrototype:

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

Extends class OOFlasherEntity.

Definition at line 128 of file OOJSFlasher.m.

128 :(JSClass **)outClass andPrototype:(JSObject **)outPrototype
129{
130 *outClass = &sFlasherClass;
131 *outPrototype = sFlasherPrototype;
132}
static JSObject * sFlasherPrototype
Definition OOJSFlasher.m:34
static JSClass sFlasherClass
Definition OOJSFlasher.m:45

References sFlasherClass, and sFlasherPrototype.

◆ isVisibleToScripts

- (BOOL) isVisibleToScripts

Extends class OOFlasherEntity.

Definition at line 140 of file OOJSFlasher.m.

141{
142 return YES;
143}

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 OOFlasherEntity.

Definition at line 135 of file OOJSFlasher.m.

136{
137 return @"Flasher";
138}

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: