ppEffectCommit: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Lou Montana (talk | contribs) m (Text replacement - " *\| *PARAMETER[0-9]{1,3} *= * " to " ") |
||
Line 21: | Line 21: | ||
| s2= handle '''ppEffectCommit''' commit | | s2= handle '''ppEffectCommit''' commit | ||
|p21= handle: [[Number]] - handle of the effect | |p21= handle: [[Number]] - handle of the effect | ||
|p22= commit: [[Number]] - duration | |p22= commit: [[Number]] - duration | ||
|p23 | |p23= | ||
|r2= [[Nothing]] | |r2= [[Nothing]] | ||
Line 31: | Line 31: | ||
|s3= handles '''ppEffectCommit''' commit | |s3= handles '''ppEffectCommit''' commit | ||
|p41= handles: [[Array]] of [[Number]]s - list of handles | |p41= handles: [[Array]] of [[Number]]s - list of handles | ||
|p42= commit: [[Number]] - duration | |p42= commit: [[Number]] - duration | ||
|r3= [[Nothing]] | |r3= [[Nothing]] |
Revision as of 18:14, 29 January 2021
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