ScummVM API documentation
hpl::cParticleManager Class Reference
Inheritance diagram for hpl::cParticleManager:
hpl::iResourceManager

Public Member Functions

 cParticleManager (cGraphics *apGraphics, cResources *apResources)
 
iResourceBaseCreate (const tString &asName)
 
iParticleSystem2D * CreatePS2D (const tString &asName, cVector3f avSize)
 
cParticleSystem3DCreatePS3D (const tString &asName, const tString &asType, cVector3f avSize, const cMatrixf &a_mtxTransform)
 
void AddData3D (cParticleSystemData3D *apData)
 
void Preload (const tString &asFile)
 
void Destroy (iResourceBase *apResource)
 
void Unload (iResourceBase *apResource)
 
- Public Member Functions inherited from hpl::iResourceManager
 iResourceManager (cFileSearcher *apFileSearcher, LowLevelResources *apLowLevelResources, LowLevelSystem *apLowLevelSystem)
 
iResourceBaseGetByName (const tString &asName)
 
iResourceBaseGetByHandle (unsigned long alHandle)
 
cResourceBaseIterator GetResourceBaseIterator ()
 
void DestroyUnused (int alMaxToKeep)
 
virtual void DestroyAll ()
 
virtual void Update (float afTimeStep)
 

Additional Inherited Members

- Protected Member Functions inherited from hpl::iResourceManager
void BeginLoad (const tString &asFile)
 
void EndLoad ()
 
iResourceBaseFindLoadedResource (const tString &asName, tString &asFilePath)
 
void AddResource (iResourceBase *apResource, bool abLog=true)
 
void RemoveResource (iResourceBase *apResource)
 
unsigned long GetHandle ()
 
tString GetTabs ()
 
- Protected Attributes inherited from hpl::iResourceManager
unsigned long mlHandleCount
 
tResourceNameMap m_mapNameResources
 
tResourceHandleMap m_mapHandleResources
 
cFileSearchermpFileSearcher
 
LowLevelResourcesmpLowLevelResources
 
LowLevelSystemmpLowLevelSystem
 
unsigned long mlTimeStart
 
- Static Protected Attributes inherited from hpl::iResourceManager
static int mlTabCount
 

Member Function Documentation

◆ Create()

iResourceBase* hpl::cParticleManager::Create ( const tString asName)
virtual

NOT USED! For now that is... there is no need for it since particle systems are not really resources, yet

Parameters
asName
Returns

Implements hpl::iResourceManager.


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