@rbxts/types 1.0.779 → 1.0.780
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7562,7 +7562,7 @@ interface CollectionService extends Instance {
|
|
|
7562
7562
|
*/
|
|
7563
7563
|
AddTag(this: CollectionService, instance: Instance, tag: string): void;
|
|
7564
7564
|
AddTag(this: Instance, tag: string): void;
|
|
7565
|
-
GetAllTags(this: CollectionService):
|
|
7565
|
+
GetAllTags(this: CollectionService): Array<string>;
|
|
7566
7566
|
/**
|
|
7567
7567
|
* GetInstanceAdded is given a tag (a string) and returns a signal which fires under two conditions:
|
|
7568
7568
|
*
|