#include <c4d_baselist.h>
Message structure for the MSG_TRANSFORM_OBJECT message. Private.
Input Values | |
| String | functionName |
| GeData | arg1 |
| GeData | arg2 |
| GeData | arg3 |
Result Values | |
| GeData | result |
| String functionName |
[Read-Only]
The name of the function to call in the target script
| GeData arg1 |
| GeData arg2 |
| GeData arg3 |
[Read-Only]
The arguments to be passed to the function.
| GeData result |
Set to the result of executing the function.