Dash icon indicating copy to clipboard operation
Dash copied to clipboard

Change variables from console window

Open PxlBuzzard opened this issue 11 years ago • 1 comments

I imagine syntax like myObject.Position.x = 20. The console could be done in-game via Awesomium if that's what we pick for the UI, or it could be a command-line window seperate from the game.

Prereq: threading

PxlBuzzard avatar Feb 11 '14 18:02 PxlBuzzard

If we use Awesomium or similar we don't need threading, the issue is that readln() is blocking, so waiting for info would stop the rest of the engine from running.

ColdenCullen avatar Feb 11 '14 18:02 ColdenCullen