Skip to content

pytha.enumerate_ngos

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

Iterates over all NGOs (non-geometric objects) in the current PYTHA project.

pytha.enumerate_ngos()

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

for ngo in pytha.enumerate_ngos() do
    ... -- do something with ngo
end

where ngo is an element handle.

See also:

pytha, element handles, enumerate_parts, enumerate_groups, create_ngo

Clone this wiki locally