Concord icon indicating copy to clipboard operation
Concord copied to clipboard

Retrieve all components example incorrect

Open togfoxy opened this issue 2 years ago • 0 comments

This example should say:

-- Retrieve all Components
-- WARNING: Do not modify this table. It is read-only
local allComponents = myEntity:getComponents()

for ComponentClass, Component in pairs(allComponents) do
    -- Do stuff
end

The 'ipairs' should say 'pairs'

togfoxy avatar Jul 18 '22 01:07 togfoxy