Set timer by function name - pass parameter to function?

I’m pretty sure the method signature for SetTimer only accepts a void delegate. What you can do is set the timer to call a method which then calls the method that requires parameters. There’s nothing stopping you from calling another method in your event.