BIN fnc diag getAllAreaObjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "| arma3 " to "|game1= arma3 ")
m (Text replacement - "|1.94" to "|version1= 1.94")
Line 3: Line 3:
|game1= arma3  
|game1= arma3  


|1.94
|version1= 1.94


|gr1= Collisions  
|gr1= Collisions  

Revision as of 18:51, 1 February 2021

{{RV|type=function

|game1= arma3

|version1= 1.94

|gr1= Collisions

|

/*
		Killzone_Kid

	Description:
		Returns stored area objects for diagnostics

	Parameter(s):
		0: STRING - area name
		1: NUMBER - multipart number

	Returns:
		ARRAY of arays in format [[posX,posY,posMinZ,posMaxZ,radius],...]
		
	Example:
		"MyArea" call BIN_fnc_diag_getAllAreaObjects
*/

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