allDiaryRecords

From Bohemia Interactive Community
Revision as of 00:40, 24 May 2022 by Killzone Kid (talk | contribs) (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |arg= global |eff= local |gr1= Briefing |descr= Returns array with all Diary Records for the given subjec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.10.

Description

Description:
Returns array with all Diary Records for the given subject available to the given person. See Diary for the explanation on the available subjects and their structure.
Groups:
Briefing

Syntax

Syntax:
person allDiaryRecords subject
Parameters:
person: Object - unit
subject: String - subject
Return Value:
Array - all diary records for the given subject in the following format: [id, title, text, icon, task, taskState, showTitle, date, record], where:

Examples

Example 1:
player allDiaryRecords "Diary";

Additional Information

See also:
allDiarySubjects createDiaryRecord setDiaryRecordText Diary

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