ppEffectCommit: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ") |
Lou Montana (talk | contribs) m (Text replacement - "\|s([0-9])\= ([^' ]+)'''([^' ]+)'''([^ ]*) " to "|s$1= $2$3$4 ") |
||
Line 17: | Line 17: | ||
|descr= Commit [[Post process effects|post process effect]] in given time. | |descr= Commit [[Post process effects|post process effect]] in given time. | ||
|s1= effect | |s1= effect [[ppEffectCommit]] commit | ||
|p1= effect: [[String]] - name of the effect | |p1= effect: [[String]] - name of the effect | ||
Line 25: | Line 25: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|s2= handle | |s2= handle [[ppEffectCommit]] commit | ||
|p21= handle: [[Number]] - handle of the effect | |p21= handle: [[Number]] - handle of the effect | ||
Line 33: | Line 33: | ||
|r2= [[Nothing]] | |r2= [[Nothing]] | ||
|s3= handles | |s3= handles [[ppEffectCommit]] commit | ||
|p41= handles: [[Array]] of [[Number]]s - list of handles | |p41= handles: [[Array]] of [[Number]]s - list of handles |
Revision as of 17:58, 20 June 2021
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 effectsppEffectForceInNVGppEffectEnableppEffectEnabledppEffectDestroyppEffectCreateppEffectCommittedppEffectAdjust
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