MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / UpdateSound

Method UpdateSound

LuaSTGPlus/LuaWrapper.cpp:1621–1625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected