Template:O Breakable

From Valve Developer Community
Revision as of 11:53, 5 August 2006 by Ts2do (talk | contribs) (rem)
Jump to navigation Jump to search

Template:O targetname

  • 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.