createDiarySubject: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\|p[0-9]+ *= *[^(]+\(Optional(, default[^)]*)\) )I([a-z])" to "$1i$3") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *I([a-z ])" to "$1 - i$2") |
||
Line 31: | Line 31: | ||
|p4= picture: [[String]] - (Optional, default {{hl|""}}) icon to display next to the subject. Can be set later with [[setDiarySubjectPicture]]. Similar to [[lbSetPictureRight]]. | |p4= picture: [[String]] - (Optional, default {{hl|""}}) icon to display next to the subject. Can be set later with [[setDiarySubjectPicture]]. Similar to [[lbSetPictureRight]]. | ||
|r1= [[Number]] - | |r1= [[Number]] - index of the entry that was added | ||
|x1= <sqf>_index = player createDiarySubject ["myPage","My page"];</sqf> | |x1= <sqf>_index = player createDiarySubject ["myPage","My page"];</sqf> |
Revision as of 15:33, 8 November 2023
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:
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