34 #ifndef _InvaderEnemyShooter_H__ 35 #define _InvaderEnemyShooter_H__ 49 virtual void tick(
float dt)
override;
50 virtual void damage(
float damage,
float healthdamage,
float shielddamage,
Pawn* originator,
const btCollisionShape* cs)
override;
Everything in Orxonox that has a health attribute is a Pawn.
Definition: Pawn.h:56
Definition: InvaderEnemy.h:43
Timer shootTimer
Definition: InvaderEnemyShooter.h:53
Declaration of the Timer class, used to call functions after a given time-interval.
#define _InvaderExport
Definition: InvaderPrereqs.h:60
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Definition: InvaderEnemyShooter.h:44
Shared library macros, enums, constants and forward declarations for the Invader module ...
Timer is a helper class that executes a function after a given amount of seconds in game-time...
Definition: Timer.h:105
Declaration of the InvaderEnemy class.