Interface Calls

If it takes params, but doesn’t return anything, you get a red event

image

But if you make a function ( ie, it returns something ), you can’t have a red event

image

because it’s a function.

If at some point you decide you no longer want it to be a function ( it doesn’t return a value )

You can convert it

image

image

1 Like