|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Member |
Hi ,
where to find a complete list of VETScript functions? I tried this way to explore the properties inside an instance function getProperties( obj ) { var allProperties = ""; for (var property in obj ){ var propertyName = property ; var propertyValue = obj[ propertyName ]; allProperties += (propertyName+'='+propertyValue+'; '); } return allProperties; } |
||
|
|
Member |
The VETScript reference can be found in the attachment. Beyond what's in that document, it's all ECMA. Certainly your code snippet should work, unfortunately it seems you've stumbled upon a bug
vmp_win_330_relnotes.zip (36 KB, 75 downloads) |
|||
|
| Powered by Eve Community |
| Please Wait. Your request is being processed... |
|

