Skip to content

Commit 6edf97a

Browse files
committed
update to 1.6.0
1 parent b069a8f commit 6edf97a

52 files changed

Lines changed: 2693 additions & 1975 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Tue Apr 03 21:08:31 MSK 2018
2-
gradle.version=4.4
1+
#Mon Sep 25 16:49:14 MSK 2023
2+
gradle.version=4.8
-198 Bytes
Binary file not shown.

.idea/IntelliJ-Defold-Api.iml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/modules/DefoldApi_main.iml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.idea/modules/DefoldApi_test.iml

Lines changed: 0 additions & 2 deletions
This file was deleted.

DefoldDocs/api/buffer.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ function buffer.get_bytes(buffer, stream_name) end
5959
---Get a named metadata entry from a buffer along with its type.
6060
---@param buf buffer the buffer to get the metadata from
6161
---@param metadata_name hash|string name of the metadata entry
62-
---@return table table of metadata values or nil if the entry does not exist
63-
---@return constant numeric type of values or nil
62+
---@return table|nil table of metadata values or nil if the entry does not exist
63+
---@return constant|nil numeric type of values or nil
6464
function buffer.get_metadata(buf, metadata_name) end
6565

6666
---Get a specified stream from a buffer.

DefoldDocs/api/collection_factory.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function collectionfactory.get_status(url) end
4040
---Resources loaded are referenced by the collection factory component until the existing (parent) collection is destroyed or collectionfactory.unload is called.
4141
---Calling this function when the factory is not marked as dynamic loading does nothing.
4242
---@param url string|hash|url the collection factory component to load
43-
---@param complete_function function(self, url, result)) function to call when resources are loaded.
43+
`---@param complete_function function(self, url, result) function to call when resources are loaded.
4444
function collectionfactory.load(url, complete_function) end
4545

4646
---Changes the prototype for the collection factory.

DefoldDocs/api/collision_object.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function physics.get_maskbit(url, group) end
8181
---@param to vector3 the world position of the end of the ray
8282
---@param groups table a lua table containing the hashed groups for which to test collisions against
8383
---@param options table a lua table containing options for the raycast.
84-
---@return table It returns a list. If missed it returns nil. See ray_cast_response for details on the returned values.
84+
---@return table|nil It returns a list. If missed it returns nil. See ray_cast_response for details on the returned values.
8585
function physics.raycast(from, to, groups, options) end
8686

8787
---Ray casts are used to test for intersections against collision objects in the physics world.

0 commit comments

Comments
 (0)