getDebriefingText: Difference between revisions
| Lou Montana (talk | contribs) | Lou Montana (talk | contribs)  m (Some wiki formatting) | ||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
| |gr1= Briefing | |gr1= Briefing | ||
| |descr= A getter for [[setDebriefingText]] | |descr= A getter for [[setDebriefingText]]. | ||
| |s1= [[getDebriefingText]] end | |s1= [[getDebriefingText]] end | ||
| Line 12: | Line 12: | ||
| |p1= end: [[String]] - end type | |p1= end: [[String]] - end type | ||
| |r1= [[Array]]  | |r1= [[Array]] in format: | ||
| * [text, title] if old syntax of [[setDebriefingText]] was used) | |||
| * [text, title, subtitle, picture, background] if [[setDebriefingText]]'s alternative syntax was used | |||
| * empty array if [[setDebriefingText]] was not used | |||
| |x1= < | |x1= <sqf>private _debriefingTextDeath = getDebriefingText "endDeath";</sqf> | ||
| |seealso= [[setDebriefingText]] [[disableDebriefingStats]] [[enableDebriefingStats]] [[endMission]] [[failMission]] [[missionEnd]] | |seealso= [[setDebriefingText]] [[disableDebriefingStats]] [[enableDebriefingStats]] [[endMission]] [[failMission]] [[missionEnd]] | ||
| }} | }} | ||
Latest revision as of 18:02, 5 May 2022
Description
- Description:
- A getter for setDebriefingText.
- Groups:
- Briefing
Syntax
- Syntax:
- getDebriefingText end
- Parameters:
- end: String - end type
- Return Value:
- Array in format:
- [text, title] if old syntax of setDebriefingText was used)
- [text, title, subtitle, picture, background] if setDebriefingText's alternative syntax was used
- empty array if setDebriefingText was not used
 
Examples
- Example 1:
Additional Information
- See also:
- setDebriefingText disableDebriefingStats enableDebriefingStats endMission failMission missionEnd
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
 
	