BIN fnc setIDWMapStaticDataLayers: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "</pre><small>''(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)''</small>" to "{{placeholder}}") |
m (Text replacement - "| <pre>/*" to "|descr= <pre>/*") |
||
Line 7: | Line 7: | ||
|gr1= IDWMap | |gr1= IDWMap | ||
| <pre>/* | |descr= <pre>/* | ||
Killzone_Kid | Killzone_Kid | ||
Revision as of 18:06, 1 February 2021
{{RV|type=function
| arma3
|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
|
|p1=
|
|x1=
}}