Template:O TFObject: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Not in FGD)
(More undocumented outputs)
Line 2: Line 2:
{{IO|OnDestroyed|Sent when object dies.}}
{{IO|OnDestroyed|Sent when object dies.}}
{{IO|OnDamaged|Sent when hurt.}} {{Not in FGD}}
{{IO|OnDamaged|Sent when hurt.}} {{Not in FGD}}
{{IO|OnRepaired|Sent when repaired.}} {{Not in FGD}}
{{IO|OnDisabled|Sent when disabled.}} {{Not in FGD}}
{{IO|OnReenabled|Sent when enabled.}} {{Not in FGD}}
{{IO|OnObjectHealthChanged|Sends current health as a parameter whenever a change occurs.|param=integer}} {{Not in FGD}}
{{IO|OnObjectHealthChanged|Sends current health as a parameter whenever a change occurs.|param=integer}} {{Not in FGD}}
}}<noinclude>
}}<noinclude>
[[Category:Output Templates|TFObject]]
[[Category:Output Templates|TFObject]]
</noinclude>
</noinclude>

Revision as of 14:31, 25 June 2018

TFObject:
OnDestroyed
Sent when object dies.
OnDamaged
Sent when hurt. !FGD
OnRepaired
Sent when repaired. !FGD
OnDisabled
Sent when disabled. !FGD
OnReenabled
Sent when enabled. !FGD
OnObjectHealthChanged <integer>
Sends current health as a parameter whenever a change occurs. !FGD