ppEffectCommit: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " +" to " ") |
Lou Montana (talk | contribs) m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * +\|p1=" to " |s1= $1 |p1=") |
||
Line 17: | Line 17: | ||
| Commit [[Post process effects|post process effect]] in given time. | | Commit [[Post process effects|post process effect]] in given time. | ||
| effect '''ppEffectCommit''' commit | |s1= effect '''ppEffectCommit''' commit | ||
|p1= effect: [[String]] - name of the effect | |p1= effect: [[String]] - name of the effect |
Revision as of 23:20, 12 June 2021
Description
- Description:
- Description needed
- 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