From 172f527fb8217e223ee6e829db49364b1f9863c4 Mon Sep 17 00:00:00 2001 From: jeena Date: Mon, 14 Feb 2011 13:01:23 -0800 Subject: [PATCH] Updated Interfaces (markdown) --- Interfaces.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Interfaces.md b/Interfaces.md index 599dd18..cec3960 100644 --- a/Interfaces.md +++ b/Interfaces.md @@ -6,6 +6,8 @@ ggs_vm_runner:define(GameVM, SourceCode) -> ok ggs_vm_runner:user_command(GameVM, User, Command, Args) -> ok +Only `start_link()` has a return value, the other two always return `ok`. + ## ggs_server
 handle_cast(stop, State) -> {stop, normal, State}