removeDiaryRecord: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|Multiplayer Execution =("server" or empty) " to "|Multiplayer Execution ("server" or empty)= ") |
Lou Montana (talk | contribs) m (Fix arguments) |
||
Line 8: | Line 8: | ||
|arg= |Multiplayer Arguments = | |arg= |Multiplayer Arguments = | ||
|eff= | |eff= local |Multiplayer Effects = | ||
|serverExec= | |serverExec= |Multiplayer Execution ("server" or empty)= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 20: | Line 20: | ||
|p1= unit: [[Object]] |PARAMETER1= | |p1= unit: [[Object]] |PARAMETER1= | ||
|p2= | |p2= subject: [[String]] |PARAMETER2= | ||
|p3= | |p3= diaryRecord: [[Diary Record]] |PARAMETER3= | ||
| | | [[Nothing]] |Return Value= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[[player]] [[removeDiaryRecord]] [" | |x1= <code>[[private]] _diaryRecord = [[player]] [[createDiaryRecord]] ["diary", ["Subject", "Text"]]; | ||
{{cc|...}} | |||
[[player]] [[removeDiaryRecord]] ["Diary", _diaryRecord];</code> |Example 1= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 00:40, 5 July 2020
Description
- Description:
- Remove a log record.
- Groups:
- Uncategorised
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