武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 1.00
  

Click on the images for descriptions

Introduced in

Game:
Arma 3
Version:
1.00

Description

Description:
/*

	Description:
	Every time a given unit fires, bullet cam is created.

	Parameter(s):
		0: OBJECT - unit on which firing is tracked

	Returns:
	BOOL
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Example 1:
player spawn BIS_fnc_diagBulletCam;
Example 2:
Add and remove bullet cam using this method _unit = player; _unit spawn BIS_fnc_diagBulletCam; _EhIndex = _unit getVariable "bis_fnc_diagBulletCam_fired"; _unit removeEventHandler ["fired",_EhIndex];
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