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

Function ReadSinTableDataVersion01

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

Source from the content-addressed store, hash-verified

140
141
142int ReadSinTableDataVersion01(lua_State* L)
143{
144 return ReadSerializedTable(L, TABLE_SIN_V1_DAT, TABLE_SIN_V1_DAT_SIZE, sin, 2);
145}
146
147TEST_F(LuaTableTest, VerifyCosTable01)
148{

Callers

nothing calls this directly

Calls 1

ReadSerializedTableFunction · 0.85

Tested by

no test coverage detected