|
Endstar LUA API Documentation
|
Base type that senses overlaps to apply damage to. More...
Public Member Functions | |
| void | Activate (Context instigator) |
| Enables automatic spike trap behavior. | |
| void | Deactivate (Context instigator) |
| Disables automatic spike trap behavior. | |
| bool | GetActive () |
| Check to see if automatic spike trap is active. | |
| void | SetSpikeDamage (Context instigator, int damage) |
| Set the amount of damage this spike trap deals. | |
| void | Trigger (Context instigator) |
| Trigger spike trap manually. | |
Base type that senses overlaps to apply damage to.
| void Activate | ( | Context | instigator | ) |
Enables automatic spike trap behavior.
| instigator | The source context triggering this change |
| void Deactivate | ( | Context | instigator | ) |
Disables automatic spike trap behavior.
| instigator | The source context triggering this change |
| bool GetActive | ( | ) |
Check to see if automatic spike trap is active.
| void SetSpikeDamage | ( | Context | instigator, |
| int | damage ) |
Set the amount of damage this spike trap deals.
| instigator | The source context triggering this change |
| damage | Damage amount |
| void Trigger | ( | Context | instigator | ) |
Trigger spike trap manually.
| instigator | The source context triggering this change |