You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a function in lua that can either be a string or nil. If nil the function has a default value. Is there a way to define two different param states?
I have a function in lua that can either be a string or nil. If nil the function has a default value. Is there a way to define two different param states?
For example, I want to do this.
---@param MyParam string || nil
Is it possible?
The text was updated successfully, but these errors were encountered: