ppEffectEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
No edit summary
Line 14: Line 14:


| [[Boolean]]
| [[Boolean]]
| s2='''ppEffectEnabled''' effect       (Since Arma 3 v2.03.147162)
|p21= effect: [[String]] - effect name
|r2= [[Boolean]]


|x1= <code>_enabled = [[ppEffectEnabled]] _hndl;</code>
|x1= <code>_enabled = [[ppEffectEnabled]] _hndl;</code>
|x2= <code>_enabled = [[ppEffectEnabled]] "DynamicBlur";</code>


| [[Post process effects]], [[ppEffectForceInNVG]], [[ppEffectDestroy]], [[ppEffectEnable]], [[ppEffectCreate]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectAdjust]]
| [[Post process effects]], [[ppEffectForceInNVG]], [[ppEffectDestroy]], [[ppEffectEnable]], [[ppEffectCreate]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectAdjust]]

Revision as of 12:42, 27 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Camera Control

Syntax

Syntax:
Syntax needed
Parameters:
effect: Number - effect handle
Return Value:
Return value needed

Alternative Syntax

Syntax:
ppEffectEnabled effect       (Since Arma 3 v2.03.147162)
Parameters:
effect: String - effect name
Return Value:
Boolean

Examples

Example 1:
_enabled = ppEffectEnabled _hndl;
Example 2:
_enabled = ppEffectEnabled "DynamicBlur";

Additional Information

See also:
See also needed

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