Skip to content

Commit

Permalink
Update comp_collection_proxy.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed May 14, 2024
1 parent e993184 commit 00edbe3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions engine/gamesys/src/gamesys/components/comp_collection_proxy.cpp
Expand Up @@ -799,16 +799,18 @@ namespace dmGameSystem

/*# return an indexed table of all the resources of a collection proxy
*
* return an indexed table of resources for a collection proxy. Each
* entry is a hexadecimal string that represents the data of the specific
* resource. This representation corresponds with the filename for each
* individual resource that is exported when you bundle an application with
* LiveUpdate functionality.
* return an indexed table of resources for a collection proxy where the
* referenced collection has been excluded using LiveUpdate. Each entry is a
* hexadecimal string that represents the data of the specific resource.
* This representation corresponds with the filename for each individual
* resource that is exported when you bundle an application with LiveUpdate
* functionality.
*
* @namespace collectionproxy
* @name collectionproxy.get_resources
* @param collectionproxy [type:url] the collectionproxy to check for resources.
* @return resources [type:table] the resources
* @return resources [type:table] the resources, or an empty list if the
* collection was not excluded.
*
* @examples
*
Expand Down

0 comments on commit 00edbe3

Please sign in to comment.