BIS fnc shakeMapEH: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|exec= call }} " to "}}")
m (Text replacement - "{{placeholder}}" to "{{Wiki|placeholder}}")
Line 27: Line 27:
private _shakeEventCode = format ["[%1, %2, %3, %4] call BIS_fnc_drawMapShake", _shakeDuration, _shakeMagnitude, _shakeCenter, time];
private _shakeEventCode = format ["[%1, %2, %3, %4] call BIS_fnc_drawMapShake", _shakeDuration, _shakeMagnitude, _shakeCenter, time];
BIS_shakeEventHandler = _map ctrladdeventhandler ["draw",_shakeEventCode];
BIS_shakeEventHandler = _map ctrladdeventhandler ["draw",_shakeEventCode];
*/</pre>{{placeholder}}<!-- Remove this after fill-in -->
*/</pre>{{Wiki|placeholder}}<!-- Remove this after fill-in -->


|s1= [] call [[BIS_fnc_shakeMapEH]]
|s1= [] call [[BIS_fnc_shakeMapEH]]

Revision as of 02:33, 7 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Map and MarkersEvent Handlers

Syntax

Syntax:
[] call BIS_fnc_shakeMapEH
Return Value:
Return value needed

Examples

Examples:
Example needed

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