|
Endstar LUA API Documentation
|
Periodically applies some effect to all the contexts in its effect list, such as damage or healing. More...
Public Member Functions | |
| void | AddContext (Context instigator, Context target) |
| Adds a context to the effector context list. | |
| void | RemoveContext (Context instigator, Context target) |
| Removes a context from the effector context list. | |
| void | SetInitialInterval (Context instigator, float newInterval) |
| Sets the initial effect interval for the effector. | |
| void | SetIntervalScalar (Context instigator, float newScalar) |
| Sets the scalar value for the effector interval. | |
| void | Deactivate (Context instigator) |
| Deactivates the periodic effector. | |
| void | Activate (Context instigator) |
| Activates the periodic effector. | |
Periodically applies some effect to all the contexts in its effect list, such as damage or healing.
| void Activate | ( | Context | instigator | ) |
Activates the periodic effector.
| instigator | The source context triggering this change |
Adds a context to the effector context list.
| instigator | The source context triggering this change |
| target | The context to add to the effector context list |
| void Deactivate | ( | Context | instigator | ) |
Deactivates the periodic effector.
| instigator | The source context triggering this change |
Removes a context from the effector context list.
| instigator | The source context triggering this change |
| target | The context to remove from the context list. |
| void SetInitialInterval | ( | Context | instigator, |
| float | newInterval ) |
Sets the initial effect interval for the effector.
| instigator | The source context triggering this change |
| newInterval | The new initial interval |
| void SetIntervalScalar | ( | Context | instigator, |
| float | newScalar ) |
Sets the scalar value for the effector interval.
| instigator | The source context triggering this change |
| newScalar | The new scalar value for the effector interval |