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
2 changes: 1 addition & 1 deletion fgd/brush/trigger/trigger_teleport.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
landmark(target_destination) : "Local Destination Landmark" : : "In landmark mode, teleported entities are offset from the target by " +
"their initial offset from the landmark. Angles and velocity are also reoriented to the destination if enabled."

uselandmarkangles(boolean) : "Use Destination Angles" : 0 : "Forces the teleported object to snap to the angles of the destination."
uselandmarkangles(boolean) : "Use Destination Angles" : 1 : "Forces the teleported object to snap to the angles of the destination."

checkdestifclearforplayer[-MOMENTUM](boolean) : "Only Spawn-Valid Destinations" : 0 : "Only teleport if there is a clear teleport destination."

Expand Down