ppEffectCommitted: Difference between revisions
Jump to navigation
Jump to search
Fred Gandt (talk | contribs) m (Added to "see also" and <code> tidy) |
Killzone Kid (talk | contribs) (alt syntax) |
||
Line 12: | Line 12: | ||
| '''ppEffectCommitted''' effect |= Syntax | | '''ppEffectCommitted''' effect |= Syntax | ||
|p1= effect: [[String]] |= PARAMETER1 | |p1= effect: [[String]] - effect name |= PARAMETER1 | ||
|p2= |= PARAMETER2 | |p2= |= PARAMETER2 | ||
Line 20: | Line 20: | ||
| [[Boolean]] |= RETURNVALUE | | [[Boolean]] |= RETURNVALUE | ||
| s2='''ppEffectCommitted''' effect |= Syntax | |||
|x1= <code>[[if]] ([[ppEffectCommitted]] "colorCorrection") [[then]] {[[hint]] "alteration done !" | |p21= effect: [[Number]] - effect handle |= PARAMETER1 | ||
|p22= |= PARAMETER2 | |||
|p23= |= PARAMETER3 | |||
| r2= [[Boolean]] |= RETURNVALUE | |||
|x1= <code>[[ppEffectCommitted]] "colorCorrection";</code>|= EXAMPLE1 | |||
|x2= <code>[[ppEffectCommitted]] _hndl;</code>|= EXAMPLE1 | |||
|x3= <code>[[if]] ([[ppEffectCommitted]] "colorCorrection") [[then]] {[[hint]] "alteration done !"};</code>|= EXAMPLE1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 20:03, 16 August 2015
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