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

Function GetURL

engine/script/src/script_msg.cpp:600–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598 }
599
600 bool GetURL(lua_State* L, dmMessage::URL* out_url)
601 {
602 return GetURL(L, *out_url);
603 }
604
605 dmMessage::Result ResolveURL(lua_State* L, const char* url, dmMessage::URL* out_url, dmMessage::URL* default_url)
606 {

Callers 2

URL_newFunction · 0.70
ResolveURLFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected