Daniele Bartolini vor 9 Jahren
Ursprung
Commit
eca02e0877
1 geänderte Dateien mit 15 neuen und 15 gelöschten Zeilen
  1. 15 15
      docs/lua_api.txt

+ 15 - 15
docs/lua_api.txt

@@ -538,21 +538,6 @@ Material
 	**set_vector3** (material, name, value)
 		Sets the *value* of the variable *name*.
 
-Gui
-===
-
-	**rect** (pos, size, material_resource, color)
-		Draws a rectangle.
-
-	**image** (pos, size, material_resource, color)
-		Draws an image.
-
-	**image_uv** (pos, size, uv0, uv1, material_resource, color)
-		Draws an image with explicit UV coordinates.
-
-	**text** (pos, font_size, str, font_resource, material_resource, color)
-		Draws text.
-
 RenderWorld
 ===========
 
@@ -856,6 +841,21 @@ Device
 	**guid** () : string
 		Returns a new GUID.
 
+DebugGui
+========
+
+	**rect** (pos, size, material_resource, color)
+		Draws a rectangle.
+
+	**image** (pos, size, material_resource, color)
+		Draws an image.
+
+	**image_uv** (pos, size, uv0, uv1, material_resource, color)
+		Draws an image with explicit UV coordinates.
+
+	**text** (pos, font_size, str, font_resource, material_resource, color)
+		Draws text.
+
 DebugLine
 =========