Template:O npc turret floor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(+use fires OnPhysGunDrop as well.)
(Reformatted to use IO templates, added to Output Templates category)
Line 1: Line 1:
; <code>OnDeploy</code>
{{IO|OnDeploy}}
; <code>OnRetire</code>
{{IO|OnRetire|Turret has become active and dangerous or inactive and harmless.}}
: Turret has become active and dangerous or inactive and harmless.
{{IO|OnTipped|Turret has been tipped over and is inactive.}}
; <code>OnTipped</code>
{{IO|OnPhysGunPickup}}
: Turret has been tipped over and is inactive.
{{IO|OnPhysGunDrop|Picked up/released by [[Gravity Gun]] or +use.}}
; <code>OnPhysGunPickup</code>
{{O Targetname}}<noinclude>
; <code>OnPhysGunDrop</code>
[[Category:Output Templates|Npc turret floor]]
: Picked up/released by [[Gravity Gun]] or +use.
</noinclude>
{{O Targetname}}

Revision as of 19:38, 23 January 2020

OnDeploy
OnRetire
Turret has become active and dangerous or inactive and harmless.
OnTipped
Turret has been tipped over and is inactive.
OnPhysGunPickup
OnPhysGunDrop
Picked up/released by Gravity Gun or +use.