|
对parval(),属性指向很困扰
+ a! M3 C9 z( n; a: t比如: baynumber = parval(2),求注解下,为什么是(2),
6 i. L1 G3 g4 s0 Z; P
9 m9 s- s5 X$ T {/ g如果levelnuber=????? 求注解。。。。
+ r. |0 ], V( P N; TFor 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.
* ~# p. Z$ W- l- Q5 wExample: double passedval = parval(3);& ^8 t- ~. h; Z/ }
0 o) f9 m- k/ Z0 k BThis sets passedval equal to the number that was passed to nodefunction() as parameter 3. |
|