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

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

INT MAP_CLONE ( INT LIBRARY, INT GRAPH )
It creates a copy of a graph

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

DESCRIPTION:
This function creates a copy in memory of a graph. The new graph will be in library 0, and Fenix will assign a new available number for it. The returned value of this function will be the number of the new graph, and it must be saved so you can use in any graph operation.

The library 0 or the system library is not limited to 999 graphs, so that it is not possible that this function returns an error if there is not any available number.

If you want to create a new graph inside the FPG library but it is not the system library, then it is recommended to use the function Fpg_Add.

User Contributed Notes
Map_Clone
Add Notes About Notes
There are no user contributed notes for this page.
Last updated: Mon, 30 May 2005 - 10:32:58

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