Table of Contents

 
GetTileSetProps
 

Purpose

Returns data structure containing all relevant data on currently loaded tileset

 

Protoype

TILESET_PROPS CTileMngr::GetTilesetProps()
 

Description

This function returns the current TILESET_PROPS structure in use by the map. Using this structure you can do without a few of the map access functions

 

Use

CTileMngr tile_mngr;
TILESET_PROPS tprops = tile_mngr.GetTileSetProps();
 

Prev: GetTileSetHeight