Ejemplo n.º 1
0
int w_Fixture_getFriction(lua_State *L)
{
	Fixture *t = luax_checkfixture(L, 1);
	lua_pushnumber(L, t->getFriction());
	return 1;
}