Template:O npc turret floor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(templated since npc_portal_turret_floor inherits from it)
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
; <code>OnDeploy</code>
{{O|OnDeploy}}
; <code>OnRetire</code>
{{O|OnRetire|Turret has become active and dangerous or inactive and harmless.}}
: Turret has become active and dangerous or inactive and harmless.
{{O|OnTipped|Turret has been tipped over and is inactive.}}
; <code>OnTipped</code>
{{O|OnPhysGunPickup}}
: Turret has been tipped over and is inactive.
{{O|OnPhysGunDrop|Picked up/released by [[Gravity Gun]] or +use.}}
; <code>OnPhysGunPickup</code>
 
; <code>OnPhysGunDrop</code>
<noinclude>
: Picked up/released by [[Gravity Gun]]. {{todo|And +use?}}
[[Category:Output Templates|Npc turret floor]]
{{O Targetname}}
</noinclude>

Latest revision as of 05:04, 10 April 2025

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.