| Line 26: |
Line 26: |
| | | | |
| | [[Array.atnode()]] | | [[Array.atnode()]] |
| | + | |
| | + | Similar to .indices, but just to get the node value. |
| | | | |
| | [[Array.atindex()]] | | [[Array.atindex()]] |
| | + | |
| | + | Gets nodes from the indices mentioned. |
| | | | |
| | [[Array.nodeindex()]] | | [[Array.nodeindex()]] |
| | + | |
| | + | Similar to atindex, but just to get the node indices. |
| | | | |
| | [[Array.indicesCore()]] | | [[Array.indicesCore()]] |
| | + | |
| | + | For internal use only. |