Pyrogenesis  trunk
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
CCmpAttackScripted Class Reference
Inheritance diagram for CCmpAttackScripted:
Inheritance graph
[legend]
Collaboration diagram for CCmpAttackScripted:
Collaboration graph
[legend]

Public Member Functions

 CCmpAttackScripted (const ScriptInterface &scriptInterface, JS::HandleValue instance)
 
void Init (const CParamNode &paramNode) override
 
void Deinit () override
 
void HandleMessage (const CMessage &msg, bool global) override
 
void Serialize (ISerializer &serialize) override
 
void Deserialize (const CParamNode &paramNode, IDeserializer &deserialize) override
 
JS::Value GetJSInstance () const override
 
int GetComponentTypeId () const override
 
float GetRepeatTime (const std::string &type) const override
 
std::vector< CStr > GetAttackTypes () const override
 
- Public Member Functions inherited from IComponent
virtual ~IComponent ()
 
CEntityHandle GetEntityHandle () const
 
void SetEntityHandle (CEntityHandle ent)
 
entity_id_t GetEntityId () const
 
CEntityHandle GetSystemEntity () const
 
const CSimContextGetSimContext () const
 
void SetSimContext (const CSimContext &context)
 
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...
 

Static Public Member Functions

static void ClassInit (CComponentManager &componentManager)
 
static IComponentAllocate (const ScriptInterface &scriptInterface, JS::HandleValue instance)
 
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 ()
 

Private Attributes

CComponentTypeScript m_Script
 

Additional Inherited Members

- Public Types inherited from IComponent
using AllocFunc = IComponent *(*)(const ScriptInterface &scriptInterface, JS::HandleValue ctor)
 
using DeallocFunc = void(*)(IComponent *)
 

Constructor & Destructor Documentation

◆ CCmpAttackScripted()

CCmpAttackScripted::CCmpAttackScripted ( const ScriptInterface scriptInterface,
JS::HandleValue  instance 
)
inline

Member Function Documentation

◆ Allocate()

static IComponent* CCmpAttackScripted::Allocate ( const ScriptInterface scriptInterface,
JS::HandleValue  instance 
)
inlinestatic

◆ ClassInit()

static void CCmpAttackScripted::ClassInit ( CComponentManager componentManager)
inlinestatic

◆ Deallocate()

static void CCmpAttackScripted::Deallocate ( IComponent cmp)
inlinestatic

◆ Deinit()

void CCmpAttackScripted::Deinit ( )
inlineoverridevirtual

Implements IComponent.

◆ Deserialize()

void CCmpAttackScripted::Deserialize ( const CParamNode paramNode,
IDeserializer deserialize 
)
inlineoverridevirtual

Implements IComponent.

◆ GetAttackTypes()

std::vector<CStr> CCmpAttackScripted::GetAttackTypes ( ) const
inlineoverridevirtual

Implements ICmpAttack.

◆ GetComponentTypeId()

int CCmpAttackScripted::GetComponentTypeId ( ) const
inlineoverridevirtual

Implements IComponent.

◆ GetJSInstance()

JS::Value CCmpAttackScripted::GetJSInstance ( ) const
inlineoverridevirtual

Reimplemented from IComponent.

◆ GetRepeatTime()

float CCmpAttackScripted::GetRepeatTime ( const std::string &  type) const
inlineoverridevirtual

Implements ICmpAttack.

◆ GetSchema()

static std::string CCmpAttackScripted::GetSchema ( )
inlinestatic

◆ HandleMessage()

void CCmpAttackScripted::HandleMessage ( const CMessage msg,
bool  global 
)
inlineoverridevirtual

Reimplemented from IComponent.

◆ Init()

void CCmpAttackScripted::Init ( const CParamNode paramNode)
inlineoverridevirtual

Implements IComponent.

◆ Serialize()

void CCmpAttackScripted::Serialize ( ISerializer serialize)
inlineoverridevirtual

Implements IComponent.

Member Data Documentation

◆ m_Script

CComponentTypeScript CCmpAttackScripted::m_Script
private

The documentation for this class was generated from the following file: