I have a custom type that is working well and is reasonably complex given my 3 or 4 days of experience with BlitzMax, having a number of fields, a method, and a function.
The problem/question that I have is this - lets say that I want a global effect to impact all members of my custom type. For instance, maybe I want to adjust something simple, like the visibility for all the member elements.
Is it possible to have a variable that all members of a type share without using the GLOBAL keyword? Optionally, is there a way to set the value to a field for all member variables of a given type? If so, quick example or reference to an example would be appreciated.
Thanks!
Tim
The problem/question that I have is this - lets say that I want a global effect to impact all members of my custom type. For instance, maybe I want to adjust something simple, like the visibility for all the member elements.
Is it possible to have a variable that all members of a type share without using the GLOBAL keyword? Optionally, is there a way to set the value to a field for all member variables of a given type? If so, quick example or reference to an example would be appreciated.
Thanks!
Tim