#include <EventDeleteEffect.h>
Inherits EventDeleteObject.
Inheritance diagram for EventDeleteEffect:


Public Member Functions | |
| EventDeleteEffect (Texture *p_texture) | |
| Standard constructor. | |
| virtual | ~EventDeleteEffect () |
| Standard desstructor. | |
| virtual int | compute (Level *p_level) |
| Computes the logic for the event. | |
Definition at line 31 of file EventDeleteEffect.h.
| EventDeleteEffect::EventDeleteEffect | ( | Texture * | p_texture | ) |
Standard constructor.
| p_texture | Texture to delete. |
Definition at line 25 of file EventDeleteEffect.cpp.
| EventDeleteEffect::~EventDeleteEffect | ( | ) | [virtual] |
| int EventDeleteEffect::compute | ( | Level * | p_level | ) | [virtual] |
Computes the logic for the event.
| p_level | Pointer to the Level. |
Reimplemented from EventDeleteObject.
Definition at line 33 of file EventDeleteEffect.cpp.
References EventDeleteObject::compute(), Level::effects, and EventDeleteObject::texture.
Here is the call graph for this function:

1.5.2