MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / MaaControllerWait

Function MaaControllerWait

source/Common/MaaController.cpp:334–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334MaaStatus MaaControllerWait(const MaaController* ctrl, MaaCtrlId id)
335{
336 // LogFunc << VAR_VOIDP(ctrl) << VAR(id);
337
338 if (!ctrl) {
339 LogError << "handle is null";
340 return MaaStatus_Invalid;
341 }
342
343 return ctrl->wait(id);
344}
345
346MaaBool MaaControllerConnected(const MaaController* ctrl)
347{

Callers 9

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
waitMethod · 0.85
save_screenshotFunction · 0.85
mainFunction · 0.85
runMaaTestFunction · 0.85
pipeline_smokingFunction · 0.85
run_without_fileFunction · 0.85

Calls 1

waitMethod · 0.65

Tested by 2

save_screenshotFunction · 0.68
mainFunction · 0.68