selectDiarySubject: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
(page formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2 | |game1= arma2 | ||
|1.00 | |version1= 1.00 | ||
| | |game2= arma2oa | ||
| | |version2= 1.51 | ||
| Selects the [[Diary]] | |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. | |||
{{Feature|arma3|This command seems to be broken in {{GVI|arma3|1.82}}. Use [[BIS_fnc_selectDiarySubject]] instead.}} | {{Feature|arma3|This command seems to be broken in {{GVI|arma3|1.82}}. Use [[BIS_fnc_selectDiarySubject]] instead.}} | ||
{{Wiki|todo| Remove the above note after 2.03.147165}} | {{Wiki|todo| Remove the above note after 2.03.147165}} | ||
| | |s1= player [[selectDiarySubject]] subject | ||
|p1= | |p1= player: [[Object]] - Player | ||
|p2= subject: [[String]] - subject name, for example "Diary" ( | |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". | ||
| [[Boolean]] - [[true]] if subject was successfully selected | |r1= [[Boolean]] - [[true]] if subject was successfully selected | ||
|x1= <code>[[player]] [[selectDiarySubject]] " | |x1= <code>[[openMap]] [[true]]; | ||
[[player]] [[selectDiarySubject]] "Diary";</code> | |||
|seealso= [[processDiaryLink]] | |seealso= [[processDiaryLink]] [[createDiaryLink]] [[createDiarySubject]] [[diarySubjectExists]] [[allDiarySubjects]] | ||
}} | }} | ||
Revision as of 10:47, 4 March 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