Public Member Functions | |
| virtual void | Init (const CSimContext &context, const CParamNode ¶mNode) |
| virtual void | Deinit (const CSimContext &context) |
| virtual void | Serialize (ISerializer &serialize) |
| virtual void | Deserialize (const CSimContext &context, const CParamNode ¶mNode, IDeserializer &deserialize) |
| virtual void | HandleMessage (const CSimContext &context, const CMessage &msg, bool global) |
| virtual int | DoWhatever (int x, int y) |
| Documentation for each method. | |
Static Public Member Functions | |
| static void | ClassInit (CComponentManager &componentManager) |
| static IComponent * | Allocate (ScriptInterface &, jsval) |
| static void | Deallocate (IComponent *cmp) |
| static std::string | GetSchema () |
| static IComponent* CCmpExample::Allocate | ( | ScriptInterface & | , | |
| jsval | ||||
| ) | [inline, static] |
| static void CCmpExample::ClassInit | ( | CComponentManager & | componentManager | ) | [inline, static] |
| static void CCmpExample::Deallocate | ( | IComponent * | cmp | ) | [inline, static] |
| virtual void CCmpExample::Deinit | ( | const CSimContext & | context | ) | [inline, virtual] |
| virtual void CCmpExample::Deserialize | ( | const CSimContext & | context, | |
| const CParamNode & | paramNode, | |||
| IDeserializer & | deserialize | |||
| ) | [inline, virtual] |
| virtual int CCmpExample::DoWhatever | ( | int | x, | |
| int | y | |||
| ) | [inline, virtual] |
Documentation for each method.
Implements ICmpExample.
| static std::string CCmpExample::GetSchema | ( | ) | [inline, static] |
Reimplemented from IComponent.
| virtual void CCmpExample::HandleMessage | ( | const CSimContext & | context, | |
| const CMessage & | msg, | |||
| bool | global | |||
| ) | [inline, virtual] |
| virtual void CCmpExample::Init | ( | const CSimContext & | context, | |
| const CParamNode & | paramNode | |||
| ) | [inline, virtual] |
| virtual void CCmpExample::Serialize | ( | ISerializer & | serialize | ) | [inline, virtual] |
Implements IComponent.
1.6.3