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

Instance Methods

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

Detailed Description

Definition at line 99 of file OOJSSun.m.

Method Documentation

◆ getJSClass:andPrototype:

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

Extends class OOSunEntity.

Definition at line 107 of file OOJSSun.m.

107 :(JSClass **)outClass andPrototype:(JSObject **)outPrototype
108{
109 *outClass = &sSunClass;
110 *outPrototype = sSunPrototype;
111}
static JSClass sSunClass
Definition OOJSSun.m:41
static JSObject * sSunPrototype
Definition OOJSSun.m:33

References sSunClass, and sSunPrototype.

◆ isVisibleToScripts

- (BOOL) isVisibleToScripts
implementation

Extends class OOSunEntity.

Definition at line 101 of file OOJSSun.m.

102{
103 return YES;
104}

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
implementation

Extends class OOSunEntity.

Definition at line 114 of file OOJSSun.m.

115{
116 return @"Sun";
117}

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 file: