Template:O Breakable: Difference between revisions
Jump to navigation
Jump to search
m (new outputs) |
m (rem) |
||
Line 6: | Line 6: | ||
* '''OnPhysCannonDetach''' | * '''OnPhysCannonDetach''' | ||
: Fired when the physcannon has ripped this breakable off of the wall. Only fired if ACT_PHYSCANNON_DETACH is defined in the model this breakable is using. | : Fired when the physcannon has ripped this breakable off of the wall. Only fired if ACT_PHYSCANNON_DETACH is defined in the model this breakable is using. | ||
Revision as of 11:53, 5 August 2006
- OnBreak
- Fired when this breakable breaks. (!activator is the breaker)
- OnHealthChanged <float>
- Fired when the health of this breakable changes, passing the new value of health as a percentage of max health, from [0..1].
- OnPhysCannonDetach
- Fired when the physcannon has ripped this breakable off of the wall. Only fired if ACT_PHYSCANNON_DETACH is defined in the model this breakable is using.