tiagolr / dconsole

Haxe game-like console that provides runtime acess to methods, variables and more.
MIT License
169 stars 16 forks source link

Add hxScript support #25

Closed tiagolr closed 10 years ago

tiagolr commented 10 years ago

This would make the console 1000x more useful, exposing registered objects and functions the user could do:

objects["object1"].x = 23 functions[ "myFunc" ]( argument 1, argument 2 ) obj1 = objects["object1"] obj1.x = 23

And so on using the console, think this is doable.

ianharrigan commented 10 years ago

+1000... :)

tiagolr commented 10 years ago

Done, coming soon.