BIS fnc destroyCity: Difference between revisions
Jump to navigation
Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Command|= | |||
____________________________________________________________________________________________ | |||
| arma2oa |= | |||
|1.56|= | |||
| | |arg= |= MPARGUMENTS | ||
| | |eff= global |= Effects in MP | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Creates particle sandstorm round given object. | ||
|= | |||
____________________________________________________________________________________________ | |||
| [position,''areaSize'',''seed'',''blacklist''] call '''BIS_fnc_destroyCity''' |= | |||
|p1= position: [[Array]] (in format [[position]]) or [[Object]] (object position) or [[String]] (marker position) |= PARAMETER1 | |||
|p2= areaSize ''(Optional)'': [[Number]] - area diameter (default is 1000) |= PARAMETER2 | |||
| | |p3= seed ''(Optional)'': [[Number]] - random seed (default is 1138) |= PARAMETER3 | ||
| | |p4= blacklist ''(Optional)'': [[Array]] of blacklisted objects (default is an empty array) |= PARAMETER4 | ||
| |= | | [[Boolean]] - true when completed |= RETURNVALUE | ||
|x1= <code></code> |= | |x1= <code>["destroyBase",500,42,[bis_vila]] call bis_fnc_destroyCity;</code>|= EXAMPLE1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= | | [[Functions Library]] |= SEEALSO | ||
| |= MPBEHAVIOUR | |||
____________________________________________________________________________________________ | |||
}} | }} | ||
<h3 style= | <h3 style='display:none'>Notes</h3> | ||
<dl class= | <dl class='command_description'> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
Line 47: | Line 43: | ||
</dl> | </dl> | ||
<h3 style= | <h3 style='display:none'>Bottom Section</h3> | ||
[[Category: | [[Category:ArmA 2: Functions|DESTROYCITY}}]] | ||
Revision as of 10:53, 29 November 2010
Description
- Description:
- Creates particle sandstorm round given object.
- Groups:
- Uncategorised
Syntax
- Syntax:
- [position,areaSize,seed,blacklist] call BIS_fnc_destroyCity
- Parameters:
- position: Array (in format position) or Object (object position) or String (marker position)
- areaSize (Optional): Number - area diameter (default is 1000)
- seed (Optional): Number - random seed (default is 1138)
- blacklist (Optional): Array of blacklisted objects (default is an empty array)
- Return Value:
- Boolean - true when completed
Examples
- Example 1:
["destroyBase",500,42,[bis_vila]] call bis_fnc_destroyCity;
Additional Information
- See also:
- Functions Library
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