Skip to content

Commit

Permalink
Put this in the proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Jan 18, 2025
1 parent 11e4225 commit 9ea0048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fgd/bases/BasePropPhysics.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
output OnPhysGunPunt(void) : "Fired when a player punts this object with the Gravity Gun."
output OnPhysGunOnlyPickup(void) : "Fired when a player picks this object up WITH THE GRAVITY GUN. +USE pickups do not fire this output."
output OnPhysGunDrop(void) : "Fired when the player drops the prop with the Gravity Gun or USE."
output OnPhysGunPull[MBase](void) : "Fired when a player pulls this object with the Gravity Gun."
output OnPlayerUse(void) : "Fired when the player tries to +USE the prop. This output will fire only if the Generate output on +USE spawnflag is set."
output OnPlayerPickup(void) : "Fired whenever the player picks up this prop (with the Gravity Gun or with +USE)."
output OnOutOfWorld(void) : "Fired whenever the prop is out of the allowed world bounds."
]

output OnPhysGunPull[MBase](void) : "Fired when a player pulls this object with the Gravity Gun."

0 comments on commit 9ea0048

Please sign in to comment.