ppEffectCommit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \|x3 ?=(.*)\|EXAMPLE1=" to " |x3=$1|EXAMPLE3=")
m (Text replacement - " \| ?r2=(.*)\|RETURNVALUE= *" to " |r2=(.*)|RETURNVALUE2=")
Line 28: Line 28:
|p23= |PARAMETER3=  
|p23= |PARAMETER3=  


| r2= [[Nothing]] |RETURNVALUE=
|r2=(.*)|RETURNVALUE2=


| s3= [effect1,...] '''ppEffectCommit''' commit |SYNTAX3=
| s3= [effect1,...] '''ppEffectCommit''' commit |SYNTAX3=

Revision as of 20:24, 24 September 2020

Hover & click on the images for description

Description

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

Syntax 1

Syntax:
effect ppEffectCommit commit
Parameters:
effect: String - name of the effect
commit: Number - duration
Return Value:
Nothing

Syntax 2

Syntax:
effect ppEffectCommit commit
Parameters:
effect: Number - handle of the effect
commit: Number - duration
Return Value:
(.*)

Syntax 3

Syntax:
[effect1,...] ppEffectCommit commit
Parameters:
[effect1,...]: Array - array of effect handles
effect1: Number - handle of the effect
commit: Number - duration
Return Value:
Nothing

Examples

Example 1:
"colorCorrection" 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

Notes

Bottom Section