|
| CCmpAIInterfaceScripted (const ScriptInterface &scriptInterface, JS::HandleValue instance) |
|
void | Init (const CParamNode ¶mNode) override |
|
void | Deinit () override |
|
void | HandleMessage (const CMessage &msg, bool global) override |
|
void | Serialize (ISerializer &serialize) override |
|
void | Deserialize (const CParamNode ¶mNode, IDeserializer &deserialize) override |
|
JS::Value | GetJSInstance () const override |
|
int | GetComponentTypeId () const override |
|
void | GetRepresentation (JS::MutableHandleValue ret) override |
| Returns a script object that represents the current world state, to be passed to AI scripts. More...
|
|
void | GetFullRepresentation (JS::MutableHandleValue ret, bool flushEvents=false) override |
| Returns a script object that represents the current world state, to be passed to AI scripts. More...
|
|
virtual void | GetRepresentation (JS::MutableHandleValue ret)=0 |
| Returns a script object that represents the current world state, to be passed to AI scripts. More...
|
|
virtual void | GetFullRepresentation (JS::MutableHandleValue ret, bool flushEvents)=0 |
| Returns a script object that represents the current world state, to be passed to AI scripts. More...
|
|
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 |
|