processDiaryLink: Difference between revisions
Killzone Kid (talk | contribs) No edit summary  | 
				Killzone Kid (talk | contribs)  mNo edit summary  | 
				||
| Line 62: | Line 62: | ||
<dt class="note">[[User:Killzone Kid|Killzone Kid]]</dt>  | <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 class="note">You can also force open diary with selected link by passing string in link format directly:  | ||
<code>[[processDiaryLink]] "<log subject=""Diary""></log>";</code>  | |||
The above will open tab Briefing.   | |||
<code>[[processDiaryLink]] "<log subject=""Diary"" record=""Record2""></log>";</code>  | |||
The above will open tab Briefing and select 3rd record from the bottom, provided the records were added consistently.  | |||
</dd>  | </dd>  | ||
</dl>  | </dl>  | ||
<!-- DISCONTINUE Notes -->  | <!-- DISCONTINUE Notes -->  | ||
Revision as of 22:53, 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". 
- 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.