Difference between revisions of "BIN fnc CBRNHoseInit"

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {3,}\|" to " |")
m (Text replacement - " \|s([0-9]) *= *([^ ]+); * " to " |s$1= $2 ")
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function
+
{{RV|type=function
  
| arma3  
+
|game1= arma3  
 +
|version1= 1.94
  
|1.94
+
|arg= local
  
|gr1 = Contact
+
|eff= local
  
| Initializes CBRN Hose for given unit. See [[Arma 3 CBRN]].
+
|gr1= Contact
  
| [unit] call [[BIN_fnc_CBRNHoseInit]]; 
+
|descr= Initializes CBRN Hose for given unit.
  
|mp= Function should be executed where the unit is [[local]].
+
|s1= [unit] call [[BIN_fnc_CBRNHoseInit]]
  
 
|p1= unit: [[Object]] - Unit  
 
|p1= unit: [[Object]] - Unit  
  
| [[Nothing]]  
+
|r1= [[Nothing]]  
  
|x1= <code>[[player]] [[call]] [[BIN_fnc_CBRNHoseInit]];</code>  
+
|x1= <sqf>player call BIN_fnc_CBRNHoseInit;</sqf>  
  
| [[Arma 3 CBRN]]  
+
|seealso= [[Arma 3 CBRN]]
 
}}
 
}}
 
 
[[Category:Functions|{{uc:CBRNHoseInit}}]]
 
[[Category:{{Name|arma3}}: Functions|{{uc:CBRNHoseInit}}]]
 

Latest revision as of 11:50, 13 July 2022

Hover & click on the images for description

Description

Description:
Initializes CBRN Hose for given unit.
Execution:
call
Groups:
Contact

Syntax

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

Examples

Example 1:

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