BIN fnc CBRNHoseInit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:Functions\|\{\{uc:[a-z A-Z]*\}\}\]\]" to "")
m (fixes)
Line 4: Line 4:


|version1= 1.94
|version1= 1.94
|arg= local


|gr1= Contact  
|gr1= Contact  


| Initializes CBRN Hose for given unit. See [[Arma 3 CBRN]].  
|descr= Initializes CBRN Hose for given unit.


| [unit] call [[BIN_fnc_CBRNHoseInit]];   
|s1= [unit] call [[BIN_fnc_CBRNHoseInit]];   


|mp= Function should be executed where the unit is [[local]].
|mp= Function should be executed where the unit is [[local]].
Line 15: Line 17:
|p1= unit: [[Object]] - Unit  
|p1= unit: [[Object]] - Unit  


| [[Nothing]]  
|r1 [[Nothing]]  


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


| [[Arma 3 CBRN]]  
|seealso= [[Arma 3 CBRN]]
}}
}}

Revision as of 02:19, 2 February 2021

Hover & click on the images for description

Description

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

Syntax

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

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