ppEffectCommit: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
||
Line 63: | Line 63: | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
{{GameCategory|arma3|Scripting Commands}} | |||
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] |
Revision as of 00:14, 9 January 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
- 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