Daniele Bartolini 11 år sedan
förälder
incheckning
db002dce0d
1 ändrade filer med 4 tillägg och 3 borttagningar
  1. 4 3
      docs/lua_api.txt

+ 4 - 3
docs/lua_api.txt

@@ -492,13 +492,13 @@ PhysicsWorld
 	**set_gravity** (physics_world, gravity)
 	**set_gravity** (physics_world, gravity)
 		Sets the gravity.
 		Sets the gravity.
 
 
-	**make_raycast** 
+	**make_raycast**
 		TODO
 		TODO
 
 
-	**overlap_test** 
+	**overlap_test**
 		TODO
 		TODO
 
 
-Controller 
+Controller
 ----------
 ----------
 
 
 	**move** (controller, position)
 	**move** (controller, position)
@@ -706,6 +706,7 @@ Device
 
 
 	**can_get** (type, name) : bool
 	**can_get** (type, name) : bool
 		Returns whether the resource (type, name) is loaded.
 		Returns whether the resource (type, name) is loaded.
+		When resource autoload is enabled it always returns true.
 
 
 	**enable_resource_autoload** (enable)
 	**enable_resource_autoload** (enable)
 		Sets whether resources should be automatically loaded when accessed.
 		Sets whether resources should be automatically loaded when accessed.