Returns the width of the screen space in the player's local coordinate space.
Format: ScreenWidth
Arguments:
Return type: float
Error conditions: none
Notes:
Not affected by the camera zoom factor.
Example:
type = Explod
space = screen
pos = ScreenWidth / 2, ScreenHeight / 2
...
; Creates an explod in screen-space in the center of the screen.