Pyrogenesis
13997
|
Public Member Functions | |
CCmpAIInterfaceScripted (ScriptInterface &scriptInterface, jsval instance) | |
virtual void | Init (const CParamNode ¶mNode) |
virtual void | Deinit () |
virtual void | HandleMessage (const CMessage &msg, bool global) |
virtual void | Serialize (ISerializer &serialize) |
virtual void | Deserialize (const CParamNode ¶mNode, IDeserializer &deserialize) |
virtual jsval | GetJSInstance () const |
virtual CScriptVal | GetRepresentation () |
Returns a script object that represents the current world state, to be passed to AI scripts. More... | |
virtual CScriptVal | GetFullRepresentation () |
Returns a script object that represents the current world state, to be passed to AI scripts. More... | |
![]() | |
virtual | ~IComponent () |
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 JSClass * | GetJSClass () const |
Static Public Member Functions | |
static void | ClassInit (CComponentManager &componentManager) |
static IComponent * | Allocate (ScriptInterface &scriptInterface, jsval instance) |
static void | Deallocate (IComponent *cmp) |
static std::string | GetSchema () |
![]() | |
static std::string | GetSchema () |
static u8 | GetSerializationVersion () |
Private Attributes | |
CComponentTypeScript | m_Script |
Definition at line 28 of file ICmpAIInterface.cpp.
|
inline |
Definition at line 31 of file ICmpAIInterface.cpp.
|
inlinestatic |
Definition at line 31 of file ICmpAIInterface.cpp.
|
inlinestatic |
Definition at line 31 of file ICmpAIInterface.cpp.
|
inlinestatic |
Definition at line 31 of file ICmpAIInterface.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 31 of file ICmpAIInterface.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 31 of file ICmpAIInterface.cpp.
|
inlinevirtual |
Returns a script object that represents the current world state, to be passed to AI scripts.
No caching for initialization
Implements ICmpAIInterface.
Definition at line 37 of file ICmpAIInterface.cpp.
|
inlinevirtual |
Reimplemented from IComponent.
Definition at line 31 of file ICmpAIInterface.cpp.
|
inlinevirtual |
Returns a script object that represents the current world state, to be passed to AI scripts.
Implements ICmpAIInterface.
Definition at line 33 of file ICmpAIInterface.cpp.
|
inlinestatic |
Definition at line 31 of file ICmpAIInterface.cpp.
|
inlinevirtual |
Reimplemented from IComponent.
Definition at line 31 of file ICmpAIInterface.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 31 of file ICmpAIInterface.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 31 of file ICmpAIInterface.cpp.
|
private |
Definition at line 31 of file ICmpAIInterface.cpp.