debriefingText: Difference between revisions
| m (template:command argument fix) | Lou Montana (talk | contribs)  m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") | ||
| (19 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| {{ | {{RV|type=command | ||
| | arma3 |=  | |game1= arma3 | ||
| |version1= 0.50 | |||
| | | |gr1= Briefing | ||
| | Returns debriefing text.  | |descr= Returns debriefing text of provided end. | ||
| |  | |s1= [[debriefingText]] end | ||
| |p1= end: [[String]]  | |p1= end: [[String]] | ||
| | [[String]]  | |r1= [[String]] - ''end'' debriefing text. If it does not exist in config, empty string is returned. | ||
| |x1= <sqf>_deathText = debriefingText "endDeath";</sqf> | |||
| | | |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
 
	