ppEffectCommit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added to "see also")
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Commit post process effect in given time. |= Description
| Commit [[Post process effects|post process effect]] in given time. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 21: Line 21:




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


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[ppEffectAdjust]], [[ppEffectCommitted]], [[ppEffectCreate]], [[ppEffectDestroy]], [[ppEffectEnable]], [[Post_process_effects]] |= SEEALSO  
| [[Post process effects]], [[ppEffectForceInNVG]], [[ppEffectEnable]], [[ppEffectDestroy]], [[ppEffectCreate]], [[ppEffectCommitted]], [[ppEffectAdjust]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 03:58, 21 March 2014

Hover & click on the images for description

Description

Description:
Commit post process effect in given time.
Groups:
Uncategorised

Syntax

Syntax:
effect ppEffectCommit duration
Parameters:
effect: String or Number - where string is effect name or number is ppEffect handle.
duration: Number
Return Value:
Nothing

Examples

Example 1:
"colorCorrection" ppEffectCommit 3;

Additional Information

See also:
Post process effectsppEffectForceInNVGppEffectEnableppEffectDestroyppEffectCreateppEffectCommittedppEffectAdjust

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

Notes

Bottom Section