Template:O TFObject: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{ScrollBox|title=TFObject| {{IO|OnDestroyed|Sent when object dies.}} {{IO|OnDamaged|Sent when hurt.}} {{IO|OnObjectHealthChanged|Sends current health as a parameter whenever a c…') |
mNo edit summary |
||
Line 3: | Line 3: | ||
{{IO|OnDamaged|Sent when hurt.}} | {{IO|OnDamaged|Sent when hurt.}} | ||
{{IO|OnObjectHealthChanged|Sends current health as a parameter whenever a change occurs.|param=integer}} | {{IO|OnObjectHealthChanged|Sends current health as a parameter whenever a change occurs.|param=integer}} | ||
}}<noinclude>[[Category: | }}<noinclude> | ||
[[Category:Output Templates|TFObject]] | |||
</noinclude> |
Revision as of 21:59, 7 June 2011
TFObject:
- OnDestroyed
- Sent when object dies.
- OnDamaged
- Sent when hurt.
- OnObjectHealthChanged <integer>
- Sends current health as a parameter whenever a change occurs.