| InvokeBlock |
| Arguments | The list of argument expressions to pass to the method. |
| InvokeType | Whether this invokes a static global method or a component member. |
| Member | The fully qualified method path to invoke (e.g. "Log.Info"). |
| ReturnVariable | Variable name to set to the returned value. Leave empty to ignore the return value. |
| TargetComponent | The component instance to invoke the method on when using Sandbox.Doo.InvokeType.Member. |
| CollectArguments | |
| GetNodeString |