Weapon deagle (Synergy): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{wrongtitle|title=weapon_deagle}} thumb|right|250px|weapon_deagle {{Synergy}} '''weapon_deagle''' is a point entity available in Synergy. It...")
 
No edit summary
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{wrongtitle|title=weapon_deagle}}
[[File:Synergy deagle.jpg|thumb|right|250px|weapon_deagle]]
[[Image:Synergy deagle.jpg|thumb|right|250px|weapon_deagle]]
{{this is a|model entity|game=Synergy|name=weapon_deagle}} It is a beta weapon that uses [[item_ammo_357|.357]] caliber ammo.
{{Synergy}} '''weapon_deagle''' is a [[point entity]] available in [[Synergy]]. It is a beta weapon that uses [[item_ammo_357|.357]] caliber ammo.


{{BasicWeapon}}
{{BasicWeapon}}

Latest revision as of 15:56, 23 May 2025

weapon_deagle

weapon_deagle is a model entity available in Synergy Synergy. It is a beta weapon that uses .357 caliber ammo.

Flags

Start Constrained : [1]
Prevents the model from moving.
Deny player pickup (reserve for NPC) : [2]
Not puntable by Gravity Gun : [4]

Inputs

HideWeapon  !FGD
If this weapon is being held, hide the worldmodel and/or viewmodel via EF_NODRAW. Weapon will still be useable. The weapon will become visible again if the holder is to switch between weapons in their inventory.

Outputs

OnNPCPickup
Fires when an NPC picks up this weapon. (!activator is the NPC.)
OnPlayerUse
Fires when the player +uses this weapon. (!activator is the player.)
OnPlayerPickup
Fires when a player picks up this weapon. (!activator is the player.)
OnCacheInteraction
Fires when the player 'proves' they've found this weapon. Fires on: Player Touch, +USE pickup, Physcannon pickup, Physcannon punt.

See also