Difference between revisions of "HandleCameraEffects"

From cluster wiki
Jump to navigation Jump to search
 
Line 18: Line 18:
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Groups:</dt>
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Groups:</dt>
<dd style="width:90%;padding:.3em .3em .3em 7em;"><div style="display:block;">
<dd style="width:90%;padding:.3em .3em .3em 7em;"><div style="display:block;">
Eric's Damage Handling Modification: Eric's Mission Framework
edhm: Eric's Mission Framework
</div></dd>
</div></dd>
  </dl>  
  </dl>  

Latest revision as of 13:33, 26 March 2022

Description
Description:

Handles visual effects in EDHM.

Execution:

call

Groups:

edhm: Eric's Mission Framework

Syntax
Syntax:

[vehicle, crew, playerDamage] call emf_edhm_fnc_handleCameraEffects

Parameters:

vehicle: Object - Vehicle to set on fire.

crew: Array - Vehicle crew to apply effects to.

playerDamage: Number - EDHM Damage class.

Return Value:

None

Examples
Example 1:
[this, [p1, p2], 2] call emf_edhm_fnc_handleCameraEffects;
Additional Information
See also:


Notes