Пример #1
0
int w_SoundData_getBits(lua_State *L)
{
	SoundData *t = luax_checksounddata(L, 1);
	lua_pushinteger(L, t->getBits());
	return 1;
}