summaryrefslogtreecommitdiff
path: root/data/docs
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-04-11 09:21:47 +0200
committerYorhel <git@yorhel.nl>2016-04-11 09:21:51 +0200
commit9f99f7ffda4a0fee6c7cf6ec181f8c3077de2803 (patch)
treeb64a5027ba0ecc52cbefb7475588310e48b86015 /data/docs
parent9bd67c22575a65a36f0fb56560624156db99fa7c (diff)
API: Added "vns" flag and member to "get character"
Diffstat (limited to 'data/docs')
-rw-r--r--data/docs/1111
1 files changed, 11 insertions, 0 deletions
diff --git a/data/docs/11 b/data/docs/11
index a3bab7c6..723bc686 100644
--- a/data/docs/11
+++ b/data/docs/11
@@ -1104,6 +1104,16 @@ however still required.<br />
spoiler level (integer, 0-2). General information for each trait is
available in the <a href="/d14.3">traits dump</a>.</td>
</tr>
+ <tr>
+ <td>vns</td>
+ <td>vns</td>
+ <td>array of arrays</td>
+ <td>no</td>
+ <td>List of VNs linked to this character. Each VN is an array of 4 elements:
+ VN id, release ID (0 = "all releases"), spoiler level (0-2) and the role
+ (string).<br />
+ Available roles: "main", "primary", "side" and "appears".</td>
+ </tr>
</table>
<p>Sorting is possible on the 'id' and 'name' fields.</p><br />
@@ -1484,6 +1494,7 @@ however still required.<br />
<ul>
<li>Added support for TLS</li>
<li>Added "screens" flag and member to "get vn"</li>
+ <li>Added "vns" flag and member to "get character"</li>
</ul>
<b>2.23</b>
<ul>