BIS fnc respawnNone: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Page formatting)
Line 1: Line 1:
{{Function|= Comments
{{Function|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Creates 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>[ [[player]], someUnit ] [[spawn]] [[BIS_fnc_respawnNone]];</code> |=
|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)=


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


Line 36: Line 37:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:respawnNone}}]]
[[Category:Function Group: Respawn|{{uc:respawnNone}}]]
[[Category:Function Group: Respawn|{{uc:respawnNone}}]]
[[Category:Functions|{{uc:respawnNone}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:respawnNone}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:respawnNone}}]]

Revision as of 18:36, 12 January 2019

Hover & click on the images for description

Description

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

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