allDiarySubjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= ?\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "\|seealso= ?\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ")
Line 26: Line 26:
|x1= <code>[[allDiarySubjects]] [[player]];</code>
|x1= <code>[[allDiarySubjects]] [[player]];</code>


|seealso= [[createDiarySubject]] [[removeDiarySubject]], [[diarySubjectExists]], [[selectDiarySubject]], [[setDiarySubjectPicture]], [[Diary]]
|seealso= [[createDiarySubject]] [[removeDiarySubject]] [[diarySubjectExists]], [[selectDiarySubject]], [[setDiarySubjectPicture]], [[Diary]]
}}
}}

Revision as of 14:00, 20 January 2022

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:
createDiarySubject removeDiarySubject diarySubjectExistsselectDiarySubjectsetDiarySubjectPictureDiary

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