Pyrogenesis
13997
|
#include <ICmpWaterManager.h>
Public Member Functions | |
virtual void | SetWaterLevel (entity_pos_t h)=0 |
Set the height of the water level, as a constant value across the whole map. More... | |
virtual entity_pos_t | GetWaterLevel (entity_pos_t x, entity_pos_t z)=0 |
Get the current water level at the given point. More... | |
virtual float | GetExactWaterLevel (float x, float z)=0 |
Get the current water level at the given point. 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 () |
Definition at line 25 of file ICmpWaterManager.h.
|
pure virtual |
Get the current water level at the given point.
Implemented in CCmpWaterManager.
|
pure virtual |
Get the current water level at the given point.
Implemented in CCmpWaterManager.
|
pure virtual |
Set the height of the water level, as a constant value across the whole map.
Implemented in CCmpWaterManager.