selectDiarySubject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (formatting)
Line 20: Line 20:




|x1= <code>[[player]] selectDiarySubject "someSubject";</code>|= EXAMPLE1  
|x1= <code>[[player]] [[selectDiarySubject]] "someSubject";</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 10:45, 1 June 2018

Hover & click on the images for description

Description

Description:
Select the subject page in a log.
Groups:
Uncategorised

Syntax

Syntax:
person selectDiarySubject subject
Parameters:
person: Object - Player
subject: String
Return Value:
Nothing

Examples

Example 1:
player selectDiarySubject "someSubject";

Additional Information

See also:
processDiaryLinkcreateDiaryLinkcreateDiarySubjectdiarySubjectExists

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

Notes

Bottom Section