|
对parval(),属性指向很困扰
3 ~$ Z9 h. }9 l比如: baynumber = parval(2),求注解下,为什么是(2),
: z- H% x1 \% g5 X
2 G6 g. W: j) q% {8 o- w如果levelnuber=????? 求注解。。。。
- Y7 k! ? O: s+ BFor 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. ! d" b0 B$ M: ^$ c1 i2 c- k0 y$ f. ?
Example: double passedval = parval(3);
8 r8 t9 z8 m( l* X8 @: q: V1 A2 e3 e. w# ?% J2 G Y4 u) `7 ]
This sets passedval equal to the number that was passed to nodefunction() as parameter 3. |
|