- This wiki is out of date, use the continuation of this wiki instead
Unload map
From FenixWiki
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.
Parameters
INT fileID | - The fileID of the file that holds the graphic. |
INT graphID | - The graphID of the graphic to unload. |
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() • |