BIS fnc initRespawnBackpack: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Init respawn backpack.
 
Description:
Init respawn backpack.
Whover "assembles" it will receive a new respawn position.
Whover "assembles" it will receive a new respawn position.
When backpack object has 'respawnNearbyPlayers' attribute set to 1, nearby player will receive the respawn as well.
When backpack object has 'respawnNearbyPlayers' attribute set to 1, nearby player will receive the respawn as well.|Description=
 
____________________________________________________________________________________________
Parameter(s):
NONE


Returns:
| call [[BIS_fnc_initRespawnBackpack]] |Syntax=
BOOL
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [[Boolean]] |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_initRespawnBackpack]]; --> |= Syntax
|x1= [[call]] [[BIS_fnc_initRespawnBackpack]];|Example 1=
 
|p1= |= Parameter 1


| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
| [[Arma 3 Respawn]], [[:Category:Function Group: Respawn]] |See also=
____________________________________________________________________________________________
}}


| |= See also


}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 15:24, 19 June 2018

Hover & click on the images for description

Description

Description:
Init respawn backpack. Whover "assembles" it will receive a new respawn position. When backpack object has 'respawnNearbyPlayers' attribute set to 1, nearby player will receive the respawn as well.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_initRespawnBackpack
Return Value:
Boolean

Examples

Example 1:
call BIS_fnc_initRespawnBackpack;

Additional Information

See also:
Arma 3 RespawnCategory:Function Group: Respawn

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