18#ifndef INCLUDED_ICMPAIINTERFACE
19#define INCLUDED_ICMPAIINTERFACE
#define DECLARE_INTERFACE_TYPE(iname)
Definition: Interface.h:23
Definition: ICmpAIInterface.h:24
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.
virtual void GetRepresentation(JS::MutableHandleValue ret)=0
Returns a script object that represents the current world state, to be passed to AI scripts.
Definition: IComponent.h:33