Skip to content

Commit 65ac577

Browse files
committed
docs: minor
1 parent 5bc1356 commit 65ac577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/ScriptReference/Util/JCS_Util.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ All code utility is stored here.
5151
| RemoveCloneString | Remove the text "(Clone)" from the object's name, and return the new name string. |
5252
| FindObjectByType | Retrieves the first active loaded object of Type type. |
5353
| FindObjectsByType | Retrieves a list of all loaded objects of Type type. |
54+
| FindGameObjectsWithTag | Return a list of game object with the tag name. |
5455
| FindCloneObjectsOfTypeAll | Find all cloned game objects in the scene with the type passed in. |
5556
| FindNotCloneObjectsOfTypeAll | Find all game objects that are not clones in the scene with the type passed in. |
5657
| FindObjectsOfTypeAllInHierarchy | Find all the game object that are only active in the hierarchy with the type passed in. |

0 commit comments

Comments
 (0)