| 1619 | return 1; |
| 1620 | } |
| 1621 | static int UpdateSound(lua_State* L)LNOEXCEPT |
| 1622 | { |
| 1623 | // 否决的方法 |
| 1624 | return 0; |
| 1625 | } |
| 1626 | static int SetSEVolume(lua_State* L)LNOEXCEPT |
| 1627 | { |
| 1628 | float x = static_cast<float>(luaL_checknumber(L, 1)); |
nothing calls this directly
no outgoing calls
no test coverage detected