var ScriptLoader = { worker: 0, isWait: false, readyQueue: [], callback: [], timer: null, wait: function () { if (!this._isComplateTask()) { this.isWa... ...
分类:
Web程序 时间:
2018-11-28 12:34:33
阅读次数:
215
void ScriptLoader::handleSourceAttribute(const String& sourceUrl)
{
if (ignoresLoadRequest() || sourceUrl.isEmpty())
return;
bool ScriptLoader::ignoresLoadRequest() const
{
VLOG(0)"Sc...
分类:
其他好文 时间:
2015-01-30 09:13:45
阅读次数:
146
这个是TRINTIY端的GM相关的代码。。可以作为参考使用,仅仅是一个载入命令 diff -r
3d55d9aa1fa9 -r 0dadcdc551ce src/server/game/Scripting/ScriptLoader.cpp ---
a/src/server/game/Scriptin...
分类:
其他好文 时间:
2014-05-27 16:18:25
阅读次数:
329