武装突袭 Wiki
Advertisement
  

Click on the images for descriptions

Introduced in

Game:
Arma 2
Version:
1.00

Description

Description:
/*
	File: fn_returnNestedElement.sqf

	Description:
	Function to return an item at a path in an array.
	
	Example:
	_array = [[1, 2], [3, 4]];
	_value = [_array, [0, 1]] call BIS_fnc_returnNestedElement; //Expected result: 2

	Parameter(s):
	_this select 0: Array
	_this select 1: path to the element (Array)
	
	Returns:
	Any Value found element
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Example 1:
Example needed
See also:
See also needed

Notes

Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To

Notes

Bottom Section

Advertisement