|
对parval(),属性指向很困扰
* ? E g& e3 _- n$ s7 Z( ^: T: w比如: baynumber = parval(2),求注解下,为什么是(2),
! I( P; w) U) L+ q: f/ h
' b6 u; j1 k1 W9 v$ `- [# R如果levelnuber=????? 求注解。。。。
; C4 `, C- B1 XFor 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.
8 m5 ~; T# j* d9 gExample: double passedval = parval(3);
5 m+ }; y" H% q" ]8 D3 Q" w
$ f& `- q# Q! s g0 g9 _/ e+ VThis sets passedval equal to the number that was passed to nodefunction() as parameter 3. |
|