processDiaryLink: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\|p[0-9]+ *= * )+" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 21: | Line 21: | ||
{{cc|... where '''"selected_tab"''' can be '''"Tasks"''', '''"Diary"''', '''"Units"''', '''"Players"''', '''"Statistics"''', other user created subjects}}</code> | {{cc|... where '''"selected_tab"''' can be '''"Tasks"''', '''"Diary"''', '''"Units"''', '''"Players"''', '''"Statistics"''', other user created subjects}}</code> | ||
| [[createDiaryLink]], [[createDiaryRecord]], [[createDiarySubject]], [[diarySubjectExists]] | |seealso= [[createDiaryLink]], [[createDiaryRecord]], [[createDiarySubject]], [[diarySubjectExists]] | ||
}} | }} | ||
Revision as of 23:54, 16 February 2021
Description
- Description:
- Description needed
- Groups:
- Briefing
Syntax
- Syntax:
- Syntax needed
- Parameters:
- link: String
- Return Value:
- Return value needed
Examples
- Example 1:
processDiaryLink createDiaryLink ["Tasks", (simpleTasks player) select 0, ""]; // Select a task in the Task menu
- Example 2:
// To select various tabs in the map screen: processDiaryLink createDiaryLink ["selected_tab", player, ""]; // ... where "selected_tab" can be "Tasks", "Diary", "Units", "Players", "Statistics", other user created subjects
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
- Posted on June 30, 2017 - 21:49 (UTC)
- Killzone Kid
- You can also force open diary with selected link by passing string in link format directly:
processDiaryLink "<log subject=""Diary""></log>";
The above will open tab Briefing.processDiaryLink "<log subject=""Diary"" record=""Record2""></log>";
The above will open tab Briefing and select 3rd record from the bottom, provided the records were added consistently.