processDiaryLink: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 53: Line 53:
<code>[[processDiaryLink]] [[createDiaryLink]] ["selected_tab", [[player]], ""];</code>
<code>[[processDiaryLink]] [[createDiaryLink]] ["selected_tab", [[player]], ""];</code>
... where '''"selected_tab"''' can be '''"Map"''', '''"Tasks"''', '''"Diary"''', '''"Units"''', '''"Players"''', '''"Log"'''.
... where '''"selected_tab"''' can be '''"Map"''', '''"Tasks"''', '''"Diary"''', '''"Units"''', '''"Players"''', '''"Log"'''.
</dd>
</dl>
<!-- DISCONTINUE Notes -->
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on June 30, 2017 - 21:49 (UTC)</dd>
<dt class="note">[[User:Killzone Kid|Killzone Kid]]</dt>
<dd class="note">You can also force open diary with selected link by passing string in link format directly:
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->
<!-- DISCONTINUE Notes -->

Revision as of 23:49, 30 June 2017

Hover & click on the images for description

Description

Description:
Open the diary screen on the record specified by link.
Groups:
Uncategorised

Syntax

Syntax:
processDiaryLink link
Parameters:
link: String
Return Value:
Nothing

Examples

Example 1:
(example)

Additional Information

See also:
createDiaryLinkcreateDiaryRecordcreateDiarySubjectdiarySubjectExists

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

Notes

Bottom Section

Posted on June 30, 2017 - 09:42 (UTC)
Jezuro
To select various tabs in the map screen: processDiaryLink createDiaryLink ["selected_tab", player, ""]; ... where "selected_tab" can be "Map", "Tasks", "Diary", "Units", "Players", "Log".
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: