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
4 changes: 3 additions & 1 deletion fgd/bases/Trigger.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"Only entities that passed this trigger's filters will cause this output to fire."
output OnEndTouchAll(void) : "Fires when an entity stops touching this trigger, and no other entities are touching it. " +
"Only entities that passed this trigger's filters are considered."
output OnJump(void) : "Fires when a player jumps in this trigger. " +
output OnJump[MOMENTUM](void) : "Fires when a player jumps in this trigger. " +
"Only entities that passed this trigger's filters are considered."
output OnLand[MOMENTUM](void) : "Fires when a player lands in this trigger. " +
"Only entities that passed this trigger's filters are considered."
]