Difference between revisions of "NR.c"

From Organic Design wiki
m
m
Line 1: Line 1:
 +
{{code|<c>
 
// Moves "this" to node's focus if exists then rotates loop and executes/reduces the focus item{{c}}{{Category:Nodal Concepts}}
 
// Moves "this" to node's focus if exists then rotates loop and executes/reduces the focus item{{c}}{{Category:Nodal Concepts}}
 
void nodeReduce() {
 
void nodeReduce() {
Line 6: Line 7:
 
}
 
}
 
}
 
}
 +
</c>}}

Revision as of 01:34, 9 January 2011

{{{1}}}