ppEffectCommit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Check whether given post process effect is commited |= Description
| Commit post process effect in given time. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''ppEffectCommit'''ted effect |= Syntax
| effect '''ppEffectCommit''' duration |= Syntax


|p1= effect: [[Number]] -  |= PARAMETER1  
|p1= effect: [[String]] -  |= PARAMETER1  


|p2= |= PARAMETER2  
|p2= duration: [[Number]] |= PARAMETER2  


|p3= |= PARAMETER3  
|p3= |= PARAMETER3  
Line 21: Line 21:




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>"colorCorrection" ppEffectCommit 3;</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[ppEffectAdjust]], [[ppEffectCommitted]], [[ppEffectCreate]], [[ppEffectDestroy]], [[ppEffectEnable]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 07:54, 15 July 2009

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 -
duration: Number
Return Value:
Boolean

Examples

Example 1:
"colorCorrection" ppEffectCommit 3;

Additional Information

See also:
ppEffectAdjustppEffectCommittedppEffectCreateppEffectDestroyppEffectEnable

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