Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2017, 1:02:41 PM (6 years ago)
Author:
remartin
Message:

Fisch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AsteroidMining_HS17/src/modules/asteroidmining/AsteroidMinable.h

    r11640 r11646  
    4848
    4949        public:
    50             AsteroidMinable(Context* context);// This constructor is for XML access only!
    51             AsteroidMinable(Context* c, float size, Vector3 position, Vector3 velocity, bool dS);// Call this Constructor from other C-files.
     50            AsteroidMinable(Context* context);// @brief This constructor is for XML access only!
     51            AsteroidMinable(Context* c, float size, Vector3 position, Vector3 velocity, bool dS);// @brief Call this Constructor from other C-files.
    5252
    5353            virtual ~AsteroidMinable();
     
    5656            virtual void tick(float dt) override;
    5757
    58             // Overwrite to prevet 'self-collision' of generated stuff
     58            // @brief Overwrite to prevet 'self-collision' of generated stuff
    5959            virtual void hit(Pawn* originator, const Vector3& force, const btCollisionShape* cs, float damage, float healthdamage = 0.0f, float shielddamage = 0.0f);
    6060            virtual void hit(Pawn* originator, btManifoldPoint& contactpoint, const btCollisionShape* cs, float damage, float healthdamage = 0.0f, float shielddamage = 0.0f);
Note: See TracChangeset for help on using the changeset viewer.