BIS fnc ambientPlanes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|eff= global |MP Effect=" to "|eff= global")
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
Line 27: Line 27:
|x2= <code>[30, 3000] [[call]] [[BIS_fnc_ambientPlanes]];</code>
|x2= <code>[30, 3000] [[call]] [[BIS_fnc_ambientPlanes]];</code>


| [[createUnit]] [[createVehicle]] [[BIS_fnc_spawnGroup]]
|seealso= [[createUnit]] [[createVehicle]] [[BIS_fnc_spawnGroup]]
}}
}}




[[Category:{{Name|arma3}}: Functions|{{uc:ambientPlanes}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:ambientPlanes}}]]

Revision as of 01:24, 17 February 2021

Hover & click on the images for description

Description

Description:
Description needed
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:
Syntax needed
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:
Return value needed

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