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

Function IsURL

engine/script/src/script_msg.cpp:585–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583 }
584
585 bool IsURL(lua_State *L, int index)
586 {
587 return dmScript::GetUserType(L, index) == SCRIPT_URL_TYPE_HASH;
588 }
589
590 dmMessage::URL* ToURL(lua_State* L, int index)
591 {

Callers 8

Script_PropertyFunction · 0.85
GetPropertyTypeFunction · 0.85
ResolveURLFunction · 0.85
Types_IsUrlFunction · 0.85
DoCheckTableSizeFunction · 0.85
DoCheckTableFunction · 0.85
TEST_FFunction · 0.85
LuaSetFunction · 0.85

Calls 1

GetUserTypeFunction · 0.85

Tested by 1

TEST_FFunction · 0.68