Set.upper.left
From AGI Wiki
Jump to navigationJump to searchThe purpose of the set.upper.left command not currently known.
Syntax
Remarks
This command may be related to setting up the screen for games on non-PC platforms, but this is not known for certain. In the MS-DOS interpreter file this command points to a null function that skips over the passed arguments, and does nothing.
Possible Errors
None.
Example
Code:
<syntaxhighlight lang="agi"> set.upper.left(0, 0); [ does nothing on PC AGI games </syntaxhighlight>
Technical Information
Required Interpreter Version: | Available in all AGI versions. |
Byte-Code Value: | 155 (0x9B hex) |