tiagolr / dconsole

Haxe game-like console that provides runtime acess to methods, variables and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide objects acess like in cocos2d.

tiagolr opened this issue · comments

Allows user to acess functions or variables from objects doing:

call object.function()

or

set object.field value

.......

If possible enable multiple depth like:

set object.getObject2().field value

.......

Objects are registered to their own Array, visualized in console calling 'objs', probably may not be monitored (at least in a first phase).