createDiarySubject: Difference between revisions
Jump to navigation
Jump to search
m (locality) |
m (Text replacement - "(optional, default " to "(Optional, default ") |
||
Line 33: | Line 33: | ||
|p3= displayName: [[String]] - The visible name | |p3= displayName: [[String]] - The visible name | ||
|p4= picture: [[String]] - ( | |p4= picture: [[String]] - (Optional, default {{ic|""}}) Icon to display next to the subject. Can be set later with [[setDiarySubjectPicture]]. Similar to [[lbSetPictureRight]]. | ||
|r1= [[Number]] - Index of the entry that was added | |r1= [[Number]] - Index of the entry that was added |
Revision as of 10:38, 4 March 2021
Description
Syntax
- Syntax:
- player createDiarySubject [subject, displayName, picture]
- Parameters:
- player: Object
- subject: String
- displayName: String - The visible name
- picture: String - (Optional, default
""
) Icon to display next to the subject. Can be set later with setDiarySubjectPicture. Similar to lbSetPictureRight. - Return Value:
- Number - Index of the entry that was added
Examples
- Example 1:
_index = player createDiarySubject ["myPage","My page"];
Additional Information
- See also:
- removeDiarySubject processDiaryLink createDiaryLink createDiaryRecord diarySubjectExists setDiarySubjectPicture allDiarySubjects
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