enableEndDialog: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| ofp |Game name=
| ofp |Game name=
Line 11: Line 10:


|eff= local |Multiplayer Effects=
|eff= local |Multiplayer Effects=
____________________________________________________________________________________________


| Enables the execution of a custom camera sequence after the players death, coded in the script onPlayerKilled.sqs. |DESCRIPTION=
| Enables the execution of a custom camera sequence after the players death, coded in the script onPlayerKilled.sqs. |DESCRIPTION=
____________________________________________________________________________________________


| '''enableEndDialog''' |SYNTAX=
| '''enableEndDialog''' |SYNTAX=
Line 21: Line 18:


|x1= <code>[[enableEndDialog]];</code> |Example 1=
|x1= <code>[[enableEndDialog]];</code> |Example 1=
____________________________________________________________________________________________


|  [[forceEnd]]|SEEALSO=
|  [[forceEnd]]|SEEALSO=

Revision as of 02:18, 17 January 2021

Hover & click on the images for description

Description

Description:
Enables the execution of a custom camera sequence after the players death, coded in the script onPlayerKilled.sqs.
Groups:
Camera ControlMission Information

Syntax

Syntax:
enableEndDialog
Return Value:
Nothing

Examples

Example 1:
enableEndDialog;

Additional Information

See also:
forceEnd

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