BIS fnc respawnGroup: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= Respawn |GROUP1=") |
m (Text replacement - "\[\[Category\:Function Group\: Respawn(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
||
Line 40: | Line 40: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
Revision as of 12:08, 12 October 2020
Description
- Description:
- Camera script used by the "group respawn" template - when the player dies and gets transferred to the new group member.
- Execution:
- spawn
- Groups:
- Respawn
Syntax
- Syntax:
- [oldUnit, newUnit] call BIS_fnc_respawnGroup
- Parameters:
- oldUnit: Object
- newUnit: Object
- Return Value:
- Nothing
Examples
- Example 1:
// in onPlayerRespawn.sqf params ["_newUnit", "_oldUnit", "_respawn", "_respawnDelay"]; [_oldUnit, _newUnit] spawn BIS_fnc_respawnGroup;
Additional Information
- See also:
- BIS fnc respawnMenuInventory BIS fnc respawnMenuPosition BIS fnc respawnMenuSpectator BIS fnc respawnSeagull BIS fnc respawnSide BIS fnc respawnSpectator BIS fnc respawnWave
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