|
virtual fixed | ApplyModifications (std::wstring valueName, fixed currentValue, entity_id_t entity) const =0 |
|
virtual u32 | ApplyModifications (std::wstring valueName, u32 currentValue, entity_id_t entity) const =0 |
|
virtual u16 | ApplyModifications (std::wstring valueName, u16 currentValue, entity_id_t entity) const =0 |
|
virtual std::wstring | ApplyModifications (std::wstring valueName, std::wstring currentValue, entity_id_t entity) const =0 |
|
virtual bool | ApplyModifications (std::wstring valueName, bool currentValue, entity_id_t entity) const =0 |
|
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 |
|
value modification manager interface.
(This interface only includes the functions needed by native code for accessing value modification data, the associated logic is handled in scripts)