ppEffectCommitted: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:ArmA 2: New Scripting Commands List\|{{uc:{{PAGENAME}}}}\]\]\s*" to "") |
Lou Montana (talk | contribs) m (Text replacement - "|PARAMETER1= |p22=" to "|PARAMETER21= |p22=") |
||
Line 22: | Line 22: | ||
| s2='''ppEffectCommitted''' effect |SYNTAX2= | | s2='''ppEffectCommitted''' effect |SYNTAX2= | ||
|p21= effect: [[Number]] - effect handle | | |p21= effect: [[Number]] - effect handle |PARAMETER21= | ||
|p22= |PARAMETER2= | |p22= |PARAMETER2= |
Revision as of 20:53, 19 December 2019
Description
- Description:
- Check whether given post process effect is committed
- Groups:
- Uncategorised
Syntax
Alternative Syntax
Examples
- Example 1:
ppEffectCommitted "colorCorrection";
- Example 2:
ppEffectCommitted _hndl;
- Example 3:
if (ppEffectCommitted "colorCorrection") then {hint "alteration done !"};
Additional Information
- See also:
- Post process effectsppEffectForceInNVGppEffectEnableppEffectDestroyppEffectCreateppEffectCommitppEffectAdjust
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