BIS fnc radialRedOut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(page filling)
m (template:command argument fix)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Removes red radial postprocess (fire damage) created by [[BIS_fnc_radialRed]]. |= Description
| Removes red radial postprocess (fire damage) created by [[BIS_fnc_radialRed]]. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


|call '''BIS_fnc_radialRedOut''' |= Syntax
|call '''BIS_fnc_radialRedOut''' |SYNTAX=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>call '''BIS_fnc_radialRedOut''';</code> |= Example 1
|x1= <code>call '''BIS_fnc_radialRedOut''';</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[BIS_fnc_radialRed]] |= See also
| [[BIS_fnc_radialRed]] |SEEALSO=


}}
}}

Revision as of 15:32, 7 April 2019


Hover & click on the images for description

Description

Description:
Removes red radial postprocess (fire damage) created by BIS_fnc_radialRed.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_radialRedOut
Return Value:
Nothing

Examples

Example 1:
call BIS_fnc_radialRedOut;

Additional Information

See also:
BIS_fnc_radialRed

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

Notes

Bottom Section