allDiarySubjects

From Bohemia Interactive Community
Revision as of 19:59, 28 January 2021 by Killzone Kid (talk | contribs) (Created page with "{{RV|type=command |game1= arma3dev |version1= 2.03 |arg= global |eff= local |gr1= Briefing |descr= Returns array with all Diary subjects available to the given perso...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 2.03|2.03]]
Hover & click on the images for description

Description

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

Syntax

Syntax:
allDiarySubjects person
Parameters:
person: Object - unit
Return Value:
Array - all diary subject entries in the following format: [name, displayName, picture, countRecords, isReadOnly, isSelected], where:
  • name: String - internal subject reference
  • displayName: String - visible name
  • picture: String - subject icon
  • countRecords: Number - number of records in this subject
  • isReadOnly: Boolean - whether or not the records could be added
  • isSelected: Boolean - true if subject is currently selected

Examples

Example 1:
allDiarySubjects player;

Additional Information

See also:
createDiarySubjectremoveDiarySubjectdiarySubjectExistsselectDiarySubjectsetDiarySubjectPictureDiary

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

[[Category:Introduced with arma3dev version 2.03]][[ Category: arma3dev: New Scripting Commands | ALLDIARYSUBJECTS]][[ Category: arma3dev: Scripting Commands | ALLDIARYSUBJECTS]]