Map info get
Revision as of 04:16, 16 March 2012 by 82.74.128.190 (talk) (Created page with 'Category:functions Category:maps Category:mod_map ==Definition== '''INT''' map_info_get ( <'''INT''' fileID> , <'''INT''' graphID> , <'''INT''' infotype> ) Gets som…')
Definition
INT map_info_get ( <INT fileID> , <INT graphID> , <INT infotype> )
Gets some information about the graph specified. This function is also known as Graphic_info() and Map_info().
Parameters
INT fileID | - The file that holds the graph. |
INT graphID | - The graph to get information from. |
INT infotype | - What type of information you want. |
Returns
INT : Returns the information you want.
If the specified graph was invalid it returns 0.
If the specified infotype was not recognized it returns 1.
Example
See Graphic_info() for example.