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

Function TestScriptGetUniqueScriptId

engine/script/src/test/test_script_lua.cpp:263–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263static int TestScriptGetUniqueScriptId(lua_State* L)
264{
265 TestDummy* inst = (TestDummy*)lua_touserdata(L, 1);
266 lua_pushinteger(L, (lua_Integer)inst->m_UniqueScriptId);
267 return 1;
268}
269
270static int TestToString(lua_State* L)
271{

Callers

nothing calls this directly

Calls 2

lua_touserdataFunction · 0.85
lua_pushintegerFunction · 0.85

Tested by

no test coverage detected