BIS fnc earthquake: Difference between revisions
Jump to navigation
Jump to search
m (Adding Example) |
(Added new example) |
||
Line 30: | Line 30: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[4] call | |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 12:30, 21 September 2015
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