BIS fnc respawnGroup: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "[[BIS fnc " to "[[BIS_fnc_") |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
|1.00 | |||
|gr1= Respawn | |gr1= Respawn | ||
| Camera script used by the "group respawn" template - when the player dies and gets transferred to the new group member. | |descr= Camera script used by the "group respawn" template - when the player dies and gets transferred to the new group member. | ||
| [oldUnit, newUnit] call [[BIS_fnc_respawnGroup]] | |s1= [oldUnit, newUnit] call [[BIS_fnc_respawnGroup]] | ||
|p1= oldUnit: [[Object]] | |p1= oldUnit: [[Object]] | ||
Line 17: | Line 16: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf> | ||
// in onPlayerRespawn.sqf | |||
[_oldUnit, _newUnit] | params ["_newUnit", "_oldUnit", "_respawn", "_respawnDelay"]; | ||
[_oldUnit, _newUnit] spawn BIS_fnc_respawnGroup; | |||
</sqf> | |||
|exec= spawn | |exec= spawn | ||
| [[ | |seealso= [[BIS_fnc_respawnMenuInventory]] [[BIS_fnc_respawnMenuPosition]] [[BIS_fnc_respawnMenuSpectator]] [[BIS_fnc_respawnSeagull]] [[BIS_fnc_respawnSide]] [[BIS_fnc_respawnSpectator]] [[BIS_fnc_respawnWave]] | ||
[[ | |||
}} | }} |
Latest revision as of 18:04, 13 July 2022
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:
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