processDiaryLink: Difference between revisions
Jump to navigation
Jump to search
m (added parameter) |
No edit summary |
||
Line 44: | Line 44: | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
<!-- CONTINUE Notes --> | |||
<dl class="command_description"> | |||
<dd class="notedate">Posted on June 30, 2017 - 09:42 (UTC)</dd> | |||
<dt class="note">[[User:Jezuro|Jezuro]]</dt> | |||
<dd class="note"> | |||
To select various tabs in the map screen: | |||
<code>[[processDiaryLink]] [[createDiaryLink]] ["selected_tab", [[player]], ""];</code> | |||
... where '''"selected_tab"''' can be '''"Map"''', '''"Tasks"''', '''"Diary"''', '''"Units"''', '''"Players"''', '''"Log"'''. | |||
</dd> | |||
</dl> | |||
<!-- DISCONTINUE Notes --> |
Revision as of 10:42, 30 June 2017
Description
- Description:
- Open the diary screen on the record specified by link.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
(example)
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
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".