Notifications
Clear all

[Closed] LayerManager.nodes and the <&node array

 rdg

I remeber this was covered already but I cannot find the post .

I want to acces the nodes in a given Layer using the nodes Method of LayerManger.

Please point me to the post where the “by-reference Out parameter” was covered.

Georg

2 Replies

Hi,

local arr = #(); (layerManager.getLayer 0).nodes &arr

Light

 rdg

Thank you!

Georg