Class:Aperture_Is
Extends: adventurejs.Tangible_Is
Defined in: adventure/assets/tangibles/things/Aperture_Is.js, line 5
Private Constructor:
var foo = new adventurejs.Aperture_Is(game_name, name)
Parameters:
-
game_name
String
Name of top level game instance that is scoped to window. -
name
String
Instance name.
- Index
- Methods
- Properties
Index
Methods:
- Inherited from Atom getClassInheritance
- Inherited from Atom hasClass
- Inherited from Atom set
Properties:
Methods Collapse all |
getClassInheritance() → {Array}
Defined in: adventure/Atom.js, line 150
Inherited from: adventurejs.Atom#getClassInheritance
Returns:
Array
hasClass(prop) → {Boolean}
Defined in: adventure/Atom.js, line 130
Inherited from: adventurejs.Atom#hasClass
Parameters:
-
prop
String
Name of the class to test for.
Returns:
Boolean
set(props) → {Object}
Defined in: adventure/Atom.js, line 118
Inherited from: adventurejs.Atom#set
Parameters:
-
props
Object
A generic object containing properties to copy to the Object instance.
Returns:
Object
Returns the instance the method is called on (useful for chaining calls.)
Properties |
game :Getter
Defined in: adventure/Atom.js, line 109
Inherited from: adventurejs.Atom#game
this.game
.
Name :String
Defined in: adventure/Atom.js, line 96
Inherited from: adventurejs.Atom#Name