Explorar el Código

Update documentation

Daniele Bartolini hace 11 años
padre
commit
c47cd342b5
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      documentation/lua_api.txt

+ 4 - 0
documentation/lua_api.txt

@@ -690,6 +690,10 @@ Device
 		Note that to unload the resources loaded by the package, you have to call
 		Note that to unload the resources loaded by the package, you have to call
 		ResourcePackage.unload() first.
 		ResourcePackage.unload() first.
 
 
+	**console_send** (table)
+		Sends the given lua *table* to clients connected to the engine.
+		Note that the current version only supports explicitly escaped strings as key/value pairs.
+
 DebugLine
 DebugLine
 =========
 =========