selectDiarySubject: Difference between revisions
Jump to navigation
Jump to search
(page formatting) |
m (update v2.04) |
||
Line 24: | Line 24: | ||
|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. | |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 | |s1= player [[selectDiarySubject]] subject | ||
Line 31: | Line 29: | ||
|p1= player: [[Object]] - Player | |p1= player: [[Object]] - Player | ||
|p2= subject: [[String]] - | |p2= subject: [[String]] - Subject name, for example "Diary" (see also [[Diary]]). It can be further instructed to select a record too, for example "Diary:Record2". | ||
|r1= [[Boolean]] - [[true]] if subject was successfully selected | |r1= [[Boolean]] - [[true|True]] if subject was successfully selected | ||
|x1= <code>[[openMap]] [[true]]; | |x1= <code>[[openMap]] [[true]]; |
Revision as of 14:57, 27 April 2021
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). It can be further instructed to select a record too, for example "Diary:Record2".
- 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