BIS fnc earthquake: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added addCamShake as a See Also)
mNo edit summary
Line 7: Line 7:


|eff= local |= effect
|eff= local |= effect
|gr1 = Environment |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 33: Line 35:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Misc|{{uc:earthquake}}]]
[[Category:Functions|{{uc:earthquake}}]]
[[Category:Functions|{{uc:earthquake}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:earthquake}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:earthquake}}]]

Revision as of 18:01, 9 October 2020

Hover & click on the images for description

Description

Description:
Earthquake simulation - now just camera shake and sound. Stamina is impacted by the earthquake too.
Execution:
call
Groups:
Environment

Syntax

Syntax:
[intensity] call BIS_fnc_earthquake
Parameters:
intensity: Number - (Optional, default 2) can be 1, 2, 3 or 4. Any other value will fall back to the default value
Return Value:
Nothing

Examples

Example 1:
[4] call BIS_fnc_earthquake;

Additional Information

See also:
addCamShake

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