[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: Prometheus_Vid.pas line 109
type TileDataBase = object |
Data: ; |
StartPoint: ; |
EndPoint: ; |
Loaded: ; |
TileSets: Int64; |
function GetNextEmptyTileSlot; |
procedure AddTileSet(); |
procedure DrawTile(); |
procedure RemoveTileSet(); |
procedure Empty; |
end; |