removeDiaryRecord: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (updated version to 1.96)
m (arma3dev → arma3)
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3dev |Game=
| arma3 |Game=


|1.96|Game Version =(number surrounded by NO SPACES)
|1.96|Game Version =(number surrounded by NO SPACES)
Line 16: Line 16:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Unit [[removeDiaryRecord]] DiaryPage |Syntax=
| unit [[removeDiaryRecord]] [subject, diaryRecord] |Syntax=


|p1=Unit: [[Object]] |PARAMETER1=
|p1= unit: [[Object]] |PARAMETER1=


|p2=[subject, diaryRecord]: [[Array]] |PARAMETER2=
|p2= [subject, diaryRecord]: [[Array]] |PARAMETER2=
 
|p3= subject: [[String]] |PARAMETER3=
 
|p4= diaryRecord: [[String]] |PARAMETER4=


| Nothing |Return Value=
| Nothing |Return Value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>player [[removeDiaryRecord]] ["diary",_diaryRec]</code> |Example 1=
|x1= <code>[[player]] [[removeDiaryRecord]] ["diary",_diaryRec]</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________
|mp= - |Multiplayer Behaviour=


|  |See Also=
|  |See Also=

Revision as of 22:05, 29 October 2019

Hover & click on the images for description

Description

Description:
Remove a log record. Template:wip
Groups:
Uncategorised

Syntax

Syntax:
unit removeDiaryRecord [subject, diaryRecord]
Parameters:
unit: Object
[subject, diaryRecord]: Array
subject: String
diaryRecord: String
Return Value:
Nothing

Examples

Example 1:
player removeDiaryRecord ["diary",_diaryRec]

Additional Information

See also:
See also needed

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

Bottom Section