enableEndDialog: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
m (template:command argument fix)
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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=


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


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


|  [[forceEnd]]|= See also
|  [[forceEnd]]|SEEALSO=


}}
}}

Revision as of 15:38, 7 April 2019

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:
Uncategorised

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