对parval(),属性指向很困扰3 [' L* Y7 Y; u+ X
比如: baynumber = parval(2),求注解下,为什么是(2), . g4 [. \2 Z" s3 V. H+ _( B6 H* _/ e5 ~5 X% J
如果levelnuber=????? 求注解。。。。 # o+ w0 Z- R" O/ M' B1 u0 KFor developer use. This command is used inside a function that is called by the nodefunction() command. It returns the parameter passed to nodefunction specified by index as a number. The first additional parameter passed to nodefunction() is parameter 1, the second is parameter 2, etc. Parameters can also be retrieved using parnode() and parstr() for casting them as a treenode and string respectively. 5 ^ k& O) T6 h9 y
Example: double passedval = parval(3);! h- v3 u# k- o' [
) K$ v2 Y$ ~+ e& w7 a
This sets passedval equal to the number that was passed to nodefunction() as parameter 3.