Call method from console

PHOTO EMBED

Wed Nov 09 2022 22:35:55 GMT+0000 (Coordinated Universal Time)

Saved by @hcflores

// Use a method on a Type - 1 string input
MyType.myMethodA("myInputString")

// Use a method on a Type - no input
MyType.myMethodB()
content_copyCOPY