-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLogEvaluator.html
13 lines (12 loc) · 4.55 KB
/
LogEvaluator.html
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- saved from url=(0102)https://script.google.com/macros/library/d/1qre3OZJ3QzzwTEsyaq4156SC0ETIMfWPTPvV-c7BVMUbJ82wKiOallyi/2 -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Library Documentation</title><link rel="stylesheet" type="text/css" href="./LogEvaluator_files/screen-docs.css" nonce=""><link href="./LogEvaluator_files/css" rel="stylesheet" type="text/css" nonce=""></head><body class="two-column docs"><div id="gc-wrapper"><div id="gc-main" class="main"><div id="gc-content" style="margin-left:0"><h1 class="page_title">LogEvaluator (version 2)</h1><p>LogEvaluator</p><h2>fillOrder(Object order, Object emboldened, Object duration, Object success, Object name, Object cm)</h2><p>Internal Function: Avoid using this directly unless you know what you're doing.</p><h3>Arguments:</h3><table style="width: 100%"><tbody><tr><th scope="col" style="wdith: 20%;">Name</th><th scope="col" style="width: 15%;">Type</th><th scope="col" style="width: 65%;">Description</th></tr><tr><td>order</td><td><code>Object</code></td><td></td></tr><tr><td>emboldened</td><td><code>Object</code></td><td></td></tr><tr><td>duration</td><td><code>Object</code></td><td></td></tr><tr><td>success</td><td><code>Object</code></td><td></td></tr><tr><td>name</td><td><code>Object</code></td><td></td></tr><tr><td>cm</td><td><code>Object</code></td><td></td></tr></tbody></table><h2>fillOrderWithDpsReportData(Object logUrl, Object order)</h2><p>Internal Function: Avoid using this directly unless you know what you're doing.</p><h3>Arguments:</h3><table style="width: 100%"><tbody><tr><th scope="col" style="wdith: 20%;">Name</th><th scope="col" style="width: 15%;">Type</th><th scope="col" style="width: 65%;">Description</th></tr><tr><td>logUrl</td><td><code>Object</code></td><td></td></tr><tr><td>order</td><td><code>Object</code></td><td></td></tr></tbody></table><h2>secondsToDuration(Object secs)</h2><p>Internal Function: Avoid using this directly unless you know what you're doing.</p><h3>Arguments:</h3><table style="width: 100%"><tbody><tr><th scope="col" style="wdith: 20%;">Name</th><th scope="col" style="width: 15%;">Type</th><th scope="col" style="width: 65%;">Description</th></tr><tr><td>secs</td><td><code>Object</code></td><td></td></tr></tbody></table><h2>wingman_Boss_Record(Object bossId)</h2><p>Returns the current patch record of a boss on wingman by bossId.
1. bossId: CellReference - ex.: 19691
Id of the boss on wingman</p><h3>Arguments:</h3><table style="width: 100%"><tbody><tr><th scope="col" style="wdith: 20%;">Name</th><th scope="col" style="width: 15%;">Type</th><th scope="col" style="width: 65%;">Description</th></tr><tr><td>bossId</td><td><code>Object</code></td><td></td></tr></tbody></table><h2>fillOrderWithWingmanData(Object logUrl, Object order)</h2><p>Internal Function: Avoid using this directly unless you know what you're doing.</p><h3>Arguments:</h3><table style="width: 100%"><tbody><tr><th scope="col" style="wdith: 20%;">Name</th><th scope="col" style="width: 15%;">Type</th><th scope="col" style="width: 65%;">Description</th></tr><tr><td>logUrl</td><td><code>Object</code></td><td></td></tr><tr><td>order</td><td><code>Object</code></td><td></td></tr></tbody></table><h2>evaluateLog(Object logUrl, Object order)</h2><p>Returns an evaluation of a given log by url.
1. logUrl: CellReference - ex.: https://dps.report/FWfO-20231021-210842_vg or https://gw2wingman.nevermindcreations.de/log/28195-20231023-213456_sam_kill
Accepted domains are *dps.report* and *gw2wingman.nevermindcreations
2. order: CellRange - ex.: [NAME,CM,EMBOLDENED,SUCCESS,DURATION]
The properties in order will be directly replaced with the corresponding data.
The example includes all possible values you can use.
You are free to use less values and in different order.</p><h3>Arguments:</h3><table style="width: 100%"><tbody><tr><th scope="col" style="wdith: 20%;">Name</th><th scope="col" style="width: 15%;">Type</th><th scope="col" style="width: 65%;">Description</th></tr><tr><td>logUrl</td><td><code>Object</code></td><td></td></tr><tr><td>order</td><td><code>Object</code></td><td></td></tr></tbody></table><h2>wingman_Boss_Name(Object bossId)</h2><p>Returns the name of a boss on wingman by bossId.
1. bossId: CellReference - ex.: 19691
Id of the boss on wingman</p><h3>Arguments:</h3><table style="width: 100%"><tbody><tr><th scope="col" style="wdith: 20%;">Name</th><th scope="col" style="width: 15%;">Type</th><th scope="col" style="width: 65%;">Description</th></tr><tr><td>bossId</td><td><code>Object</code></td><td></td></tr></tbody></table></div></div></div></body></html>