removeDiaryRecord: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|1.96 | |1.96 | ||
|arg | |arg= | ||
|eff= local | |eff= local | ||
|serverExec | |serverExec= | ||
|gr1= Briefing | |gr1= Briefing | ||
| Remove a log record. | | Remove a log record. | ||
| unit [[removeDiaryRecord]] [subject, diaryRecord] | | unit [[removeDiaryRecord]] [subject, diaryRecord] | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
|p2= subject: [[String]] | |p2= subject: [[String]] | ||
|p3= diaryRecord: [[Diary Record]] | |p3= diaryRecord: [[Diary Record]] | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>[[private]] _diaryRecord = [[player]] [[createDiaryRecord]] ["diary", ["Subject", "Text"]]; | |x1= <code>[[private]] _diaryRecord = [[player]] [[createDiaryRecord]] ["diary", ["Subject", "Text"]]; | ||
{{cc|...}} | {{cc|...}} | ||
[[player]] [[removeDiaryRecord]] ["Diary", _diaryRecord];</code> | [[player]] [[removeDiaryRecord]] ["Diary", _diaryRecord];</code> | ||
| [[createDiaryRecord]] | | [[createDiaryRecord]] | ||
}} | }} | ||
Revision as of 01:26, 18 January 2021
Description
- Description:
- Remove a log record.
- Groups:
- Briefing
Syntax
- Syntax:
- unit removeDiaryRecord [subject, diaryRecord]
- 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
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