BIS_fnc_destroyer01HandleDamage

From Bohemia Interactive Community
Revision as of 16:09, 25 December 2018 by R3vo (talk | contribs) (Created page with "{{Function|= Comments | arma3 |Game name= |1.84|Game version= <!---|arg= local |Multiplayer Arguments=---> <!---|eff= local |Multiplayer Effects=---> | <pre>/* Author: B...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

Description

Description:
/*
	Author: Bravo Zero One development
	- John_Spartan

	Description:
	- This is a damage visual FX simulation function designed to animate ships bridge windows when shot.
	  Due to engine limitation (damage simulation is disabled for indestructible objects e.g. ships components) this workaround is applied.

	Execution:
	- Call from EH on the ship's model part with windows.

		Example:
		class Eventhandlers
		{
			HitPart = "_this call BIS_fnc_Destroyer01HandleDamage;";
		};

	Requirements:
	- Compatible object (e.g. ship component) must have a set of selections that are setup and named by convention.
	  Selections must be defined as hidden selections in order for setObjectTexture to work.

	Parameter(s):
		_this select 0: mode (Scalar)
		0: event Handler Array as documented here - https://community.bistudio.com/wiki/Arma_3:_Event_Handlers#HitPart


	Returns: nothing
	Result: Destroyer (ship) window textures are swapped for damaged ones. Simple swap.

*/
Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[] call BIS_fnc_Destroyer01HandleDamage
Parameters:
parameter: Datatype - (Optional, default defValue) description
Return Value:
Datatype - description

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