Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hello everyone! Ok, serious Noob-Question here :-D If i attach a script to a Coppercube-node (using Special --> Execute Java Script) - how can i access the name of the Node, that this script is on?? Using "this.name" only outputs as 0?? Thanks a lot! |
||||
|
var node = ccbGetCurrentNode(); You can find api reference here: https://www.ambiera.com/coppercube/doc/cnt_javascriptref.html |
||||
|
Thanks so much! That makes life much easier! :-D |
||||
|
|