π―Getter functions
This page helps you understand getter functions in the context of Matthias scripting.
Getters are functions that are used to access properties on an object. In this case, the properties / fields of the Application struct and its children.
Script example for printing out the logged in User's username
print(userinformation.username)struct UserInformation {
hello: String
}userinformation.hello