BIN fnc CBRNHoseInit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "</small> |= Description" to "</small> |Description=")
m (page filled)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Initializes CBRN Hose for given unit. See [[Arma 3 CBRN]]. |Description=
bin_fnc_CBRNHoseInit
*/
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIN_fnc_CBRNHoseInit]]; --> |Syntax=
| [unit] call [[BIN_fnc_CBRNHoseInit]]; |Syntax=


|p1= |Parameter 1=
|mp= Function should be executed where the unit is [[local]].


| |Return value=
|p1= unit: [[Object]] - Unit |Parameter 1=
 
| [[Nothing]] |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |Example 1=
|x1= <code>[[player]] [[call]] [[BIN_fnc_CBRNHoseInit]];</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |See also=
| [[Arma 3 CBRN]] |See also=
}}
}}



Revision as of 09:59, 20 July 2020

Hover & click on the images for description

Description

Description:
Initializes CBRN Hose for given unit. See Arma 3 CBRN.
Execution:
call
Multiplayer:
Function should be executed where the unit is local.
Groups:
Uncategorised

Syntax

Syntax:
[unit] call BIN_fnc_CBRNHoseInit;
Parameters:
unit: Object - Unit
Return Value:
Nothing

Examples

Example 1:
player call BIN_fnc_CBRNHoseInit;

Additional Information

See also:
Arma 3 CBRN

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