Pyrogenesis
13997
|
Per-unit minimap data. More...
#include <ICmpMinimap.h>
Public Member Functions | |
virtual bool | GetRenderData (u8 &r, u8 &g, u8 &b, entity_pos_t &x, entity_pos_t &z)=0 |
Get the data for rendering this entity on the minimap. More... | |
virtual bool | CheckPing (double currentTime, double pingDuration)=0 |
Return true if entity is actively pinging based on the current time. More... | |
![]() | |
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 () |
Per-unit minimap data.
Definition at line 28 of file ICmpMinimap.h.
|
pure virtual |
Return true if entity is actively pinging based on the current time.
Implemented in CCmpMinimap.
|
pure virtual |
Get the data for rendering this entity on the minimap.
If it should not be drawn, returns false; otherwise the arguments are set to the colour and world position.
Implemented in CCmpMinimap.