From a0068008596bd2ce529cee9373c2841942cbece8 Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Sun, 28 Jul 2013 13:43:43 -0400 Subject: [PATCH] Progress: Documentation --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c070ee..ad1b642 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,8 @@ Type: object literal GarageServerIO.getPlayerStates() : [, {id, state}] ``` +**_Returns_** array + **id** Type: string @@ -163,6 +165,8 @@ Type: object literal GarageServerIO.getEntityStates() : [, {id, state}] ``` +**_Returns_** array + **id** Type: string @@ -175,8 +179,10 @@ Type: object literal GarageServerIO.getId() : playerid ``` +**_Returns_** string + **playerid** -Type: number +Type: string #### sendServerEvent --- @@ -238,6 +244,8 @@ GarageServerIO.stop() GarageServerIO.getPlayers() : [, {id, state, [, inputs], [, {states, executionTimes}]}] ``` +**_Returns_** array + **id** Type: string @@ -256,6 +264,8 @@ Type: array of object literals GarageServerIO.getEntities() : [,{id, state, [, {state, executionTime }]}] ``` +**_Returns_** array + **id** Type: string