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
if (class.hasFunction('func'))
{
// logic would go here
}
I believe right now you have to directly call the function in a try/catch so classes that don't have the function don't crash, which isn't that intuitive.