MCPcopy 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
1397void Lua_Client::FailTask(int task) {
1398 Lua_Safe_Call_Void();
1399 self->FailTask(task);
1400}
1401
1402bool Lua_Client::IsTaskCompleted(int task_id) {
1403 Lua_Safe_Call_Bool();

Callers 3

failtaskMethod · 0.45
Perl_Client_FailTaskFunction · 0.45
HandleMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected