selectDiarySubject: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<tt>([^= ]+)<\/tt>" to "{{hl|$1}}") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{cc\|([^} ]*)\}\}" to "// $1") |
||
Line 27: | Line 27: | ||
|p2= subject: [[String]] - Subject name, for example "Diary" (see also [[Diary]]). | |p2= subject: [[String]] - Subject name, for example "Diary" (see also [[Diary]]). | ||
{{Feature|Informative|In order to open a specific record inside a subject one can append {{hl|:Record0-n}} to the subject name. | {{Feature|Informative|In order to open a specific record inside a subject one can append {{hl|:Record0-n}} to the subject name. | ||
* {{ic|[[player]] [[selectDiarySubject]] "Diary:Record0"; | * {{ic|[[player]] [[selectDiarySubject]] "Diary:Record0"; // Selects the first record in the diary subject (from bottom to top)}} | ||
* {{ic|[[player]] [[selectDiarySubject]] "Diary:Record1"; | * {{ic|[[player]] [[selectDiarySubject]] "Diary:Record1"; // Selects the second record}}}} | ||
|r1= [[Boolean]] - [[true]] if subject was successfully selected | |r1= [[Boolean]] - [[true]] if subject was successfully selected |
Revision as of 11:26, 12 May 2022
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).
- Return Value:
- Boolean - true if subject was successfully selected
Examples
- Example 1:
openMap true; player selectDiarySubject "Diary";
Additional Information
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