|
对parval(),属性指向很困扰& j$ F+ E/ q" s; e" q
比如: baynumber = parval(2),求注解下,为什么是(2),
0 Q- @$ c1 H- }. b& k6 z, Z; m0 Y+ N7 _8 D- H7 }
如果levelnuber=????? 求注解。。。。& [) c4 x6 t! E& L( o9 c
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.
0 V5 |7 \- u' R0 i2 I! |Example: double passedval = parval(3);
_: T" b: H' B X: ^0 S0 Z, h1 a6 ]3 J) K
This sets passedval equal to the number that was passed to nodefunction() as parameter 3. |
|