ppEffectCommit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(ppEffect can be a handle)
m (Text replacement - "[[Post process effects" to "[[Post Process Effects")
 
(56 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.00


|1.00|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Commit post process effect in given time. |= Description
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| effect '''ppEffectCommit''' duration |= Syntax
|game4= arma3
|version4= 0.50


|p1= effect: [[String]] or [[Number]] - where string is effect name or number is ppEffect handle. |= PARAMETER1
|gr1= Camera Control


|p2= duration: [[Number]] |= PARAMETER2
|descr= Commit [[Post Process Effects|post process effect]] in given time.


|p3= |= PARAMETER3
|s1= effect [[ppEffectCommit]] commit


| Nothing |= RETURNVALUE
|p1= effect: [[String]] - name of the effect


|p2= commit: [[Number]] - duration


|x1= <code>"colorCorrection" ppEffectCommit 3;</code>|= EXAMPLE1
|r1= [[Nothing]]


____________________________________________________________________________________________
|s2= handle [[ppEffectCommit]] commit


| [[ppEffectAdjust]], [[ppEffectCommitted]], [[ppEffectCreate]], [[ppEffectDestroy]], [[ppEffectEnable]], [[Post_process_effects]] |= SEEALSO
|p21= handle: [[Number]] - handle of the effect


| |= MPBEHAVIOUR
|p22= commit: [[Number]] - duration
____________________________________________________________________________________________
 
}}
|r2= [[Nothing]]
 
|s3= handles [[ppEffectCommit]] commit
 
|p41= handles: [[Array]] of [[Number]]s - list of handles
 
|p42= commit: [[Number]] - duration
 
|r3= [[Nothing]]
 
|x1= <sqf>"colorCorrection" ppEffectCommit 3;</sqf>


<h3 style='display:none'>Notes</h3>
|x2= <sqf>_hndl ppEffectCommit 3;</sqf>
<dl class='command_description'>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x3= <sqf>[_hndl1, _hndl2] ppEffectCommit 3;</sqf>
</dl>


<h3 style='display:none'>Bottom Section</h3>
|seealso= [[Post Process Effects]] [[ppEffectForceInNVG]] [[ppEffectEnable]] [[ppEffectEnabled]] [[ppEffectDestroy]] [[ppEffectCreate]] [[ppEffectCommitted]] [[ppEffectAdjust]]
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 00:25, 13 July 2022

Hover & click on the images for description

Description

Description:
Commit post process effect in given time.
Groups:
Camera Control

Syntax 1

Syntax:
effect ppEffectCommit commit
Parameters:
effect: String - name of the effect
commit: Number - duration
Return Value:
Nothing

Syntax 2

Syntax:
handle ppEffectCommit commit
Parameters:
handle: Number - handle of the effect
commit: Number - duration
Return Value:
Nothing

Syntax 3

Syntax:
handles ppEffectCommit commit
Parameters:
handles: Array of Numbers - list of handles
commit: Number - duration
Return Value:
Nothing

Examples

Example 1:
"colorCorrection" ppEffectCommit 3;
Example 2:
_hndl ppEffectCommit 3;
Example 3:
[_hndl1, _hndl2] ppEffectCommit 3;

Additional Information

See also:
Post Process Effects ppEffectForceInNVG ppEffectEnable ppEffectEnabled ppEffectDestroy ppEffectCreate ppEffectCommitted ppEffectAdjust

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