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

Function ScriptGetURL

engine/gameobject/src/gameobject/gameobject_script.cpp:194–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 static int ScriptGetURL(lua_State* L)
195 {
196 dmMessage::URL url;
197 dmMessage::ResetURL(&url);
198 dmScript::PushURL(L, url);
199 return 1;
200 }
201
202 static int ScriptResolvePath(lua_State* L)
203 {

Callers

nothing calls this directly

Calls 2

ResetURLFunction · 0.85
PushURLFunction · 0.85

Tested by

no test coverage detected