This action will send a command to custom node plugin
| <node3d:custom>.command( | |
| command | |
| mesg = '' | |
| [x,y,z,w] |
)
command
A command number
mesg = ''
An optional message to pass.
[x,y,z,w]
Some optional extra numbers to pass.
This will perform the given command on the custom node plugin.
None