|
对parval(),属性指向很困扰
$ ^! s, _1 X0 b* N比如: baynumber = parval(2),求注解下,为什么是(2),# R* ]+ Z# m' d2 A4 j) l% A, @
6 ^3 q% B! e$ Z3 u2 G
如果levelnuber=????? 求注解。。。。
% k& W& H/ [' v) vFor 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. % f9 ^/ w. H0 J- P% c; H X9 ^ ^
Example: double passedval = parval(3);+ Z* z0 _$ u: H
. S# B" h" m) K8 d" s
This sets passedval equal to the number that was passed to nodefunction() as parameter 3. |
|