Difference between revisions of "CODA example: Hide all trees"

m
no edit summary
imported>QQuix
(First CODA example)
 
imported>Shademe
m
 
(One intermediate revision by one other user not shown)
Line 51: Line 51:
     printc("Scanning "//GetEditorID(refCell))
     printc("Scanning "//GetEditorID(refCell))
   
   
     forEach reff <- GetCellObjects (refCell)
    ;  Walk the references in the cell
    ;-----------------------------------
     forEach reff <- GetCellObjects(refCell)
   
   
       ;  Check if the ref is valid (for some reason, sometimes it is zero)
       ;  Check if the ref is valid (for some reason, sometimes it is zero)
Line 80: Line 82:


[[Category: CODA examples]]
[[Category: CODA examples]]
[[Category: Construction Set Extender]]
Anonymous user