BIS fnc respawnNone: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...)
Line 1: Line 1:
{{Function|Comments=
{{Function


| arma3 |Game name=
| arma3


|1.00|Game version=
|1.00


|gr1= Respawn |GROUP1=
|gr1= Respawn


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


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


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


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


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


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


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


| [[:Category:Function Group: Respawn]] |See also=
| [[:Category:Function Group: Respawn]]
}}
}}



Revision as of 00:38, 18 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

Bottom Section