Otclient
14/8/2020
|
#include <particleemitter.h>
Public Member Functions | |
ParticleEmitter () | |
void | load (const OTMLNodePtr &node) |
void | update (float elapsedTime, const ParticleSystemPtr &system) |
bool | hasFinished () |
Public Member Functions inherited from stdext::shared_object | |
shared_object () | |
virtual | ~shared_object () |
void | add_ref () |
void | dec_ref () |
refcount_t | ref_count () |
template<typename T > | |
stdext::shared_object_ptr< T > | static_self_cast () |
template<typename T > | |
stdext::shared_object_ptr< T > | dynamic_self_cast () |
template<typename T > | |
stdext::shared_object_ptr< T > | const_self_cast () |
Definition at line 32 of file particleemitter.h.
ParticleEmitter::ParticleEmitter | ( | ) |
Definition at line 30 of file particleemitter.cpp.
|
inline |
Definition at line 41 of file particleemitter.h.
void ParticleEmitter::load | ( | const OTMLNodePtr & | node | ) |
void ParticleEmitter::update | ( | float | elapsedTime, |
const ParticleSystemPtr & | system | ||
) |