setDiarySubjectPicture: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "|s1= person" to "|s1= unit")
Line 13: Line 13:
|descr= Sets a picture to be displayed on the right of the [[Diary]] subject. The picture can also be set during custom [[Diary]] subject [[createDiarySubject | creation]], but this command also allows to change icon for the fixed subjects, like "Tasks", "Diary", "Units", "Players" and "Statistics".
|descr= Sets a picture to be displayed on the right of the [[Diary]] subject. The picture can also be set during custom [[Diary]] subject [[createDiarySubject | creation]], but this command also allows to change icon for the fixed subjects, like "Tasks", "Diary", "Units", "Players" and "Statistics".


|s1= person [[setDiarySubjectPicture]] [subject, picture]
|s1= unit [[setDiarySubjectPicture]] [subject, picture]


|p1= person: [[Object]] - unit
|p1= person: [[Object]] - unit

Revision as of 12:05, 27 March 2021

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 2.03|2.03]]
Hover & click on the images for description

Description

Description:
Sets a picture to be displayed on the right of the Diary subject. The picture can also be set during custom Diary subject creation, but this command also allows to change icon for the fixed subjects, like "Tasks", "Diary", "Units", "Players" and "Statistics".
Groups:
Briefing

Syntax

Syntax:
unit setDiarySubjectPicture [subject, picture]
Parameters:
person: Object - unit
subject: String - diary subject (see Diary)
picture: String - icon path
Return Value:
Nothing

Examples

Example 1:
player setDiarySubjectPicture ["Diary", "\A3\ui_f\data\map\markers\nato\o_mech_inf.paa"];

Additional Information

See also:
createDiarySubjectremoveDiarySubjectselectDiarySubjectdiarySubjectExistsallDiarySubjectsDiary

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

[[Category:Introduced with arma3dev version 2.03]][[ Category: arma3dev: New Scripting Commands | SETDIARYSUBJECTPICTURE]][[ Category: arma3dev: Scripting Commands | SETDIARYSUBJECTPICTURE]]