ppEffectCommit: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Text replacement - "[[Post process effects" to "[[Post Process Effects") |
||
(26 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2 | |game1= arma2 | ||
|version1= 1.00 | |||
|1.00 | |game2= arma2oa | ||
|version2= 1.50 | |||
|game3= tkoh | |||
|version3= 1.00 | |||
|game4= arma3 | |||
|version4= 0.50 | |||
|gr1= Camera Control | |gr1= Camera Control | ||
| Commit [[Post | |descr= Commit [[Post Process Effects|post process effect]] in given time. | ||
| effect | |s1= effect [[ppEffectCommit]] commit | ||
|p1= effect: [[String]] - name of the effect | |p1= effect: [[String]] - name of the effect | ||
Line 15: | Line 23: | ||
|p2= commit: [[Number]] - duration | |p2= commit: [[Number]] - duration | ||
| | |r1= [[Nothing]] | ||
| | |s2= handle [[ppEffectCommit]] commit | ||
| | |p21= handle: [[Number]] - handle of the effect | ||
| | |p22= commit: [[Number]] - duration | ||
|r2= [[Nothing]] | |r2= [[Nothing]] | ||
|s3= handles | |s3= handles [[ppEffectCommit]] commit | ||
| | |p41= handles: [[Array]] of [[Number]]s - list of handles | ||
| | |p42= commit: [[Number]] - duration | ||
|r3= [[Nothing]] | |r3= [[Nothing]] | ||
|x1= < | |x1= <sqf>"colorCorrection" ppEffectCommit 3;</sqf> | ||
| | |x2= <sqf>_hndl ppEffectCommit 3;</sqf> | ||
| [ | |x3= <sqf>[_hndl1, _hndl2] ppEffectCommit 3;</sqf> | ||
| | |seealso= [[Post Process Effects]] [[ppEffectForceInNVG]] [[ppEffectEnable]] [[ppEffectEnabled]] [[ppEffectDestroy]] [[ppEffectCreate]] [[ppEffectCommitted]] [[ppEffectAdjust]] | ||
}} | }} | ||
Latest revision as of 23:25, 12 July 2022
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