allDiarySubjects: Difference between revisions
| 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...") | Killzone Kid (talk | contribs)  No edit summary | ||
| (8 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| {{RV|type=command | {{RV|type=command | ||
| |game1=  | |game1= arma3 | ||
| |version1= 2.04 | |||
| |version1= 2. | |||
| |arg= global | |arg= global | ||
| Line 25: | Line 24: | ||
| * isSelected: [[Boolean]] - [[true]] if subject is currently selected | * isSelected: [[Boolean]] - [[true]] if subject is currently selected | ||
| |x1= < | |x1= <sqf>allDiarySubjects player;</sqf> | ||
| |seealso= [[createDiarySubject]] | |seealso= [[createDiarySubject]] [[removeDiarySubject]] [[diarySubjectExists]] [[selectDiarySubject]] [[setDiarySubjectPicture]] [[allDiaryRecords]] [[Diary]] | ||
| }} | }} | ||
Latest revision as of 23:40, 23 May 2022
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:
Examples
- Example 1:
- allDiarySubjects player;
Additional Information
- See also:
- createDiarySubject removeDiarySubject diarySubjectExists selectDiarySubject setDiarySubjectPicture allDiaryRecords 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
 
	