BIS fnc PIP: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "Position3D" to "Position3D") |
Lou Montana (talk | contribs) m (Fix examples) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 21: | Line 21: | ||
** target: [[Object]] or [[Array]] in format [[Position#Introduction|Position3D]] (same as [[camPrepareTarget]]) | ** target: [[Object]] or [[Array]] in format [[Position#Introduction|Position3D]] (same as [[camPrepareTarget]]) | ||
|p3= vehicle: [[Object]] - (Optional) | |p3= vehicle: [[Object]] - (Optional) vehicle to which action is added (to memory point "action_screen1") | ||
|p4= replace: [[Boolean]] - (Optional, default [[true]]) true to replace existing PIP on same target | |p4= replace: [[Boolean]] - (Optional, default [[true]]) true to replace existing PIP on same target | ||
Line 27: | Line 27: | ||
|r1= [[Object]] - camera | |r1= [[Object]] - camera | ||
|x1= < | |x1= <sqf>["rendertarget0", [[heli1, heli1 selectionPosition "slingload0"], cargo1], heli1, false] call BIS_fnc_PIP;</sqf> | ||
|x2= < | |x2= <sqf>["rendertarget0", _myCamera] call BIS_fnc_PIP;</sqf> | ||
|x3= <sqf> | |||
["rendertarget0"] call BIS_fnc_PIP; // terminate | |||
[] call BIS_fnc_PIP; // terminate "livefeedrendertarget0" | |||
</sqf> | |||
|seealso= [[isPiPEnabled]] | |seealso= [[isPiPEnabled]] | ||
}} | }} |
Latest revision as of 13:23, 3 September 2025
Description
Syntax
- Syntax:
- [renderTarget, cameraParams, vehicle, replace] call BIS_fnc_PIP
- Parameters:
- renderTarget: String - render target
- cameraParams: Object or Array
- Object - existing camera
- Array - camera params in format [position, target]:
- position: Array in format Position3D or attachTo [object, position]
- target: Object or Array in format Position3D (same as camPrepareTarget)
- vehicle: Object - (Optional) vehicle 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:
- Example 3:
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