getDebriefingText: Difference between revisions
| Killzone Kid (talk | contribs)  (Created page with "{{RV|type=command  |game1= arma3 |version1= 2.06 |branch= dev |gr1= Briefing  |descr= A getter for setDebriefingText. Returns array in format: [text, title] (if old syntax...") | Lou Montana (talk | contribs)  m (dev → main) | ||
| Line 3: | Line 3: | ||
| |game1= arma3 | |game1= arma3 | ||
| |version1= 2.06 | |version1= 2.06 | ||
| |gr1= Briefing | |gr1= Briefing | ||
Revision as of 18:31, 5 October 2021
Description
- Description:
- A getter for setDebriefingText. Returns array in format: [text, title] (if old syntax of setDebriefingText was used)) or [text, title, subtitle, picture, background]] (if alt syntax of setDebriefingText was used) or an empty array [] if setDebriefingText was not used.
- Groups:
- Briefing
Syntax
- Syntax:
- getDebriefingText end
- Parameters:
- end: String - end type
- Return Value:
- Array - see the description
Examples
- Example 1:
- _debriefingTexts = getDebriefingText "endDeath";
Additional Information
- See also:
- setDebriefingTextdisableDebriefingStatsenableDebriefingStatsendMissionfailMissionmissionEnd
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
 
	