BIN fnc getIDWMapStaticDataLayers

From Bohemia Interactive Community
Revision as of 19:04, 1 February 2021 by R3vo (talk | contribs) (Text replacement - "| <pre>/*" to "|descr= <pre>/*")
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

{{RV|type=function

|game1= arma3

|version1= 1.94

|gr1= IDWMap

|descr=

/*
		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= }}