BIS fnc neutralizeUnit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 34: Line 34:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>cursorTarget call BIS_fnc_neutralizeUnit</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 03:17, 11 November 2014


Hover & click on the images for description

Description

Description:
/*

	Description:
	Neutralize an object by intrinsic means
		- soldiers are blowed up by mine
		- vehicles are shelled by artillery
		- air units are hit by AA missile
		- underwater units are simply killed

	Parameter(s):
		0: OBJECT

	Returns:
	BOOL
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:
cursorTarget call BIS_fnc_neutralizeUnit

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

Notes

Bottom Section