diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-10-13 13:47:55 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-10-13 13:47:55 +0200 |
commit | d8d2f35e9dd354fba14f8d6512e818d18d2066c2 (patch) | |
tree | 159374402a90eb8a6b15e5a4bef2ea2d854985fa /source/Bindings.cpp | |
parent | Seventh round of fixes (diff) | |
download | cuberite-d8d2f35e9dd354fba14f8d6512e818d18d2066c2.tar cuberite-d8d2f35e9dd354fba14f8d6512e818d18d2066c2.tar.gz cuberite-d8d2f35e9dd354fba14f8d6512e818d18d2066c2.tar.bz2 cuberite-d8d2f35e9dd354fba14f8d6512e818d18d2066c2.tar.lz cuberite-d8d2f35e9dd354fba14f8d6512e818d18d2066c2.tar.xz cuberite-d8d2f35e9dd354fba14f8d6512e818d18d2066c2.tar.zst cuberite-d8d2f35e9dd354fba14f8d6512e818d18d2066c2.zip |
Diffstat (limited to 'source/Bindings.cpp')
-rw-r--r-- | source/Bindings.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/Bindings.cpp b/source/Bindings.cpp index a08985144..ae2082511 100644 --- a/source/Bindings.cpp +++ b/source/Bindings.cpp @@ -29494,11 +29494,6 @@ TOLUA_API int tolua_AllToLua_open (lua_State* tolua_S) tolua_constant(tolua_S,"etBoat",cEntity::etBoat); tolua_constant(tolua_S,"etTNT",cEntity::etTNT); tolua_constant(tolua_S,"etProjectile",cEntity::etProjectile); - tolua_constant(tolua_S,"etMob",cEntity::etMob); - tolua_constant(tolua_S,"eEntityType_Entity",cEntity::eEntityType_Entity); - tolua_constant(tolua_S,"eEntityType_Player",cEntity::eEntityType_Player); - tolua_constant(tolua_S,"eEntityType_Pickup",cEntity::eEntityType_Pickup); - tolua_constant(tolua_S,"eEntityType_Mob",cEntity::eEntityType_Mob); tolua_function(tolua_S,"GetEntityType",tolua_AllToLua_cEntity_GetEntityType00); tolua_function(tolua_S,"IsPlayer",tolua_AllToLua_cEntity_IsPlayer00); tolua_function(tolua_S,"IsPickup",tolua_AllToLua_cEntity_IsPickup00); |