BIS fnc ambientPlanes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page filling)
m (Some wiki formatting)
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| tkoh |Game name=
|game1= tkoh
|version1= 1.00


|1.00|Game version=
|game2= arma3
|version2= 0.50


|eff= global |MP Effect=
|gr1= Ambient
____________________________________________________________________________________________


| Creates ambient airplanes fly-by near airports around the [[player]]. It will automatically get classes from {{Inline code|[[configFile]] >> "CfgVehicles"}} on all planes that have "ambientType" attribute > 0. |DESCRIPTION=
|eff= global


|mp= Since this function uses [[player]] and its effect is [[Multiplayer Scripting#Locality|global]], this can only be used in singleplayer or executed locally on a player, usually the group leader. |Multiplayer=
|descr= Creates ambient airplanes fly-by near airports around the [[player]]. It will automatically get classes from <sqf inline>configFile >> "CfgVehicles"</sqf> on all planes that have "ambientType" attribute &gt; 0.
____________________________________________________________________________________________


| [quantity, areaRadius, dirStep] call [[BIS_fnc_ambientPlanes]] |SYNTAX=
|mp= Since this function uses [[player]] and its effect is [[Multiplayer Scripting#Locality|global]], this can only be used in singleplayer or executed locally on a player, usually the group leader.


|p1= quantity: [[Number]] - (Optional, default 5) |PARAMETER1=
|s1= [quantity, areaRadius, dirStep] call [[BIS_fnc_ambientPlanes]]


|p2= areaRadius: [[Number]] - (Optional, default 10000) - area radius around airports where planes can spawn/fly |PARAMETER2=
|p1= quantity: [[Number]] - (Optional, default 5)


|p3= dirStep: [[Number]] - (Optional, default 30) |PARAMETER3=
|p2= areaRadius: [[Number]] - (Optional, default 10000) - area radius around airports where planes can spawn/fly


| [[Nothing]] |RETURNVALUE=
|p3= dirStep: [[Number]] - (Optional, default 30)
____________________________________________________________________________________________


|x1= <code>[] [[call]] [[BIS_fnc_ambientPlanes]];</code> |EXAMPLE1=
|r1= [[Nothing]]


|x2= <code>[30, 3000] [[call]] [[BIS_fnc_ambientPlanes]];</code> |EXAMPLE2=
|x1= <sqf>[] call BIS_fnc_ambientPlanes;</sqf>
____________________________________________________________________________________________


| [[createUnit]] [[createVehicle]] [[BIS_fnc_spawnGroup]] |SEEALSO=
|x2= <sqf>[30, 3000] call BIS_fnc_ambientPlanes;</sqf>
 
|seealso= [[createUnit]] [[createVehicle]] [[BIS_fnc_spawnGroup]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Ambient|{{uc:ambientPlanes}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:ambientPlanes}}]]

Latest revision as of 14:33, 27 July 2022

Hover & click on the images for description

Description

Description:
Creates ambient airplanes fly-by near airports around the player. It will automatically get classes from configFile >> "CfgVehicles" on all planes that have "ambientType" attribute > 0.
Execution:
call
Multiplayer:
Since this function uses player and its effect is global, this can only be used in singleplayer or executed locally on a player, usually the group leader.
Groups:
Ambient

Syntax

Syntax:
[quantity, areaRadius, dirStep] call BIS_fnc_ambientPlanes
Parameters:
quantity: Number - (Optional, default 5)
areaRadius: Number - (Optional, default 10000) - area radius around airports where planes can spawn/fly
dirStep: Number - (Optional, default 30)
Return Value:
Nothing

Examples

Example 1:
[] call BIS_fnc_ambientPlanes;
Example 2:
[30, 3000] call BIS_fnc_ambientPlanes;

Additional Information

See also:
createUnit createVehicle BIS_fnc_spawnGroup

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