Skip to content

Commit 0b34e28

Browse files
func_bhop gamemode specific landing limit description (#285)
1 parent 1e9949e commit 0b34e28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fgd/brush/func/func_bhop.fgd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
target(target_destination) : "Remote Destination" : : "The entity specifying the point to which the player should be teleported (overrides progress teleport setting)."
1010
UseDestinationAngles(boolean) : "Use Destination Angles" : 1 : "Snap the player's angles and velocity direction to the angles of the destination entity."
1111
ResetVelocityOnTeleport(boolean) : "Reset Velocity on Teleport" : 0 : "Reset the player's velocity when teleported."
12-
LandingLimit(integer) : "Landing Limit" : 0 : "The maximum amount of times the player is allowed to land on this. A limit of zero allows unlimited landings/bhops. Only full groundings count toward this, not just touching from above."
12+
LandingLimit(integer) : "Landing Limit" : 0 : "The maximum amount of times the player is allowed to land on this. A limit of 0 allows unlimited landings/bhops. A limit of -1 uses gamemode-specific behavior emulating func_door blocks from the appropriate game. Only full groundings count toward this, not just touching from above."
1313

1414
spawnflags(flags) =
1515
[

0 commit comments

Comments
 (0)