|
对parval(),属性指向很困扰& v8 H# d7 K% E; w' A. O
比如: baynumber = parval(2),求注解下,为什么是(2),! ?8 O( G! ~1 v3 e5 Q0 K. T' U
, U) N7 f# P/ |! y( C1 o5 P如果levelnuber=????? 求注解。。。。# ]0 k- i L& J) O
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. $ H) g. E8 j( _5 k2 u+ K; H2 B
Example: double passedval = parval(3);: l! M! Z$ E. y4 e$ G6 K& Y
& w7 F- ?1 n" m* |4 b2 `This sets passedval equal to the number that was passed to nodefunction() as parameter 3. |
|