|
对parval(),属性指向很困扰
2 D; w! P+ X& O) D! m比如: baynumber = parval(2),求注解下,为什么是(2),
7 {9 C+ i3 B9 [* T( r
3 M Y$ a& g$ b2 Z, Y$ v如果levelnuber=????? 求注解。。。。' W5 N, V0 F0 H7 m" y" U
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.
$ j% C! s. e' p# }; i: V2 {Example: double passedval = parval(3);
% C& [; i# \ t4 q/ o4 O! L! r# u7 K% l' o1 q& z; K5 X" J: e
This sets passedval equal to the number that was passed to nodefunction() as parameter 3. |
|