Updated Interfaces (markdown)
parent
d560b9ff8d
commit
e279bfebc2
1 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,12 @@
|
|||
## ggs_vm_runner
|
||||
|
||||
<pre>GameVm = ggs_vm_runner:start_link()
|
||||
<pre>
|
||||
GameVm = ggs_vm_runner:start_link()
|
||||
ggs_vm_runner:define(GameVM, SourceCode)
|
||||
ggs_vm_runner:user_command(GameVM, User, Command, Args)</pre>
|
||||
ggs_vm_runner:user_command(GameVM, User, Command, Args)
|
||||
</pre>
|
||||
|
||||
<pre>
|
||||
handle_cast({server, hello, Headers}, State)
|
||||
handle_cast({server, define, Headers, Data}, State)
|
||||
handle_cast({game, command, Headers, Data}, State)
|
Reference in a new issue