Class: Reactor
Defined in: adventure/Reactor.js, line 6
Reactor manages event listening for custom events, by creating a DOM element to do the listening, and then hooking into the element's DOM methods. Reactor is created automatically by Game. This is an internal class that authors should not need to construct or modify.
Private Constructor:
var foo = new adventurejs.Reactor(game)
Parameters:
-
game
Game
A reference to the game instance.
Index
Methods Collapse all |
Properties Collapse all |
Defined in: adventure/Reactor.js, line 49
Default value: {}
Defined in: adventure/Reactor.js, line 63
Default value: {}
Defined in: adventure/Reactor.js, line 27
Default value: {}
Defined in: adventure/Reactor.js, line 56
Default value: {}
Defined in: adventure/Reactor.js, line 34
Default value: {}