File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1791,9 +1791,9 @@ declare module Phaser {
17911791 destroy ( destroyChildren ?: boolean , soft ?: boolean ) : void ;
17921792 divideAll ( property : string , amount : number , checkAlive ?: boolean , checkVisible ?: boolean ) : void ;
17931793 forEach ( callback : Function , callbackContext : any , checkExists ?: boolean , ...args : any [ ] ) : void ;
1794- forEachAlive ( callback : Function , callbackContext : any , ...args : any [ ] ) : void ;
1795- forEachDead ( callback : Function , callbackContext : any , ...args : any [ ] ) : void ;
1796- forEachExists ( callback : Function , callbackContext : any ) : void ;
1794+ forEachAlive ( callback : Function , callbackContext ? : any , ...args : any [ ] ) : void ;
1795+ forEachDead ( callback : Function , callbackContext ? : any , ...args : any [ ] ) : void ;
1796+ forEachExists ( callback : Function , callbackContext ? : any ) : void ;
17971797 filter ( predicate : Function , checkExists ?: boolean ) : ArraySet ;
17981798 getAt ( index : number ) : PIXI . DisplayObject | number ;
17991799 getBottom ( ) : any ;
You can’t perform that action at this time.
0 commit comments