|
int | GetComponentTypeId () const override |
|
void | Init (const CParamNode ¶mNode) override |
|
void | Deinit () override |
|
void | Serialize (ISerializer &serialize) override |
|
void | Deserialize (const CParamNode ¶mNode, IDeserializer &deserialize) override |
|
void | HandleMessage (const CMessage &msg, bool global) override |
|
void | RecomputeWaterData () override |
| Recompute all the water information (foam...) More...
|
|
void | SetWaterLevel (entity_pos_t h) override |
| Set the height of the water level, as a constant value across the whole map. More...
|
|
entity_pos_t | GetWaterLevel (entity_pos_t x, entity_pos_t z) const override |
| Get the current water level at the given point. More...
|
|
float | GetExactWaterLevel (float x, float z) const override |
| Get the current water level at the given point. More...
|
|
virtual void | RecomputeWaterData ()=0 |
| Recompute all the water information (foam...) More...
|
|
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) const =0 |
| Get the current water level at the given point. More...
|
|
virtual float | GetExactWaterLevel (float x, float z) const =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 bool | NewJSObject (const ScriptInterface &scriptInterface, JS::MutableHandleObject out) const |
| Returns false by default, indicating that a scripted wrapper of this IComponent is not supported. More...
|
|
virtual JS::Value | GetJSInstance () const |
|
virtual int | GetComponentTypeId () const =0 |
|