We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152d632 commit 9474fa5Copy full SHA for 9474fa5
1 file changed
scripts/ArluqTools2/services/CollectionService.lua
@@ -17,7 +17,7 @@ function CollectionService.getAllAnimals()
17
return list
18
end
19
20
---- Get all fences in the zoo
+--- Get all fences in the zoo (unsafe)
21
--- @return list
22
function CollectionService.getAllFences()
23
local list = findType("fence")
0 commit comments