View Single Post
Zenith77
Veteran Member
Join Date: Aug 2005
Old 02-24-2007 , 12:46   Re: Module: Vdf trees
Reply With Quote #9

Already have some requests, as I plan on using this module in two of my major projects.
I would like these two natives:

Code:
vdf_is_first_node(); vdf_is_last_node();

or perhaps collapse them into one native:

Code:
vdf_is_node_number(myNode, 1); vdf_is_node_number(myNode, vdf_num_nodes(myParentNode));

The latter one would require an additional native though, 'vdf_num_nodes()', which as you can tell returns the number of nodes in the current node.

Also, you should put everything in one big .zip file ^^..
__________________
Quote:
Originally Posted by phorelyph View Post
your retatred

Last edited by Zenith77; 02-24-2007 at 13:51.
Zenith77 is offline