Updated Interfaces (markdown)
parent
49cba882e3
commit
172f527fb8
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ ggs_vm_runner:define(GameVM, SourceCode) -> ok
|
||||||
ggs_vm_runner:user_command(GameVM, User, Command, Args) -> ok
|
ggs_vm_runner:user_command(GameVM, User, Command, Args) -> ok
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
Only `start_link()` has a return value, the other two always return `ok`.
|
||||||
|
|
||||||
## ggs_server
|
## ggs_server
|
||||||
<pre>
|
<pre>
|
||||||
handle_cast(stop, State) -> {stop, normal, State}
|
handle_cast(stop, State) -> {stop, normal, State}
|
||||||
|
|
Reference in a new issue