|
对parval(),属性指向很困扰
j5 G; W# @1 g1 J( _, A7 f比如: baynumber = parval(2),求注解下,为什么是(2),) P) {. `5 L4 B) p) _; c
( U! }- V: B, v: J' i
如果levelnuber=????? 求注解。。。。
' `$ _& h3 S2 g9 YFor 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 q) ]9 P: p) c" ]8 WExample: double passedval = parval(3);+ {$ Y( ?+ D! \, J" r9 t& A. u
/ O/ y: A; _ e* X/ mThis sets passedval equal to the number that was passed to nodefunction() as parameter 3. |
|