|
Pyrogenesis
13997
|
Public Member Functions | |
| CCmpPlayerScripted (ScriptInterface &scriptInterface, jsval instance) | |
| virtual void | Init (const CParamNode ¶mNode) |
| virtual void | Deinit () |
| virtual void | HandleMessage (const CMessage &msg, bool global) |
| virtual void | Serialize (ISerializer &serialize) |
| virtual void | Deserialize (const CParamNode ¶mNode, IDeserializer &deserialize) |
| virtual jsval | GetJSInstance () const |
| virtual CColor | GetColour () |
| virtual std::wstring | GetCiv () |
| virtual CFixedVector3D | GetStartingCameraPos () |
| virtual CFixedVector3D | GetStartingCameraRot () |
| virtual bool | HasStartingCamera () |
Public Member Functions inherited from IComponent | |
| virtual | ~IComponent () |
| 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 JSClass * | GetJSClass () const |
Static Public Member Functions | |
| static void | ClassInit (CComponentManager &componentManager) |
| static IComponent * | Allocate (ScriptInterface &scriptInterface, jsval instance) |
| static void | Deallocate (IComponent *cmp) |
| static std::string | GetSchema () |
Static Public Member Functions inherited from IComponent | |
| static std::string | GetSchema () |
| static u8 | GetSerializationVersion () |
Private Attributes | |
| CComponentTypeScript | m_Script |
Definition at line 31 of file ICmpPlayer.cpp.
|
inline |
Definition at line 34 of file ICmpPlayer.cpp.
|
inlinestatic |
Definition at line 34 of file ICmpPlayer.cpp.
|
inlinestatic |
Definition at line 34 of file ICmpPlayer.cpp.
|
inlinestatic |
Definition at line 34 of file ICmpPlayer.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 34 of file ICmpPlayer.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 34 of file ICmpPlayer.cpp.
|
inlinevirtual |
Implements ICmpPlayer.
Definition at line 41 of file ICmpPlayer.cpp.
|
inlinevirtual |
Implements ICmpPlayer.
Definition at line 36 of file ICmpPlayer.cpp.
|
inlinevirtual |
Reimplemented from IComponent.
Definition at line 34 of file ICmpPlayer.cpp.
|
inlinestatic |
Definition at line 34 of file ICmpPlayer.cpp.
|
inlinevirtual |
Implements ICmpPlayer.
Definition at line 46 of file ICmpPlayer.cpp.
|
inlinevirtual |
Implements ICmpPlayer.
Definition at line 51 of file ICmpPlayer.cpp.
|
inlinevirtual |
Reimplemented from IComponent.
Definition at line 34 of file ICmpPlayer.cpp.
|
inlinevirtual |
Implements ICmpPlayer.
Definition at line 56 of file ICmpPlayer.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 34 of file ICmpPlayer.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 34 of file ICmpPlayer.cpp.
|
private |
Definition at line 34 of file ICmpPlayer.cpp.
1.8.5