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

Public Member Functions

int GetComponentTypeId () const override
 
void Init (const CParamNode &paramNode) override
 
void Deinit () override
 
void Serialize (ISerializer &serialize) override
 
void Deserialize (const CParamNode &paramNode, IDeserializer &deserialize) override
 
void HandleMessage (const CMessage &msg, bool global) override
 
virtual void ReloadRange ()
 
entity_pos_t GetRange () const override
 
bool GetRevealShore () 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...
 
virtual JS::Value GetJSInstance () const
 

Static Public Member Functions

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

Public Attributes

entity_pos_t m_Range
 
entity_pos_t m_BaseRange
 
bool m_RevealShore
 

Additional Inherited Members

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

Member Function Documentation

◆ Allocate()

static IComponent* CCmpVision::Allocate ( const ScriptInterface ,
JS::HandleValue   
)
inlinestatic

◆ ClassInit()

static void CCmpVision::ClassInit ( CComponentManager componentManager)
inlinestatic

◆ Deallocate()

static void CCmpVision::Deallocate ( IComponent cmp)
inlinestatic

◆ Deinit()

void CCmpVision::Deinit ( )
inlineoverridevirtual

Implements IComponent.

◆ Deserialize()

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

Implements IComponent.

◆ GetComponentTypeId()

int CCmpVision::GetComponentTypeId ( ) const
inlineoverridevirtual

Implements IComponent.

◆ GetRange()

entity_pos_t CCmpVision::GetRange ( ) const
inlineoverridevirtual

Implements ICmpVision.

◆ GetRevealShore()

bool CCmpVision::GetRevealShore ( ) const
inlineoverridevirtual

Implements ICmpVision.

◆ GetSchema()

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

◆ HandleMessage()

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

Reimplemented from IComponent.

◆ Init()

void CCmpVision::Init ( const CParamNode paramNode)
inlineoverridevirtual

Implements IComponent.

◆ ReloadRange()

virtual void CCmpVision::ReloadRange ( )
inlinevirtual

◆ Serialize()

void CCmpVision::Serialize ( ISerializer serialize)
inlineoverridevirtual

Implements IComponent.

Member Data Documentation

◆ m_BaseRange

entity_pos_t CCmpVision::m_BaseRange

◆ m_Range

entity_pos_t CCmpVision::m_Range

◆ m_RevealShore

bool CCmpVision::m_RevealShore

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