Pause event?
Posted: Fri Sep 26, 2014 12:13 am
Is there an event handler hook in js called when Oolite is paused and unpaused? I want to silence a sound when paused and v.v.
Thanks.
ed. hmm, no replies so I assume there is no pause event handler. Can I make a formal request for a Game State handler to be added? Something such as:
this.playerWillPauseGame = function(){}
and
this.playerWillResumeGame = function(){}
Thanks.
ed. hmm, no replies so I assume there is no pause event handler. Can I make a formal request for a Game State handler to be added? Something such as:
this.playerWillPauseGame = function(){}
and
this.playerWillResumeGame = function(){}