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

Function ToURL

engine/script/src/script_msg.cpp:590–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588 }
589
590 dmMessage::URL* ToURL(lua_State* L, int index)
591 {
592 return (dmMessage::URL*)dmScript::ToUserType(L, index, SCRIPT_URL_TYPE_HASH);
593 }
594
595 dmMessage::URL* CheckURL(lua_State* L, int index)
596 {

Callers

nothing calls this directly

Calls 1

ToUserTypeFunction · 0.85

Tested by

no test coverage detected