This wiki is out of date, use the continuation of this wiki instead

Unload map

From FenixWiki

Revision as of 00:51, 16 December 2007 by Sandman (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


[edit] Definition

INT unload_map ( <INT fileID> , <INT graphID> )

Frees the memory used by the specified graphic. The associated graphID is no longer valid when the graphic is freed.

[edit] Parameters

INT fileID - The fileID of the file that holds the graphic.
INT graphID - The graphID of the graphic to unload.

[edit] Returns

INT : Successrate

false - Invalid graphic.
true - Graphic unloaded.


Maps Functions
Graphic_info() • Map_block_copy() • Map_clear() • Map_clone() • Map_put() • Map_put_pixel() • Map_xput() • Map_xputnp() • New_map() • Save_png() • Unload_map() •
Personal tools