debriefingText: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+)  \|x1=" to " |r1=$1  |x1=") | Lou Montana (talk | contribs)  m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") | ||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| {{RV|type=command | {{RV|type=command | ||
| | arma3 | |game1= arma3 | ||
| |version1= 0.50 | |||
| |0.50 | |||
| |gr1= Briefing | |gr1= Briefing | ||
| | Returns debriefing text of provided end. | |descr= Returns debriefing text of provided end. | ||
| | [[debriefingText]] end | |s1= [[debriefingText]] end | ||
| |p1= end: [[String]] | |p1= end: [[String]] | ||
| |r1=[[String]] - ''end'' debriefing text. If it does not exist in config, empty string is returned. | |r1= [[String]] - ''end'' debriefing text. If it does not exist in config, empty string is returned. | ||
| |x1= < | |x1= <sqf>_deathText = debriefingText "endDeath";</sqf> | ||
| |seealso= [[setDebriefingText]] | |seealso= [[setDebriefingText]] [[disableDebriefingStats]] [[enableDebriefingStats]] | ||
| }} | }} | ||
Latest revision as of 10:21, 13 May 2022
Description
- Description:
- Returns debriefing text of provided end.
- Groups:
- Briefing
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:
Additional Information
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
 
	