Otclient  14/8/2020
ParticleManager Class Reference

#include <particlemanager.h>

Public Member Functions

bool importParticle (std::string file)
 
ParticleEffectPtr createEffect (const std::string &name)
 
void terminate ()
 
void poll ()
 
ParticleTypePtr getParticleType (std::string name)
 
ParticleEffectTypePtr getParticleEffectType (std::string name)
 
const std::map< std::string, ParticleTypePtr > & getParticleTypes ()
 
const std::map< std::string, ParticleEffectTypePtr > & getEffectsTypes ()
 

Detailed Description

Definition at line 30 of file particlemanager.h.

Member Function Documentation

◆ createEffect()

ParticleEffectPtr ParticleManager::createEffect ( const std::string &  name)

Definition at line 54 of file particlemanager.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getEffectsTypes()

const std::map<std::string, ParticleEffectTypePtr>& ParticleManager::getEffectsTypes ( )
inline

Definition at line 43 of file particlemanager.h.

Here is the caller graph for this function:

◆ getParticleEffectType()

ParticleEffectTypePtr ParticleManager::getParticleEffectType ( std::string  name)
inline

Definition at line 40 of file particlemanager.h.

◆ getParticleType()

ParticleTypePtr ParticleManager::getParticleType ( std::string  name)
inline

Definition at line 39 of file particlemanager.h.

Here is the caller graph for this function:

◆ getParticleTypes()

const std::map<std::string, ParticleTypePtr>& ParticleManager::getParticleTypes ( )
inline

Definition at line 42 of file particlemanager.h.

◆ importParticle()

bool ParticleManager::importParticle ( std::string  file)

Definition at line 29 of file particlemanager.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ poll()

void ParticleManager::poll ( )

Definition at line 74 of file particlemanager.cpp.

Here is the caller graph for this function:

◆ terminate()

void ParticleManager::terminate ( )

Definition at line 67 of file particlemanager.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: