BIN fnc CBRNHoseInit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" or...)
m (Text replacement - ";[ ]+ " to "; ")
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function
{{RV|type=function


|game1= arma3
|version1= 1.94


| arma3
|arg= local


|1.94
|eff= local


|gr1 = Contact  
|gr1= Contact  


|descr= Initializes CBRN Hose for given unit.


| Initializes CBRN Hose for given unit. See [[Arma 3 CBRN]].
|s1= [unit] call [[BIN_fnc_CBRNHoseInit]];


 
|mp= Function '''must''' be executed where the unit is [[Multiplayer Scripting#Locality|local]].
| [unit] call [[BIN_fnc_CBRNHoseInit]]; 
 
|mp= Function should be executed where the unit is [[local]].


|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>  


 
|seealso= [[Arma 3 CBRN]]
| [[Arma 3 CBRN]]  
}}
}}
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:CBRNHoseInit}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:CBRNHoseInit}}]]

Revision as of 01:55, 8 August 2021

Hover & click on the images for description

Description

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

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