selectDiarySubject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2")
 
(43 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.00


|1.00|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


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


| person [[selectDiarySubject]] subject |= Syntax
|game4= arma3
|version4= 0.50


|p1= person: [[Object]] - Player|PARAMETER1=  
|gr1= Briefing


|p2= subject: [[String]]|PARAMETER2=  
|eff= local


|arg= local


| [[Nothing]] |RETURNVALUE=
|descr= Selects a subject page in the [[Diary|diary]]. The subject page is selected but the command does not open the map by default, which could be opened with [[openMap]] if necessary.


|s1= player [[selectDiarySubject]] subject


|x1= <code>[[player]] [[selectDiarySubject]] "someSubject";</code>|EXAMPLE1=
|p1= player: [[Object]] - player


____________________________________________________________________________________________
|p2= subject: [[String]] - subject name, for example "Diary" (see also [[Diary]]).
 
{{Feature|informative|
| [[processDiaryLink]], [[createDiaryLink]], [[createDiarySubject]], [[diarySubjectExists]]  |SEEALSO=
In order to open a specific record inside a subject one can append {{hl|:Record#}} to the subject name.
 
<sqf>
|  |MPBEHAVIOUR=
player selectDiarySubject "Diary:Record0"; // selects the first record in the diary subject (from bottom to top)
____________________________________________________________________________________________
player selectDiarySubject "Diary:Record1"; // selects the second record
</sqf>
}}
}}


<h3 style='display:none'>Notes</h3>
|r1= [[Boolean]] - [[true]] if subject was successfully selected
<dl class='command_description'>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>
</dl>
openMap true;
player selectDiarySubject "Diary";
</sqf>


<h3 style='display:none'>Bottom Section</h3>
|seealso= [[processDiaryLink]] [[createDiaryLink]] [[createDiarySubject]] [[diarySubjectExists]] [[allDiarySubjects]]
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:49, 8 November 2023

Hover & click on the images for description

Description

Description:
Selects a subject page in the diary. The subject page is selected but the command does not open the map by default, which could be opened with openMap if necessary.
Groups:
Briefing

Syntax

Syntax:
player selectDiarySubject subject
Parameters:
player: Object - player
subject: String - subject name, for example "Diary" (see also Diary).
In order to open a specific record inside a subject one can append :Record# to the subject name.
player selectDiarySubject "Diary:Record0"; // selects the first record in the diary subject (from bottom to top) player selectDiarySubject "Diary:Record1"; // selects the second record
Return Value:
Boolean - true if subject was successfully selected

Examples

Example 1:
openMap true; player selectDiarySubject "Diary";

Additional Information

See also:
processDiaryLink createDiaryLink createDiarySubject diarySubjectExists allDiarySubjects

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