setPiPEffect: Difference between revisions
Jump to navigation
Jump to search
(Added PiP command description) |
No edit summary |
||
Line 44: | Line 44: | ||
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Take On Helicopters: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | [[Category:Take On Helicopters: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]] |
Revision as of 13:57, 2 March 2013
Description
- Description:
- Set a Render Target's visual effect (Picture-in-Picture).
- 0: normal (HDR)
- 1: NV
- 2: TI
- 3: Color correction
- 4: Mirror
- Groups:
- Uncategorised
Syntax
- Syntax:
- name setPiPEffect [effect, optionalParam1, ..., optionalParamN]
- Parameters:
- name : String - Render Target name
- effect : Number - effect type
- optionalParam1: Parameters based on selected effect
- Return Value:
- Nothing
Examples
- Example 1:
"rendertarget0" setPiPEffect [0];
- Example 2:
"rendertarget0" setPiPEffect [3, 1.0, 1.0, 1.0, 0.0, [0.0, 1.0, 0.0, 0.25], [1.0, 0.0, 1.0, 1.0], [0.199, 0.587, 0.114, 0.0]];
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