Pyrogenesis
13997
|
Player data. More...
#include <ICmpPlayer.h>
Public Member Functions | |
virtual CColor | GetColour ()=0 |
virtual std::wstring | GetCiv ()=0 |
virtual CFixedVector3D | GetStartingCameraPos ()=0 |
virtual CFixedVector3D | GetStartingCameraRot ()=0 |
virtual bool | HasStartingCamera ()=0 |
![]() | |
virtual | ~IComponent () |
virtual void | Init (const CParamNode ¶mNode)=0 |
virtual void | Deinit ()=0 |
virtual void | HandleMessage (const CMessage &msg, bool global) |
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 void | Serialize (ISerializer &serialize)=0 |
virtual void | Deserialize (const CParamNode ¶mNode, IDeserializer &deserialize)=0 |
virtual JSClass * | GetJSClass () const |
virtual jsval | GetJSInstance () const |
Additional Inherited Members | |
![]() | |
static std::string | GetSchema () |
static u8 | GetSerializationVersion () |
Player data.
(This interface only includes the functions needed by native code for loading maps, and for minimap rendering; most player interaction is handled by scripts instead.)
Definition at line 31 of file ICmpPlayer.h.
|
pure virtual |
Implemented in CCmpPlayerScripted.
|
pure virtual |
Implemented in CCmpPlayerScripted.
|
pure virtual |
Implemented in CCmpPlayerScripted.
|
pure virtual |
Implemented in CCmpPlayerScripted.
|
pure virtual |
Implemented in CCmpPlayerScripted.