createDiarySubject: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|game2= arma2oa |version2= 1.51 " to "|game2= arma2oa |version2= 1.50 ") |
Lou Montana (talk | contribs) m (Text replacement - "\] +\[" to "] [") |
||
(9 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|game1= arma2 | |game1= arma2 | ||
|version1= 1.00 | |version1= 1.00 | ||
|game2= arma2oa | |game2= arma2oa | ||
|version2= 1.50 | |version2= 1.50 | ||
|game3= tkoh | |game3= tkoh | ||
|version3= 1.00 | |version3= 1.00 | ||
|game4= arma3 | |game4= arma3 | ||
|version4= 0.50 | |version4= 0.50 | ||
Line 25: | Line 21: | ||
|descr= Creates a new subject in the [[Diary]]. | |descr= Creates a new subject in the [[Diary]]. | ||
|s1= player | |s1= player [[createDiarySubject]] [subject, displayName, picture] | ||
|p1= player: [[Object]] | |p1= player: [[Object]] | ||
Line 31: | Line 27: | ||
|p2= subject: [[String]] | |p2= subject: [[String]] | ||
|p3= displayName: [[String]] - | |p3= displayName: [[String]] - the visible name | ||
|p4= picture: [[String]] - (Optional, default {{ | |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= < | |x1= <sqf>_index = player createDiarySubject ["myPage","My page"];</sqf> | ||
|seealso= [[removeDiarySubject]] [[processDiaryLink]] [[createDiaryLink]] [[createDiaryRecord]] [[diarySubjectExists]] [[setDiarySubjectPicture]] [[allDiarySubjects]] | |seealso= [[removeDiarySubject]] [[processDiaryLink]] [[createDiaryLink]] [[createDiaryRecord]] [[diarySubjectExists]] [[setDiarySubjectPicture]] [[allDiarySubjects]] | ||
}} | }} |
Latest revision as of 11:46, 5 May 2024
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