BIS fnc respawnNone: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Respawn(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 7: Line 6:


|gr1= Respawn |GROUP1=
|gr1= Respawn |GROUP1=
____________________________________________________________________________________________


| Create a death screen. |Description=
| Create a death screen. |Description=
____________________________________________________________________________________________


| [killed, killer] spawn [[BIS_fnc_respawnNone]] |Syntax=
| [killed, killer] spawn [[BIS_fnc_respawnNone]] |Syntax=
____________________________________________________________________________________________


|p1= killed: [[Object]] - Killed unit ([[player]])|Parameter 1=
|p1= killed: [[Object]] - Killed unit ([[player]])|Parameter 1=


|p2= killer: [[Object]] - Any unit|Parameter 2=
|p2= killer: [[Object]] - Any unit|Parameter 2=
____________________________________________________________________________________________


| [[Nothing]]|Return value=
| [[Nothing]]|Return value=
____________________________________________________________________________________________


|x1= <code><nowiki>[</nowiki>[[player]], someUnit] [[spawn]] [[BIS_fnc_respawnNone]];</code> |Example 1=
|x1= <code><nowiki>[</nowiki>[[player]], someUnit] [[spawn]] [[BIS_fnc_respawnNone]];</code> |Example 1=
____________________________________________________________________________________________


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

Revision as of 00:52, 17 January 2021

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

Notes

Bottom Section