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

Public Member Functions

 CCmpPlayerScripted (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
 
CColor GetDisplayedColor () override
 
CFixedVector3D GetStartingCameraPos () override
 
CFixedVector3D GetStartingCameraRot () override
 
bool HasStartingCamera () override
 
std::string GetState () 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

◆ CCmpPlayerScripted()

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

Member Function Documentation

◆ Allocate()

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

◆ ClassInit()

static void CCmpPlayerScripted::ClassInit ( CComponentManager componentManager)
inlinestatic

◆ Deallocate()

static void CCmpPlayerScripted::Deallocate ( IComponent cmp)
inlinestatic

◆ Deinit()

void CCmpPlayerScripted::Deinit ( )
inlineoverridevirtual

Implements IComponent.

◆ Deserialize()

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

Implements IComponent.

◆ GetComponentTypeId()

int CCmpPlayerScripted::GetComponentTypeId ( ) const
inlineoverridevirtual

Implements IComponent.

◆ GetDisplayedColor()

CColor CCmpPlayerScripted::GetDisplayedColor ( )
inlineoverridevirtual

Implements ICmpPlayer.

◆ GetJSInstance()

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

Reimplemented from IComponent.

◆ GetSchema()

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

◆ GetStartingCameraPos()

CFixedVector3D CCmpPlayerScripted::GetStartingCameraPos ( )
inlineoverridevirtual

Implements ICmpPlayer.

◆ GetStartingCameraRot()

CFixedVector3D CCmpPlayerScripted::GetStartingCameraRot ( )
inlineoverridevirtual

Implements ICmpPlayer.

◆ GetState()

std::string CCmpPlayerScripted::GetState ( )
inlineoverridevirtual

Implements ICmpPlayer.

◆ HandleMessage()

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

Reimplemented from IComponent.

◆ HasStartingCamera()

bool CCmpPlayerScripted::HasStartingCamera ( )
inlineoverridevirtual

Implements ICmpPlayer.

◆ Init()

void CCmpPlayerScripted::Init ( const CParamNode paramNode)
inlineoverridevirtual

Implements IComponent.

◆ Serialize()

void CCmpPlayerScripted::Serialize ( ISerializer serialize)
inlineoverridevirtual

Implements IComponent.

Member Data Documentation

◆ m_Script

CComponentTypeScript CCmpPlayerScripted::m_Script
private

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