|  | 
| static void | ClassInit (CComponentManager &componentManager) | 
|  | 
| static IComponent * | Allocate (const ScriptInterface &scriptInterface, JS::HandleValue instance) | 
|  | 
| 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 () | 
|  | 
◆ CCmpUnknownScript()
  
  | 
        
          | CCmpUnknownScript::CCmpUnknownScript | ( | const ScriptInterface & | scriptInterface, |  
          |  |  | JS::HandleValue | instance |  
          |  | ) |  |  |  | inline | 
 
 
◆ Allocate()
◆ ClassInit()
◆ Deallocate()
  
  | 
        
          | static void CCmpUnknownScript::Deallocate | ( | IComponent * | cmp | ) |  |  | inlinestatic | 
 
 
◆ Deinit()
  
  | 
        
          | void CCmpUnknownScript::Deinit | ( |  | ) |  |  | inlineoverridevirtual | 
 
 
◆ Deserialize()
◆ GetComponentTypeId()
  
  | 
        
          | int CCmpUnknownScript::GetComponentTypeId | ( |  | ) | const |  | inlineoverridevirtual | 
 
 
◆ GetJSInstance()
  
  | 
        
          | JS::Value CCmpUnknownScript::GetJSInstance | ( |  | ) | const |  | inlineoverridevirtual | 
 
 
◆ GetSchema()
  
  | 
        
          | static std::string CCmpUnknownScript::GetSchema | ( |  | ) |  |  | inlinestatic | 
 
 
◆ HandleMessage()
  
  | 
        
          | void CCmpUnknownScript::HandleMessage | ( | const CMessage & | msg, |  
          |  |  | bool | global |  
          |  | ) |  |  |  | inlineoverridevirtual | 
 
 
◆ Init()
  
  | 
        
          | void CCmpUnknownScript::Init | ( | const CParamNode & | paramNode | ) |  |  | inlineoverridevirtual | 
 
 
◆ Serialize()
  
  | 
        
          | void CCmpUnknownScript::Serialize | ( | ISerializer & | serialize | ) |  |  | inlineoverridevirtual | 
 
 
◆ m_Script
The documentation for this class was generated from the following file: