Fenix Manual
Fenix Manual
Command Reference
Map Commands

Get_Point
Graphic_Info
Graphic_Set
Load_Map
Load_Pcx
Load_Png
Map_Block_Copy
Map_Clear
Map_Clone
Map_Exists
Map_Get_Pixel
Map_Name
Map_Put
Map_Put_Pixel
Map_Set_Name
New_Map
Save_Map
Save_Png
Set_Center
Set_Point
Unload_Map

Unload_Map
Last Modified: May 23, 2005 20:05PM
(Any)
Description

UNLOAD_MAP ( INT LIBRARY, INT GRAPH )
It frees up the memory occupied by a graph

PARAMETERS:
INT library: Number of the FPG library
INT graph: Number of graph inside of library

DESCRIPTION:
It frees up the memory occupied by a graph that can be inside of an FPG library, or have been created independently by New_Map, or recovered of disk by a function like Load_Map.

The later accesses to the unloaded graph are considered an error (for example, it is not valid to assign the graph to the variable GRAPH of a process).

It is possible to use this function to quit graph of a FPG archive. The changes made by this function only affect to the FPG on memory: to refresh the FPG archive with them it is necessary to use the function Save_Fpg.

User Contributed Notes
Unload_Map
Add Notes About Notes
dasdas
24-May-2005 5:54
#6
Testing:):P :D

Add Notes About Notes
Last updated: Wed, 25 May 2005 - 8:14:38

Manual © 2005 By Gary Moncrieff(Dazzy), Notes belong to their respective posters