BIN fnc setIDWMapStaticDataLayers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:\{\{Name\|arma3\}\}: Functions\|\{\{uc:[a-z A-Z]*\}\}]]" to "")
m (Text replacement - "|1.94" to "|version1= 1.94")
Line 3: Line 3:
|game1= arma3
|game1= arma3


|1.94
|version1= 1.94


|gr1= IDWMap
|gr1= IDWMap

Revision as of 20:10, 1 February 2021

{{RV|type=function

|game1= arma3

|version1= 1.94

|gr1= IDWMap

|descr=

/*
		Killzone_Kid

	Description:
		Sets static data for extension use from argument or config "CfgIDWMap"

	Parameter(s):
		ARRAY (optional) - static data 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
		]

	Returns:
		BOOL - true on success
		
	Example:
		call BIN_fnc_setIDWMapStaticDataLayers
*/

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