| 428 | uint32_t m_Size; |
| 429 | char* m_Buffer; |
| 430 | static void CheckDDF(lua_State* L, Test* test) |
| 431 | { |
| 432 | test->m_Size = dmScript::CheckDDF(L, TestScript::Uint64Msg::m_DDFDescriptor, test->m_Buffer, sizeof(TestScript::Uint64Msg), -1); |
| 433 | } |
| 434 | |
| 435 | static int TestString(lua_State* L) |
| 436 | { |
nothing calls this directly
no test coverage detected