| EDGE_TILES | the number of different standard edge tiles |
| CORNER_TILES | the number of different standard corner tiles |
| UPRIGHT | the standard tile orientation |
| TURN_LEFT | the orientation of a tile turned 90 degrees counter-clockwise |
| UPSIDEDOWN | the orientation of a tile turned 180 degrees |
| TURN_RIGHT | the orientation of a tile turned 90 degrees clockwise |
| MIRROR_UPRIGHT | the orientation that is the mirror image of UPRIGHT |
| MIRROR_TURN_LEFT | the orientation that is the mirror image of TURN_LEFT |
| MIRROR_UPSIDEDOWN | the orientation that is the mirror image of UPSIDEDOWN |
| MIRROR_TURN_RIGHT | the orientation that is the mirror image of TURN_RIGHT |
If a coordinate is less than 0, it will count backwards from the right (bottom) edge: x=-1 specifies the rightmost tile position. Note: tiles are assumed to be equal in size, which is true of the tiles included with the standard Strange Eons distribution.
| deckEditor | the deck editor that contains the document to modify |
| nameKey | the name key of the tile to create, from resources/board/tile-set.txt |
| orientation | the rotation and mirroring to apply to the tile |
| x | the x-coordinate to place the tile at |
| y | the y-coordinate to place the tile at |
| deckEditor | the deck editor to find the tile width of |
| deckEditor | the deck editor to find the tile height of |
| deckEditor | the deck editor that contains the document to modify |
| text | the mark-up text to appear in the box |
| x | the x-location (in points) to place the box |
| y | the y-location (in points) to place the box |
| width | the width of the box (in points) |
| height | the height of the box (in points) |
| page | a deck page that the text box will be added to (optional) |