BIS fnc respawnGroup: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Function " to "{{RV|type=function ")
m (Text replacement - "| Nothing |x1=" to "|r1= Nothing |x1=")
Line 15: Line 15:
|p2= newUnit: [[Object]]
|p2= newUnit: [[Object]]


| [[Nothing]]
|r1= [[Nothing]]


|x1= <code>{{cc|in [[onPlayerRespawn.sqf]]}}
|x1= <code>{{cc|in [[onPlayerRespawn.sqf]]}}

Revision as of 11:00, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
spawn
Groups:
Respawn

Syntax

Syntax:
Syntax needed
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:
See also needed

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