|  | 
| 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 CCmpMotionBall::Deallocate | ( | IComponent * | cmp | ) |  |  | inlinestatic | 
 
 
◆ Deinit()
  
  | 
        
          | void CCmpMotionBall::Deinit | ( |  | ) |  |  | inlineoverridevirtual | 
 
 
◆ Deserialize()
◆ GetComponentTypeId()
  
  | 
        
          | int CCmpMotionBall::GetComponentTypeId | ( |  | ) | const |  | inlineoverridevirtual | 
 
 
◆ GetSchema()
  
  | 
        
          | static std::string CCmpMotionBall::GetSchema | ( |  | ) |  |  | inlinestatic | 
 
 
◆ HandleMessage()
  
  | 
        
          | void CCmpMotionBall::HandleMessage | ( | const CMessage & | msg, |  
          |  |  | bool | global |  
          |  | ) |  |  |  | inlineoverridevirtual | 
 
 
◆ Init()
  
  | 
        
          | void CCmpMotionBall::Init | ( | const CParamNode & | paramNode | ) |  |  | inlineoverridevirtual | 
 
 
◆ Move()
      
        
          | void CCmpMotionBall::Move | ( | fixed | dt | ) |  | 
      
 
 
◆ Serialize()
  
  | 
        
          | void CCmpMotionBall::Serialize | ( | ISerializer & | serialize | ) |  |  | inlineoverridevirtual | 
 
 
◆ m_SpeedX
      
        
          | float CCmpMotionBall::m_SpeedX | 
      
 
 
◆ m_SpeedZ
      
        
          | float CCmpMotionBall::m_SpeedZ | 
      
 
 
The documentation for this class was generated from the following file:
- /home/docker/jenkins/workspace/technical-docs/source/simulation2/components/CCmpMotionBall.cpp