removeDiaryRecord: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|(arg|eff|serverExec|mp|seealso)= " to "")
m (Text replacement - "| Nothing |x1=" to "|r1= Nothing |x1=")
Line 19: Line 19:
|p3= diaryRecord: [[Diary Record]]
|p3= diaryRecord: [[Diary Record]]


| [[Nothing]]
|r1= [[Nothing]]


|x1= <code>[[private]] _diaryRecord = [[player]] [[createDiaryRecord]] ["diary", ["Subject", "Text"]];
|x1= <code>[[private]] _diaryRecord = [[player]] [[createDiaryRecord]] ["diary", ["Subject", "Text"]];

Revision as of 11:19, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Briefing

Syntax

Syntax:
Syntax needed
Parameters:
unit: Object
subject: String
diaryRecord: Diary Record
Return Value:
Nothing

Examples

Example 1:
private _diaryRecord = player createDiaryRecord ["diary", ["Subject", "Text"]]; // ... player removeDiaryRecord ["Diary", _diaryRecord];

Additional Information

See also:
createDiaryRecord removeDiarySubject

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