mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
enhanced-projectile
This commit is contained in:
parent
d78f5bc4e9
commit
c32c9557ab
2 changed files with 15 additions and 3 deletions
|
|
@ -24,6 +24,7 @@
|
|||
// Arcane-FX for MIT Licensed Open Source version of Torque 3D from GarageGames
|
||||
// Copyright (C) 2015 Faust Logic, Inc.
|
||||
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
|
||||
|
||||
#ifndef _PROJECTILE_H_
|
||||
#define _PROJECTILE_H_
|
||||
|
||||
|
|
@ -286,6 +287,10 @@ protected:
|
|||
Point3F mExplosionPosition;
|
||||
Point3F mExplosionNormal;
|
||||
U32 mCollideHitType;
|
||||
public:
|
||||
bool ignoreSourceTimeout;
|
||||
U32 dynamicCollisionMask;
|
||||
U32 staticCollisionMask;
|
||||
};
|
||||
|
||||
#endif // _PROJECTILE_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue