Skip to content

Commit

Permalink
Add undocumented point_changelevel input
Browse files Browse the repository at this point in the history
  • Loading branch information
vrad-exe committed Feb 18, 2024
1 parent 40c0974 commit 3b0eac0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fgd/point/point/point_changelevel.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
[

// Inputs
input ChangeLevel(string) : "Changes the level to the map name supplied as a parameter."
input ChangeLevel(string) : "Fades to black and changes the level to the map name supplied as a parameter."
input ChangeLevelPostFade(string) : "Changes the level instantly, without fading out."

// Outputs
output OnChangeLevel(void) : "Fired when the level is about to change."
Expand Down

0 comments on commit 3b0eac0

Please sign in to comment.