BIS fnc earthquake: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Adding Example)
(Added new example)
Line 30: Line 30:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[4] call bis_fnc_earthquake;</code> |=  
|x1= <code>[4] call BIS_fnc_earthquake; // Local use</code> |=
 
 
|x2= <code>2 remoteExec ["BIS_fnc_earthquake",0] call BIS_fnc_MP; // Global use</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 13:30, 21 September 2015


Hover & click on the images for description

Description

Description:
/*
	
	Description:
	Earthquake simulation - now just camera shake and sound
	
	Parameter(s):
	_this select 0:	INT - intensity {1,2,3,4}	
	
	Returns:
	NONE
	
*/
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:
[4] call BIS_fnc_earthquake; // Local use
Example 2:
2 remoteExec ["BIS_fnc_earthquake",0] call BIS_fnc_MP; // Global use

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

Notes

Bottom Section