granatier
bonus.cpp
Go to the documentation of this file.
24 Bonus::Bonus(qreal p_x, qreal p_y, Arena* p_arena, Granatier::Bonus::Type bonusType) : Element(p_x, p_y, p_arena)
Definition: granatierglobals.h:95
This class describes the common characteristics and behaviour of any game Element (character or item)...
Definition: element.h:32
void doActionOnCollision(Player *p_player)
Computes an action on a collision with the Player.
Definition: bonus.cpp:37
Bonus(qreal p_x, qreal p_y, Arena *p_arena, Granatier::Bonus::Type bonusType)
Creates a new Bonus instance.
Definition: bonus.cpp:24
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.