BIN fnc getIDWMapStaticDataLayers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|1.94" to "|version1= 1.94")
m (Text replacement - "| <!-- " to "|s1= <!-- ")
Line 34: Line 34:
{{placeholder}} {{Feature|arma3contact}}  
{{placeholder}} {{Feature|arma3contact}}  


| <!-- [] call [[BIN_fnc_getIDWMapStaticDataLayers]]; -->  
|s1= <!-- [] call [[BIN_fnc_getIDWMapStaticDataLayers]]; -->  


|p1=  
|p1=  

Revision as of 18:56, 1 February 2021

{{RV|type=function

|game1= arma3

|version1= 1.94

|gr1= IDWMap

|

/*
		Killzone_Kid

	Description:
		Gets static data from extension

	Parameter(s):
		NONE

	Returns:
		ARRAY in format:
		[
			[[x,y,strengh],[x,y,strengh],...], // data layer 0
			[[x,y,strengh],[x,y,strengh],...], // data layer 1
			...
			[[x,y,strengh],[x,y,strengh],...] // data layer N
		]
		or 
		[] - on error

		
	Example:
		call BIN_fnc_getIDWMapStaticDataLayers
*/

Template:placeholder 
enoch icon ca.png
This content is exclusive to the Arma 3 Contact Expansion.
|s1= |p1= |x1= }}