gms2 object method code example
Example: gms2 object method
// It's important that this method is defined before it's being used
methodName = function(args) {
// Do stuff
}
// It's important that this method is defined before it's being used
methodName = function(args) {
// Do stuff
}