Difference between revisions of "Graphics Commands"
From The Official Visionaire Studio: Adventure Game Engine Wiki
(Created page with "This is a list of methods and fields supported on the <code>graphics</code> object. == Methods == {| class="ts" |- ! style="width:15%" | Function Name ! Description |- | ...") |
|||
| Line 57: | Line 57: | ||
|- | |- | ||
| [[Graphics Command: drawSprite|drawSprite]] | | [[Graphics Command: drawSprite|drawSprite]] | ||
| + | | | ||
| + | |- | ||
| + | | [[Graphics Command: drawTextObject|drawTextObject]] | ||
| | | | ||
|- | |- | ||
Latest revision as of 22:25, 15 January 2024
This is a list of methods and fields supported on the graphics object.
Methods
Fields
| Field Name | Type | Description |
|---|---|---|
| clipboard | string | |
| defaultShader | integer | |
| font | TVisObj | |
| fontShader | integer | |
| fontShaderIndizes | table of integers | |
| invMatrix1 | integer | |
| matrix1 | integer | |
| matrix2 | integer | |
| textMatrix | integer |