This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Search Group names for string
#9
grp.tag returns an array (Lua table) that can be iterated over using ipairs:
Code:
objs = grp.tag(tagname)
for _, obj in ipairs(objs) do
  log(obj)
end
Reply


Messages In This Thread
Search Group names for string - by Diggerz - 26.07.2020, 07:52
RE: Search Group names for string - by admin - 27.07.2020, 05:55
RE: Search Group names for string - by admin - 27.07.2020, 09:18
RE: Search Group names for string - by admin - 03.08.2020, 06:44

Forum Jump: