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 void | SetWaterLevel (entity_pos_t h) |
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) |
Get the current water level at the given point. More... | |
virtual float | GetExactWaterLevel (float x, float z) |
Get the current water level at the given point. More... | |
![]() | |
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 std::string | GetSchema () |
static u8 | GetSerializationVersion () |
Public Attributes | |
entity_pos_t | m_WaterHeight |
Definition at line 29 of file CCmpWaterManager.cpp.
|
inlinestatic |
Definition at line 38 of file CCmpWaterManager.cpp.
|
inlinestatic |
Definition at line 32 of file CCmpWaterManager.cpp.
|
inlinestatic |
Definition at line 38 of file CCmpWaterManager.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 54 of file CCmpWaterManager.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 63 of file CCmpWaterManager.cpp.
|
inlinevirtual |
Get the current water level at the given point.
Implements ICmpWaterManager.
Definition at line 113 of file CCmpWaterManager.cpp.
|
inlinestatic |
Definition at line 44 of file CCmpWaterManager.cpp.
|
inlinevirtual |
Get the current water level at the given point.
Implements ICmpWaterManager.
Definition at line 108 of file CCmpWaterManager.cpp.
|
inlinevirtual |
Reimplemented from IComponent.
Definition at line 70 of file CCmpWaterManager.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 49 of file CCmpWaterManager.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 58 of file CCmpWaterManager.cpp.
|
inlinevirtual |
Set the height of the water level, as a constant value across the whole map.
Implements ICmpWaterManager.
Definition at line 100 of file CCmpWaterManager.cpp.
entity_pos_t CCmpWaterManager::m_WaterHeight |
Definition at line 42 of file CCmpWaterManager.cpp.