387 lines
11 KiB
HTML
387 lines
11 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>e-Amusement API</title>
|
||
|
|
||
|
<link rel="stylesheet" href="../../styles.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td><a href="../..">Contents</a></td>
|
||
|
<td><a href="../../transport.html">Transport layer</a></td>
|
||
|
<td><a href="../../packet.html">Packet format</a></td>
|
||
|
<td><a href="../../protocol.html">Application Protocol</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<h1 id="game"><code>game</code></h1>
|
||
|
<h2 id="sample"><code>game.sv4_sample</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_sample">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="new"><code>game.sv4_new</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_new">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="load"><code>game.sv4_load</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_load">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="load_m"><code>game.sv4_load_m</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_load_m">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="save"><code>game.sv4_save</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_save">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="save_m"><code>game.sv4_save_m</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_save_m">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="common"><code>game.sv4_common</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_common">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="shop"><code>game.sv4_shop</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_shop">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="hiscore"><code>game.sv4_hiscore</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_hiscore">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="buy"><code>game.sv4_buy</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_buy">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="exception"><code>game.sv4_exception</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_exception">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="entry_s"><code>game.sv4_entry_s</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_entry_s">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="entry_e"><code>game.sv4_entry_e</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_entry_e">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="frozen"><code>game.sv4_frozen</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_frozen">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="lounce"><code>game.sv4_lounce</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_lounce">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="save_e"><code>game.sv4_save_e</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_save_e">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="save_pb"><code>game.sv4_save_pb</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_save_pb">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="save_c"><code>game.sv4_save_c</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_save_c">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="play_s"><code>game.sv4_play_s</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_play_s">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="play_e"><code>game.sv4_play_e</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_play_e">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="serial"><code>game.sv4_serial</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_serial">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="save_fi"><code>game.sv4_save_fi</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_save_fi">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="print"><code>game.sv4_print</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_print">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="print_h"><code>game.sv4_print_h</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_print_h">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="load_r"><code>game.sv4_load_r</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_load_r">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
|
||
|
<h2 id="save_campaign"><code>game.sv4_save_campaign</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<game method="sv4_save_campaign">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<game status="<i>status</i>">
|
||
|
<i>placeholder</i>
|
||
|
</game>
|
||
|
</response></code></pre>
|
||
|
</body>
|