removeDiarySubject: 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 25: Line 25:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>player [[removeDiarySubject]] "myPage"</code> |Example 1=
|x1= <code>[[player]] [[removeDiarySubject]] "myPage";</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________
|mp= - |Multiplayer Behaviour=


| [[createDiarySubject]] [[diarySubjectExists]] [[selectDiarySubject]] |See Also=
| [[createDiarySubject]] [[diarySubjectExists]] [[selectDiarySubject]] |See Also=

Revision as of 22:04, 29 October 2019

Hover & click on the images for description

Description

Description:
Remove a subject from a log Template:wip
Groups:
Uncategorised

Syntax

Syntax:
Unit removeDiarySubject DiaryPage
Parameters:
Unit: Object
DiaryPage: String
Return Value:
Nothing

Examples

Example 1:
player removeDiarySubject "myPage";

Additional Information

See also:
createDiarySubject diarySubjectExists selectDiarySubject

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