selectDiarySubject: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Killzone Kid (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
|gr2= Briefing | |gr2= Briefing | ||
| Selects the subject page in a log.<br><br> | | Selects the [[Diary]] subject page in a log. The subject is selected but the command doesn't open the map by default, which could be opened with [[openMap]] if necessary.<br><br> | ||
{{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.}} | ||
{{Informative | Remove the above note after 2.03.147165}} | |||
| person [[selectDiarySubject]] subject | | person [[selectDiarySubject]] subject | ||
Line 16: | Line 17: | ||
|p1= person: [[Object]] - Player | |p1= person: [[Object]] - Player | ||
|p2= subject: [[String]] | |p2= subject: [[String]] - subject name, for example "Diary" for the Briefing tab. It could be further instructed to select a record too, for example "Diary:Record2". | ||
| [[ | | [[Boolean]] - [[true]] if subject was successfully selected | ||
|x1= <code>[[player]] [[selectDiarySubject]] "someSubject";</code> | |x1= <code>[[player]] [[selectDiarySubject]] "someSubject";</code> |
Revision as of 12:15, 27 January 2021
Description
- Description:
- Description needed
- Groups:
- Broken CommandsBriefing
Syntax
- Syntax:
- Syntax needed
- Parameters:
- person: Object - Player
- subject: String - subject name, for example "Diary" for the Briefing tab. It could be further instructed to select a record too, for example "Diary:Record2".
- Return Value:
- Return value needed
Examples
- Example 1:
player selectDiarySubject "someSubject";
Additional Information
- See also:
- See also needed
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