MCPcopy Create free account
hub / github.com/defold/defold / meth_settimeout

Function meth_settimeout

engine/script/src/luasocket/udp.c:338–341  ·  view source on GitHub ↗

-------------------------------------------------------------------------*\ * Just call tm methods \*-------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

336* Just call tm methods
337\*-------------------------------------------------------------------------*/
338static int meth_settimeout(lua_State *L) {
339 p_udp udp = (p_udp) auxiliar_checkgroup(L, "udp{any}", 1);
340 return timeout_meth_settimeout(L, &udp->tm);
341}
342
343/*-------------------------------------------------------------------------*\
344* Turns a master udp object into a client object.

Callers

nothing calls this directly

Calls 2

auxiliar_checkgroupFunction · 0.85
timeout_meth_settimeoutFunction · 0.85

Tested by

no test coverage detected