Changeset 12281 for code/branches/OrxoBlox_FS19/src/modules/weapons
- Timestamp:
- Apr 4, 2019, 4:37:19 PM (6 years ago)
- Location:
- code/branches/OrxoBlox_FS19/src/modules/weapons
- Files:
-
- 6 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/weapons/munitions/CMakeLists.txt
r11108 r12281 9 9 SplitMunition.cc 10 10 MineMunition.cc 11 BallMunition.cc 11 12 ) -
code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BasicProjectile.h
r11108 r12281 117 117 118 118 protected: 119 bool processCollision(WorldEntity* otherObject, btManifoldPoint& contactPoint, const btCollisionShape* cs);119 virtual bool processCollision(WorldEntity* otherObject, btManifoldPoint& contactPoint, const btCollisionShape* cs); 120 120 void destroyCheck(void); 121 121 inline void setDestroyAfterCollision(bool destroyAfterCollision) -
code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/CMakeLists.txt
r12191 r12281 15 15 MineProjectile.cc 16 16 WagnisProjectile.cc 17 BallProjectile.cc 17 18 ) -
code/branches/OrxoBlox_FS19/src/modules/weapons/weaponmodes/CMakeLists.txt
r12191 r12281 14 14 MineGun.cc 15 15 WagnisGun.cc 16 BallGun.cc 16 17 )
Note: See TracChangeset
for help on using the changeset viewer.