MCPcopy Create free account
hub / github.com/WallBreaker2/op / OpFindNearestPos

Function OpFindNearestPos

libop/c_api/op_c_api.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230const wchar_t *OP_CALL OpFindNearestPos(op_handle handle, const wchar_t *all_pos, int type, int x, int y) {
231 return call_string(handle, [&](op::Op &op, std::wstring &ret) {
232 op.FindNearestPos(safe_text(all_pos), type, x, y, ret);
233 });
234}
235
236// Window and process
237

Callers

nothing calls this directly

Calls 3

call_stringFunction · 0.85
safe_textFunction · 0.85
FindNearestPosMethod · 0.45

Tested by

no test coverage detected