BIN fnc getIDWMapStaticDataLayers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "| <!-- " to "|s1= <!-- ")
m (Text replacement - "{{placeholder}}" to "{{Wiki|placeholder}}")
(4 intermediate revisions by the same user not shown)
Line 7: Line 7:
|gr1= IDWMap
|gr1= IDWMap


| <pre>/*
|descr= <pre>/*
Killzone_Kid
Killzone_Kid


Line 30: Line 30:
Example:
Example:
call BIN_fnc_getIDWMapStaticDataLayers
call BIN_fnc_getIDWMapStaticDataLayers
*/
*/</pre>


{{placeholder}} {{Feature|arma3contact}}  
{{Wiki|placeholder}} {{Feature|arma3contact}}  


|s1= <!-- [] call [[BIN_fnc_getIDWMapStaticDataLayers]]; -->  
|s1= <!-- [] call [[BIN_fnc_getIDWMapStaticDataLayers]]; -->  
Line 40: Line 40:
|x1=
|x1=
}}
}}
[[Category:Functions|{{uc:getIDWMapStaticDataLayers}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:getIDWMapStaticDataLayers}}]]

Revision as of 02:23, 7 February 2021

Hover & click on the images for description

Description

Description:
/*
		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
*/
🏗
Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki.
enoch icon ca.png
This content is exclusive to the Arma 3 Contact Expansion.
Execution:
call
Groups:
IDWMap

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note