mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:29:50 +00:00
Return the value from GuiPoll
This commit is contained in:
@@ -156,7 +156,7 @@ public:
|
||||
*
|
||||
* @return next message, or the value 'undefined' if the queue is empty
|
||||
*/
|
||||
void GuiPoll(const ScriptRequest& rq, JS::MutableHandleValue ret);
|
||||
JS::Value GuiPoll(const ScriptRequest& rq);
|
||||
|
||||
/**
|
||||
* Add a message to the queue, to be read by GuiPoll.
|
||||
|
||||
Reference in New Issue
Block a user