![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|


Public Member Functions | |
| int | GetComponentTypeId () const override |
| void | Init (const CParamNode &) override |
| void | Deinit () override |
| void | Serialize (ISerializer &serialize) override |
| void | Deserialize (const CParamNode ¶mNode, IDeserializer &deserialize) override |
| int | GetX () override |
| void | HandleMessage (const CMessage &msg, bool global) override |
| virtual int | GetX ()=0 |
Public Member Functions inherited from IComponent | |
| virtual | ~IComponent () |
| virtual void | Init (const CParamNode ¶mNode)=0 |
| virtual void | Deinit ()=0 |
| virtual void | HandleMessage (const CMessage &msg, bool global) |
| CEntityHandle | GetEntityHandle () const |
| void | SetEntityHandle (CEntityHandle ent) |
| entity_id_t | GetEntityId () const |
| CEntityHandle | GetSystemEntity () const |
| const CSimContext & | GetSimContext () const |
| void | SetSimContext (const CSimContext &context) |
| virtual void | Serialize (ISerializer &serialize)=0 |
| virtual void | Deserialize (const CParamNode ¶mNode, IDeserializer &deserialize)=0 |
| virtual bool | NewJSObject (const ScriptInterface &scriptInterface, JS::MutableHandleObject out) const |
| Returns false by default, indicating that a scripted wrapper of this IComponent is not supported. More... | |
| virtual JS::Value | GetJSInstance () const |
| virtual int | GetComponentTypeId () const =0 |
Static Public Member Functions | |
| static void | ClassInit (CComponentManager &componentManager) |
| static IComponent * | Allocate (const ScriptInterface &, JS::HandleValue) |
| static void | Deallocate (IComponent *cmp) |
| static std::string | GetSchema () |
Static Public Member Functions inherited from IComponent | |
| 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 () |
Public Attributes | |
| int32_t | m_x |
Additional Inherited Members | |
Public Types inherited from IComponent | |
| using | AllocFunc = IComponent *(*)(const ScriptInterface &scriptInterface, JS::HandleValue ctor) |
| using | DeallocFunc = void(*)(IComponent *) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlineoverridevirtual |
Implements IComponent.
|
inlineoverridevirtual |
Implements IComponent.
|
inlineoverridevirtual |
Implements IComponent.
|
inlinestatic |
|
inlineoverridevirtual |
Implements ICmpTest1.
|
inlineoverridevirtual |
Reimplemented from IComponent.
|
inlineoverridevirtual |
Implements IComponent.
|
inlineoverridevirtual |
Implements IComponent.
| int32_t CCmpTest1B::m_x |