Skip to content
Open
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
2 changes: 2 additions & 0 deletions fgd/brush/trigger/trigger_momentum_limitmovement.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
appliesto(MOMENTUM)
= trigger_momentum_limitmovement : "Trigger that prevents the player from doing specific keypress movements inside the volume."
[
BhopCooldown(float) : "Bhop Cooldown" : "0.2" : "Cooldown in seconds before jumping is re-enabled after landing. <= 0 means jump stays disabled until exiting the trigger."

spawnflags(flags) : "spawnflags" =
[
8192: "Prevent the player from moving forward" : 0
Expand Down
Loading