What's the best way to have an optional array parameter on a function? What I am doing currently is using "none" as the default, but that causes a warning in the Papyrus log to be generated whenever the function is called ("warning: Passing NONE to non-object argument 9.").
Is there a better way, or a method to not spam up the log with this warning?
EDIT:
Should have put Papyrus in the title. I can't change it now.
Oh, and the parameter in question is an integer array.