GrafX2 2.9.3227
The ultimate 256-color painting program
T_Tile Struct Reference

Element of a circular linked list in the tile map. More...

#include <struct.h>

+ Collaboration diagram for T_Tile:

Data Fields

int Previous
 Previous similar tile in the linked list. More...
 
int Next
 Next similar tile in the linked list. More...
 
byte Flipped
 0:no, 1:horizontally, 2:vertically, 3:both More...
 

Detailed Description

Element of a circular linked list in the tile map.

Field Documentation

◆ Previous

int T_Tile::Previous

Previous similar tile in the linked list.

Referenced by Tilemap_update().

◆ Next

int T_Tile::Next

Next similar tile in the linked list.

Referenced by Tilemap_draw(), and Tilemap_update().

◆ Flipped

byte T_Tile::Flipped

0:no, 1:horizontally, 2:vertically, 3:both

Referenced by Tilemap_draw(), and Tilemap_update().


The documentation for this struct was generated from the following file: