Returns the y position of the bottom edge of the screen, in absolute stage coordinates.

Format: BottomEdge

Arguments:

Return type: float

Error conditions: none

Notes:

This trigger is equivalent to the expression "Pos Y - ScreenPos Y + GameHeight".

Example:

trigger1 = Pos Y < BottomEdge
; Triggers if the player is above the bottom edge of the screen.