selectDiarySubject: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 26: | Line 26: | ||
|p2= subject: [[String]] - Subject name, for example "Diary" (see also [[Diary]]). | |p2= subject: [[String]] - Subject name, for example "Diary" (see also [[Diary]]). | ||
{{Feature| | {{Feature|informative| | ||
In order to open a specific record inside a subject one can append {{hl|:Record#}} to the subject name. | |||
<sqf> | |||
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> | |||
}} | |||
|r1= [[Boolean]] - [[true]] if subject was successfully selected | |r1= [[Boolean]] - [[true]] if subject was successfully selected | ||
|x1= <sqf>openMap true; | |x1= <sqf> | ||
player selectDiarySubject "Diary";</sqf> | openMap true; | ||
player selectDiarySubject "Diary"; | |||
</sqf> | |||
|seealso= [[processDiaryLink]] [[createDiaryLink]] [[createDiarySubject]] [[diarySubjectExists]] [[allDiarySubjects]] | |seealso= [[processDiaryLink]] [[createDiaryLink]] [[createDiarySubject]] [[diarySubjectExists]] [[allDiarySubjects]] | ||
}} | }} |
Revision as of 13:24, 27 July 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:
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