Castle Game EngineIntroduction Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers
|
Record TTerrain
Hierarchy Methods Properties
Unit
CastleTiledMap
Declaration
type TTerrain = record
Description
Overview
Fields
Description
Fields
Name: string; |
The name of the terrain type.
|
Tile: Cardinal; |
The local tile -id of the tile that represents the terrain visually.
|
Generated by PasDoc 0.15.0.
|