Name
checkScreenXY — Check if 2D screen coordinates are inside the gameplay area.
Synopsis
call subs.txt checkScreenXY { screenx } { screeny } [ return ]
Parameters
Table 11. checkScreenXY parameters
Name | Description |
---|
screenx | Screen x-coordinate. |
screeny | Screen y-coordinate. |
return | Name of return value ('return' by default). |
Description
Check if 2D screen coordinates are inside the gameplay area.
Returns
%@3 (#true or #false )