Gives the distance between the x-axis of the player and the edge of the screen behind of the player.

Format: BackEdgeDist

Arguments:

Return type: float

Error conditions: none

Example:

trigger1 = BackEdgeDist < 30
; Triggers if the x-axus of the player is within 30 pixels of the edge of the screen in back of him.