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

Function IsInstanceValid

engine/script/src/script.cpp:726–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724 }
725
726 bool IsInstanceValid(lua_State* L)
727 {
728 return IsValidInstance(L);
729 }
730
731 lua_State* GetMainThread(lua_State* L)
732 {

Callers 10

TEST_FFunction · 0.85
TestSetInstanceContextFunction · 0.85
TestGetInstanceContextFunction · 0.85
SetupCallbackFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
LoadCompleteFunction · 0.85
LoadCompleteFunction · 0.85

Calls 1

IsValidInstanceFunction · 0.85

Tested by 7

TEST_FFunction · 0.68
TestSetInstanceContextFunction · 0.68
TestGetInstanceContextFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68