ppEffectCommitted: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| ?r2=(.*)\|RETURNVALUE= *" to " |r2=(.*)|RETURNVALUE2=") |
Lou Montana (talk | contribs) m (Fix bad regex effects) Tag: Undo |
||
Line 12: | Line 12: | ||
| '''ppEffectCommitted''' effect |SYNTAX= | | '''ppEffectCommitted''' effect |SYNTAX= | ||
|p1= effect: [[String]] - effect name |PARAMETER1= | |p1= effect: [[String]] - effect name |PARAMETER1= | ||
| | | [[Boolean]] |RETURNVALUE= | ||
| | |s2= '''ppEffectCommitted''' handle |SYNTAX2= | ||
| [[ | |p21= handle: [[Number]] - effect handle |PARAMETER21= | ||
| | |r2= [[Boolean]] |RETURNVALUE2= | ||
| | |x1= <code>[[ppEffectCommitted]] "colorCorrection";</code>|EXAMPLE1= | ||
| | |x2= <code>[[ppEffectCommitted]] _hndl;</code>|EXAMPLE2= | ||
|x3= <code>[[if]] ([[ppEffectCommitted]] "colorCorrection") [[then]] { [[hint]] "alteration done !" };</code> |EXAMPLE3= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 52: | Line 44: | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 21:10, 24 September 2020
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