Skip to content

pytha.enumerate_groups

fabian-flassig edited this page May 28, 2026 · 1 revision

Iterates over all groups in the current PYTHA project.

pytha.enumerate_groups()

This function should be used in a lua for ... in ... do loop as follows:

for group in pytha.enumerate_groups() do
    ... -- do something with group
end

where group is an element handle to a group.

See also:

pytha, element handles, Groups, enumerate_parts, enumerate_ngos, get_group_members

Clone this wiki locally