|
对parval(),属性指向很困扰
* p% f* G% E5 j- g比如: baynumber = parval(2),求注解下,为什么是(2),# e2 y w* r+ e8 N; [" u8 ?
. D6 Q- p1 ^' o4 \% u
如果levelnuber=????? 求注解。。。。6 ~7 O' [! k* M+ Q0 l
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.
Y' v# r, S4 `# k! i; R* rExample: double passedval = parval(3);0 r; c2 ]* S& D( E2 @
- G# j$ x2 }, U
This sets passedval equal to the number that was passed to nodefunction() as parameter 3. |
|