Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Functions | |
bool | print (JSContext *cx, uint argc, JS::Value *vp) |
bool | logmsg (JSContext *cx, uint argc, JS::Value *vp) |
bool | warn (JSContext *cx, uint argc, JS::Value *vp) |
bool | error (JSContext *cx, uint argc, JS::Value *vp) |
JS::Value | deepcopy (const ScriptRequest &rq, JS::HandleValue val) |
JS::Value | deepfreeze (const ScriptInterface &scriptInterface, JS::HandleValue val) |
void | ProfileStart (const std::string ®ionName) |
void | ProfileStop () |
void | ProfileAttribute (const std::string &attr) |
static double | generate_uniform_real (boost::rand48 &rng, double min, double max) |
Variables | |
JSClassOps | global_classops |
JSClass | global_class |
JS::Value anonymous_namespace{ScriptInterface.cpp}::deepcopy | ( | const ScriptRequest & | rq, |
JS::HandleValue | val | ||
) |
JS::Value anonymous_namespace{ScriptInterface.cpp}::deepfreeze | ( | const ScriptInterface & | scriptInterface, |
JS::HandleValue | val | ||
) |
bool anonymous_namespace{ScriptInterface.cpp}::error | ( | JSContext * | cx, |
uint | argc, | ||
JS::Value * | vp | ||
) |
|
static |
bool anonymous_namespace{ScriptInterface.cpp}::logmsg | ( | JSContext * | cx, |
uint | argc, | ||
JS::Value * | vp | ||
) |
bool anonymous_namespace{ScriptInterface.cpp}::print | ( | JSContext * | cx, |
uint | argc, | ||
JS::Value * | vp | ||
) |
void anonymous_namespace{ScriptInterface.cpp}::ProfileAttribute | ( | const std::string & | attr | ) |
void anonymous_namespace{ScriptInterface.cpp}::ProfileStart | ( | const std::string & | regionName | ) |
void anonymous_namespace{ScriptInterface.cpp}::ProfileStop | ( | ) |
bool anonymous_namespace{ScriptInterface.cpp}::warn | ( | JSContext * | cx, |
uint | argc, | ||
JS::Value * | vp | ||
) |
JSClass anonymous_namespace{ScriptInterface.cpp}::global_class |
JSClassOps anonymous_namespace{ScriptInterface.cpp}::global_classops |