Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EQEmu/EQEmu
/ FailTask
Method
FailTask
zone/lua_client.cpp:1397–1400 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1395
}
1396
1397
void Lua_Client::FailTask(int task) {
1398
Lua_Safe_Call_Void();
1399
self->FailTask(task);
1400
}
1401
1402
bool Lua_Client::IsTaskCompleted(int task_id) {
1403
Lua_Safe_Call_Bool();
Callers
3
failtask
Method · 0.45
Perl_Client_FailTask
Function · 0.45
HandleMessage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected