debriefingText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (Add empty string precision)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns debriefing text. |DESCRIPTION=
| Returns debriefing text of provided end. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''debriefingText''' end |SYNTAX=
| [[debriefingText]] end |SYNTAX=


|p1= end: [[String]]  |PARAMETER1=  
|p1= end: [[String]]  |PARAMETER1=


| [[String]] |RETURNVALUE=
| [[String]] - ''end'' debriefing text. If it does not exist in config, empty string is returned. |RETURNVALUE=
 
 
|x1= <code>_deathText = [[debriefingText]] "endDeath";</code>|EXAMPLE1=  


|x1= <code>_deathText = [[debriefingText]] "endDeath";</code>|EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setDebriefingText]], [[disableDebriefingStats]], [[enableDebriefingStats]]  |SEEALSO=  
| [[setDebriefingText]], [[disableDebriefingStats]], [[enableDebriefingStats]]  |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}


Line 35: Line 30:


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 12:31, 8 July 2020

Hover & click on the images for description

Description

Description:
Returns debriefing text of provided end.
Groups:
Uncategorised

Syntax

Syntax:
debriefingText end
Parameters:
end: String
Return Value:
String - end debriefing text. If it does not exist in config, empty string is returned.

Examples

Example 1:
_deathText = debriefingText "endDeath";

Additional Information

See also:
setDebriefingTextdisableDebriefingStatsenableDebriefingStats

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