Template:O BreakableBrush

From Valve Developer Community
Revision as of 19:23, 25 April 2022 by Popcorn (talk | contribs) (Transcluding Template:O Breakable with prop=0 instead of redirecting to it.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

No parameters. In fact, this template is {{O Breakable|prop=0}}.


BreakableBrush:

OnBreak
!activator = entity that breaks the object
!caller = this entity
Fired when this object breaks.
OnHealthChanged <float>
!activator = entity that caused the health change
!caller = this entity
Fired whenever the health of the breakable has increased or decreased. This output automatically puts the new health amount as a decimal percent (e.g. 45% = 0.45) into the parameter box for inputs, if the mapper does not override the parameter with something else.