ppEffectCommit
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Arma 2
- Version:
- 1.00
Description
- Description:
- Commit post process effect in given time.
Syntax
- Syntax:
- effect ppEffectCommit commit
- Parameters:
- effect: String - name of the effect
- commit: Number - duration
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- effect ppEffectCommit commit
- Parameters:
- effect: Number - handle of the effect
- commit: Number - duration
- Return Value:
- Nothing
Alternative Syntax 2
- 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 2:
_hndl ppEffectCommit 3;
- Example 3:
[_hndl1, _hndl2] ppEffectCommit 3;
Additional Information
- Multiplayer:
- -
- See also:
- Post process effectsppEffectForceInNVGppEffectEnableppEffectEnabledppEffectDestroyppEffectCreateppEffectCommittedppEffectAdjust
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To