View Single Post
commonbullet
Veteran Member
Join Date: Oct 2005
Old 02-25-2007 , 14:04   Re: Module: Vdf trees - 1.01
Reply With Quote #14

Update:

- updated sdk files and included auto load feature.
- nodes and trees are now pointers (thus should be used carefully)
- included the following natives.
Code:
vdf_set_node_key(node, const key[]);
vdf_set_node_value(node, const value[]);
native vdf_count_branch_nodes(node);
vdf_remove_tree(vdftree)
- included these stocks as suggested by Zenith
Code:
vdf_is_last_node(node)
vdf_is_first_node(node)

- The number of arguments of many natives has changed.
- Included a more consistent example – it covers almost all features - creatings a trees, saving, reading from file, representing trees structures in a menu interface.
I’ve spammed this example with comments as so to make it clear for everyone (not only for more experienced coders).

Thanks to Bail, Rukia, sawce and Zenith for helping me to improve it.

Last edited by commonbullet; 02-25-2007 at 14:53.
commonbullet is offline
Send a message via ICQ to commonbullet Send a message via MSN to commonbullet