Revised 3.7.2
This commit is contained in:
parent
17bec48ad2
commit
81a22bc124
1 changed files with 34 additions and 16 deletions
50
report.lyx
50
report.lyx
|
@ -6485,9 +6485,7 @@ status open
|
||||||
{
|
{
|
||||||
\backslash
|
\backslash
|
||||||
tt playerCommand(278d5 ..
|
tt playerCommand(278d5 ..
|
||||||
49, nick, Peter)
|
49, nick, Peter)}
|
||||||
\emph on
|
|
||||||
}
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
|
@ -6521,9 +6519,7 @@ status open
|
||||||
|
|
||||||
{
|
{
|
||||||
\backslash
|
\backslash
|
||||||
tt GGS.localStorage.setItem(key, value)
|
tt GGS.localStorage.setItem(key, value)}
|
||||||
\emph on
|
|
||||||
}
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
|
@ -6540,9 +6536,7 @@ status open
|
||||||
|
|
||||||
{
|
{
|
||||||
\backslash
|
\backslash
|
||||||
tt GGS.localStorage(key)
|
tt GGS.localStorage(key)}
|
||||||
\emph on
|
|
||||||
}
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
|
@ -6569,9 +6563,7 @@ status open
|
||||||
|
|
||||||
{
|
{
|
||||||
\backslash
|
\backslash
|
||||||
tt GGS.sendCommandToAll()
|
tt GGS.sendCommandToAll()}
|
||||||
\emph on
|
|
||||||
}
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
|
@ -6730,12 +6722,38 @@ The game VM process executes the source code within the JavaScript VM.
|
||||||
|
|
||||||
\begin_layout Enumerate
|
\begin_layout Enumerate
|
||||||
The JavaScript VM evaluates the source code - which has to implement the
|
The JavaScript VM evaluates the source code - which has to implement the
|
||||||
playerCommand() function - within the context of the game.
|
|
||||||
|
\begin_inset ERT
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
{
|
||||||
|
\backslash
|
||||||
|
tt playerCommand()}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
function - within the context of the game.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Enumerate
|
\begin_layout Enumerate
|
||||||
The game is at this point fully initialized and can be used by all clients
|
The game is at this point fully initialized and can be used by all clients
|
||||||
with help of the playerCommand() function.
|
with help of the
|
||||||
|
\begin_inset ERT
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
{
|
||||||
|
\backslash
|
||||||
|
tt playerCommand()}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
function.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Enumerate
|
\begin_layout Enumerate
|
||||||
|
@ -6778,8 +6796,8 @@ Clients disconnect
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Enumerate
|
\begin_layout Enumerate
|
||||||
When the last client disconnects the table process terminates and with it
|
When the last client disconnects, the table process terminates and with
|
||||||
the game context and database content (not implemented in the prototype).
|
it the game context and database content (not implemented in the prototype).
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Subsection
|
\begin_layout Subsection
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue