Table of Contents

 
ShutDown
 

Purpose

Shuts down the engine

 

Protoype

void CTileMngr::ShutDown ()
 

Description

This function unloads the current map and all its assets and shuts down the map engine.

 

Use

CTileMngr tile_mngr;
tile_mngr.ShutDown();
 

Prev: SetTileImage
Next: StartUp