selectDiarySubject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2 |Game name=
| arma2 |Game name=
Line 10: Line 9:
|gr2= Briefing |GROUP2=
|gr2= Briefing |GROUP2=


____________________________________________________________________________________________


| Selects the subject page in a log.<br><br>
| Selects the subject page in a log.<br><br>
{{Feature|arma3|This command seems to be broken in {{GVI|arma3|1.82}}. Use [[BIS_fnc_selectDiarySubject]] instead.}}|DESCRIPTION=
{{Feature|arma3|This command seems to be broken in {{GVI|arma3|1.82}}. Use [[BIS_fnc_selectDiarySubject]] instead.}}|DESCRIPTION=
____________________________________________________________________________________________


| person [[selectDiarySubject]] subject |SYNTAX=
| person [[selectDiarySubject]] subject |SYNTAX=
Line 28: Line 25:
|x1= <code>[[player]] [[selectDiarySubject]] "someSubject";</code>|EXAMPLE1=  
|x1= <code>[[player]] [[selectDiarySubject]] "someSubject";</code>|EXAMPLE1=  


____________________________________________________________________________________________


| [[processDiaryLink]], [[createDiaryLink]], [[createDiarySubject]], [[diarySubjectExists]]  |SEEALSO=  
| [[processDiaryLink]], [[createDiaryLink]], [[createDiarySubject]], [[diarySubjectExists]]  |SEEALSO=  


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}



Revision as of 03:18, 17 January 2021

Hover & click on the images for description

Description

Description:
Selects the subject page in a log.

Arma 3
This command seems to be broken in Arma 3 logo black.png1.82. Use BIS_fnc_selectDiarySubject instead.
Groups:
Broken CommandsBriefing

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