|  | 
| static void | ClassInit (CComponentManager &componentManager) | 
|  | 
| static IComponent * | Allocate (const ScriptInterface &, JS::HandleValue) | 
|  | 
| static void | Deallocate (IComponent *cmp) | 
|  | 
| static std::string | GetSchema () | 
|  | 
| static std::string | GetSchema () | 
|  | 
| static void | RegisterComponentType (CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema) | 
|  | 
| static void | RegisterComponentTypeScriptWrapper (CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema) | 
|  | 
| static u8 | GetSerializationVersion () | 
|  | 
◆ Allocate()
◆ ClassInit()
◆ Deallocate()
  
  | 
        
          | static void CCmpParticleManager::Deallocate | ( | IComponent * | cmp | ) |  |  | inlinestatic | 
 
 
◆ Deinit()
  
  | 
        
          | void CCmpParticleManager::Deinit | ( |  | ) |  |  | inlineoverridevirtual | 
 
 
◆ Deserialize()
◆ GetComponentTypeId()
  
  | 
        
          | int CCmpParticleManager::GetComponentTypeId | ( |  | ) | const |  | inlineoverridevirtual | 
 
 
◆ GetSchema()
  
  | 
        
          | static std::string CCmpParticleManager::GetSchema | ( |  | ) |  |  | inlinestatic | 
 
 
◆ HandleMessage()
  
  | 
        
          | void CCmpParticleManager::HandleMessage | ( | const CMessage & | msg, |  
          |  |  | bool | global |  
          |  | ) |  |  |  | inlineoverridevirtual | 
 
 
◆ Init()
  
  | 
        
          | void CCmpParticleManager::Init | ( | const CParamNode & | paramNode | ) |  |  | inlineoverridevirtual | 
 
 
◆ Serialize()
  
  | 
        
          | void CCmpParticleManager::Serialize | ( | ISerializer & | serialize | ) |  |  | inlineoverridevirtual | 
 
 
◆ SetUseSimTime()
  
  | 
        
          | void CCmpParticleManager::SetUseSimTime | ( | bool | flag | ) |  |  | inlineoverridevirtual | 
 
Set whether particle rendering should use sim time If false, it uses real time and updates even during paused game. 
Implements ICmpParticleManager.
 
 
◆ useSimTime
      
        
          | bool CCmpParticleManager::useSimTime | 
      
 
 
The documentation for this class was generated from the following file: