BIS fnc respawnNone: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "= <code>([^<{]+)<\/code>" to "= <sqf>$1</sqf>")
m (Text replacement - " |Execution By (defaults to call if omitted)=" to "")
Line 18: Line 18:
|x1= <sqf>[player, someUnit] spawn BIS_fnc_respawnNone;</sqf>
|x1= <sqf>[player, someUnit] spawn BIS_fnc_respawnNone;</sqf>


|exec= spawn |Execution By (defaults to [[call]] if omitted)=
|exec= spawn


|seealso= [[:Category:Function Group: Respawn]]
|seealso= [[:Category:Function Group: Respawn]]
}}
}}

Revision as of 17:47, 7 December 2022

Hover & click on the images for description

Description

Description:
Create a death screen.
Execution:
spawn
Groups:
Respawn

Syntax

Syntax:
[killed, killer] spawn BIS_fnc_respawnNone
Parameters:
killed: Object - Killed unit (player)
killer: Object - Any unit
Return Value:
Nothing

Examples

Example 1:
[player, someUnit] spawn BIS_fnc_respawnNone;

Additional Information

See also:
Category: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