BIS fnc establishingShot: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(page format)
(Add Execution - remove R3vo's comment)
Line 6: Line 6:


|1.00|= Game version
|1.00|= Game version
|arg= global |= Arguments in MP
|eff= local |= Effects in MP
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 24: Line 28:
|p9= fadeIn: [[Boolean]] - Fade in after completion (default: true) |= Parameter 9
|p9= fadeIn: [[Boolean]] - Fade in after completion (default: true) |= Parameter 9


| [[Boolean]] true when done |= Return value
| [[Boolean]] - true when done |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[player, "I can see my house from here", 500, 250, 75, 1, [], 0, true] spawn [[BIS_fnc_establishingShot]]</code> |=  
|x1= <code>[player, "I can see my house from here", 500, 250, 75, 1, [], 0, true] spawn [[BIS_fnc_establishingShot]]</code> |=  
____________________________________________________________________________________________
|exec= spawn |=
____________________________________________________________________________________________
____________________________________________________________________________________________


|  |= See also
|  |= See also
}}
}}


Line 47: Line 53:


<!-- CONTINUE Notes -->
<!-- CONTINUE Notes -->
<dl class="command_description">
 
<dd class="notedate">Posted on July 8, 2017 - 16:35 (UTC)</dd>
<dt class="note">[[User:Revo|Revo]]</dt>
<dd class="note">
This function needs to be executed with [[spawn]].
</dd>
</dl>
<!-- DISCONTINUE Notes -->
<!-- DISCONTINUE Notes -->

Revision as of 18:55, 26 January 2018


Hover & click on the images for description

Description

Description:
Play a fake UAV observational sequence which serves as an establishing shot.
Execution:
spawn
Groups:
Uncategorised

Syntax

Syntax:
[target, text, altitude, radius, angle, rotation, iconOptions, mode, fadeIn] spawn BIS_fnc_establishingShot
Parameters:
target: Object or Array - Target or target's position
text: String - Text to display
altitude: Number - (optional) Altitude (in meters)
radius: Number - (optional) Radius of the circular movement (in meters)
angle: Number - Viewing angle (in degrees)
rotation: Number - Direction of camera movement (0: anti-clockwise, 1: clockwise, default: random)
iconOptions: Array - Objects/positions/groups to display icons over
Syntax: [[icon, color, target, size X, size Y, angle, text, shadow], (...)]
mode: Number - 0: normal (default), 1: world scenes
fadeIn: Boolean - Fade in after completion (default: true)
Return Value:
Boolean - true when done

Examples

Example 1:
[player, "I can see my house from here", 500, 250, 75, 1, [], 0, true] spawn BIS_fnc_establishingShot

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