BIS_fnc_ffvUpdate

From Bohemia Interactive Community
Revision as of 20:59, 20 May 2017 by Dedmen (talk | contribs) (1 revision imported: BIS Functions update 7/7)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*
	Author:
		Konrad Szumiec A.D. 2014

	Description:
		Update Firing From Vehicle feature depending on condition defined in turret's config.

	Parameter:
		OBJECT - vehicle

	Returns:
		nothing

	Example:
		if (local _vehicle) then {
			_vehicle animate ["Door_1",1];
			_vehicle call BIS_fnc_ffvUpdate;
		};
*/

(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:

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