Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions fgd/point/logic/logic_playerproxy.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
input RemovePortalGun[P2CE](void) : "Removes the portal gun from the player, if they have it."
input RemovePaintGun[P2CE](void) : "Removes the paint gun from the player, if they have it."
input LowerWeapon[P2CE](void) : "Lowers the weapon, setting it to a disabled state."
input ReadyWeapon[P2CE](void) : "Raises the weapon, setting it to the default enabled state."
input SetFallDamageEnabled(boolean) : "Whether or not fall damage is enabled"

// Outputs
Expand Down