|
对parval(),属性指向很困扰1 b! n3 s! F- ]6 B+ ^2 W: Z. z" e6 x
比如: baynumber = parval(2),求注解下,为什么是(2),1 h2 P- p/ T( Q! H
/ r: s! [5 i9 [* }' d8 b. v; _1 B如果levelnuber=????? 求注解。。。。$ \6 n/ L7 S+ i* J6 N1 k8 l+ W/ `
For 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. 1 W, j+ T" }8 g f6 [- I
Example: double passedval = parval(3);
. G' y J f% t0 ? z$ b; M: e8 v* B9 t$ N5 V+ v6 Z h- {/ z
This sets passedval equal to the number that was passed to nodefunction() as parameter 3. |
|