|
Pyrogenesis
13997
|
Public Member Functions | |
| virtual void | Init (const CParamNode ¶mNode) |
| virtual void | Deinit () |
| virtual void | Serialize (ISerializer &serialize) |
| virtual void | Deserialize (const CParamNode ¶mNode, IDeserializer &deserialize) |
| virtual void | HandleMessage (const CMessage &msg, bool global) |
| virtual entity_pos_t | GetRange () |
| virtual bool | GetRetainInFog () |
| virtual bool | GetAlwaysVisible () |
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 |
| virtual jsval | GetJSInstance () const |
Static Public Member Functions | |
| static void | ClassInit (CComponentManager &componentManager) |
| static IComponent * | Allocate (ScriptInterface &, jsval) |
| static void | Deallocate (IComponent *cmp) |
| static std::string | GetSchema () |
Static Public Member Functions inherited from IComponent | |
| static std::string | GetSchema () |
| static u8 | GetSerializationVersion () |
Public Attributes | |
| entity_pos_t | m_Range |
| entity_pos_t | m_BaseRange |
| bool | m_RetainInFog |
| bool | m_AlwaysVisible |
Definition at line 28 of file CCmpVision.cpp.
|
inlinestatic |
Definition at line 36 of file CCmpVision.cpp.
|
inlinestatic |
Definition at line 31 of file CCmpVision.cpp.
|
inlinestatic |
Definition at line 36 of file CCmpVision.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 65 of file CCmpVision.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 74 of file CCmpVision.cpp.
|
inlinevirtual |
Implements ICmpVision.
Definition at line 127 of file CCmpVision.cpp.
|
inlinevirtual |
Implements ICmpVision.
Definition at line 117 of file CCmpVision.cpp.
|
inlinevirtual |
Implements ICmpVision.
Definition at line 122 of file CCmpVision.cpp.
|
inlinestatic |
Definition at line 44 of file CCmpVision.cpp.
|
inlinevirtual |
Reimplemented from IComponent.
Definition at line 79 of file CCmpVision.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 58 of file CCmpVision.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 69 of file CCmpVision.cpp.
| bool CCmpVision::m_AlwaysVisible |
Definition at line 42 of file CCmpVision.cpp.
| entity_pos_t CCmpVision::m_BaseRange |
Definition at line 40 of file CCmpVision.cpp.
| entity_pos_t CCmpVision::m_Range |
Definition at line 40 of file CCmpVision.cpp.
| bool CCmpVision::m_RetainInFog |
Definition at line 41 of file CCmpVision.cpp.
1.8.5