Readded get/setCategory and get/setMask

This commit is contained in:
bart@bart
2009-09-05 14:37:44 +02:00
parent 41a7c11f9f
commit 0b38be2b4c
6 changed files with 112 additions and 0 deletions
+7
View File
@@ -167,6 +167,13 @@ namespace box2d
* category (16-bits), mask (16-bits) and group (32-bits/int).
**/
void getFilterData(int * v);
int setCategory(lua_State * L);
int setMask(lua_State * L);
int getCategory(lua_State * L);
int getMask(lua_State * L);
uint16 getBits(lua_State * L);
int pushBits(lua_State * L, uint16 bits);
/**
* This function stores an in-C reference to