ppEffectCommit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " | }}" to " }}")
m (Text replacement - "(\|p[0-9]+ *= * )+" to "")
Line 14: Line 14:


|p2= commit: [[Number]] - duration
|p2= commit: [[Number]] - duration
|p3=


| [[Nothing]]
| [[Nothing]]
Line 24: Line 22:


|p22= commit: [[Number]] - duration
|p22= commit: [[Number]] - duration
|p23=


|r2= [[Nothing]]
|r2= [[Nothing]]

Revision as of 00:06, 17 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Camera Control

Syntax 1

Syntax:
Syntax needed
Parameters:
effect: String - name of the effect
commit: Number - duration
Return Value:
Return value needed

Syntax 2

Syntax:
handle ppEffectCommit commit
Parameters:
handle: Number - handle of the effect
commit: Number - duration
Return Value:
Nothing

Syntax 3

Syntax:
handles ppEffectCommit commit
Parameters:
handles: Array of Numbers - list of handles
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

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