Table of Contents

 
RemoveAllLayers
 

Purpose

Removes all the layers

 

Protoype

void CTileMngr::RemoveAllLayers ()
 

Description

This function removes all the layers and their stored IDs from the map

 

Use

CTileMngr tile_mngr;
tile_mngr.RemoveAllLayers(); 
 

Prev: RemoveAllImages