selectDiarySubject: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2") |
||
(22 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2 | |game1= arma2 | ||
|version1= 1.00 | |||
|1. | |game2= arma2oa | ||
|version2= 1.50 | |||
| | |game3= tkoh | ||
|version3= 1.00 | |||
| | |game4= arma3 | ||
|version4= 0.50 | |||
| | |gr1= Briefing | ||
| | |eff= local | ||
| | |arg= local | ||
| | |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 | ||
| | |p1= player: [[Object]] - player | ||
| [[ | |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|: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 | |||
|x1= <sqf> | |||
openMap true; | |||
player selectDiarySubject "Diary"; | |||
</sqf> | |||
|seealso= [[processDiaryLink]] [[createDiaryLink]] [[createDiarySubject]] [[diarySubjectExists]] [[allDiarySubjects]] | |||
}} | |||
[[ |
Latest revision as of 15:49, 8 November 2023
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