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

Function ReadUnsupportedVersion

engine/script/src/test/test_script_table.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96static int ReadUnsupportedVersion(lua_State* L)
97{
98 dmScript::PushTable(L, (const char*)TABLE_V818192_DAT, TABLE_V818192_DAT_SIZE);
99 return 1;
100}
101
102
103// The v0.0 tables were generated with dense keys.

Callers

nothing calls this directly

Calls 1

PushTableFunction · 0.85

Tested by

no test coverage detected