Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Go to the source code of this file.
Namespaces | |
namespace | ScriptException |
Functions | |
bool | ScriptException::IsPending (const ScriptRequest &rq) |
bool | ScriptException::CatchPending (const ScriptRequest &rq) |
Log and then clear the current pending exception. More... | |
void | ScriptException::Raise (const ScriptRequest &rq, const char *format,...) |
Raise a JS exception from C++ code. More... | |