BIS fnc PIP: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= |p4=" to "|PARAMETER3= |p4=")
m (Some wiki formatting)
 
(29 intermediate revisions by 3 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


| Displays Picture in Picture. |DESCRIPTION=
|gr1= GUI
____________________________________________________________________________________________


| [renderTarget, cameraParams, (vehicle, replace)] call bis_fnc_PIP; |SYNTAX=
|descr= Displays Picture in Picture.


|p1= '''renderTarget''': [[String]] - render target |Parameter1=
|s1= [renderTarget, cameraParams, vehicle, replace] call [[BIS_fnc_PIP]]
|p2= '''cameraParams''':
<br />[[Object]] - existing camera
<br />[[Array]] - camera params in format [position,target].
<br />'''position''': [[Array]] in format [[Position3D]] or [[attachTo]] [object,position]
<br />'''target''': [[Object]] or [[Array]] in format [[Position3D]] (same as [[camPrepareTarget]]) |Parameter2=


|p3= '''vehicle''' (Optional): [[Object]] - helicopter to which action is added (to memory point "action_screen1") |PARAMETER3=
|p1= renderTarget: [[String]] - render target


|p4= '''vehicle''' (Optional): [[Boolean]] - true to replace existing PIP on same target (default: true) |=
|p2= cameraParams: [[Object]] or [[Array]]
* [[Object]] - existing camera
* [[Array]] - camera params in format [position, target]:
** position: [[Array]] in format [[Position#Introduction|Position3D]] or [[attachTo]] [object, position]
** target: [[Object]] or [[Array]] in format [[Position#Introduction|Position3D]] (same as [[camPrepareTarget]])


| [[Object]] - camera |RETURNVALUE=
|p3= vehicle: [[Object]] - (Optional) helicopter to which action is added (to memory point "action_screen1")
____________________________________________________________________________________________
 
|x1= <code>["rendertarget0",<nowiki>[</nowiki>[heli1,heli1 selectionposition "slingload0"],cargo1],heli1,false] call BIS_fnc_PIP;</code> |Example1=


|x2= <code>["rendertarget0",_myCamera] call BIS_fnc_PIP;</code> |=
|p4= replace: [[Boolean]] - (Optional, default [[true]]) true to replace existing PIP on same target
____________________________________________________________________________________________


| |SEEALSO=
|r1= [[Object]] - camera


}}
|x1= <sqf>["rendertarget0", [heli1, heli1 selectionPosition "slingload0"], cargo1], heli1, false] call BIS_fnc_PIP;</sqf>


<h3 style="display:none">Notes</h3>
|x2= <sqf>["rendertarget0", _myCamera] call BIS_fnc_PIP;</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[isPiPEnabled]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: GUI|{{uc:PIP}}]]
[[Category:Functions|{{uc:PIP}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:PIP}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:PIP}}]]

Latest revision as of 20:04, 5 May 2022

Hover & click on the images for description

Description

Description:
Displays Picture in Picture.
Execution:
call
Groups:
GUI

Syntax

Syntax:
[renderTarget, cameraParams, vehicle, replace] call BIS_fnc_PIP
Parameters:
renderTarget: String - render target
cameraParams: Object or Array
vehicle: Object - (Optional) helicopter to which action is added (to memory point "action_screen1")
replace: Boolean - (Optional, default true) true to replace existing PIP on same target
Return Value:
Object - camera

Examples

Example 1:
["rendertarget0", [heli1, heli1 selectionPosition "slingload0"], cargo1], heli1, false] call BIS_fnc_PIP;
Example 2:
["rendertarget0", _myCamera] call BIS_fnc_PIP;

Additional Information

See also:
isPiPEnabled

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