getDebriefingText: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ") |
||
Line 16: | Line 16: | ||
|x1= <code>_debriefingTexts = [[getDebriefingText]] "endDeath";</code> | |x1= <code>_debriefingTexts = [[getDebriefingText]] "endDeath";</code> | ||
|seealso= [[setDebriefingText]] [[disableDebriefingStats]] [[enableDebriefingStats]] | |seealso= [[setDebriefingText]] [[disableDebriefingStats]] [[enableDebriefingStats]] [[endMission]], [[failMission]], [[missionEnd]] | ||
}} | }} |
Revision as of 16:04, 20 January 2022
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:
- setDebriefingText disableDebriefingStats enableDebriefingStats endMissionfailMissionmissionEnd
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