|
-
May 27th, 2022, 03:09 PM
#13
Re: Public Variables in a Class Module
I only use property let /get if I need to protect an actually value or take multiple actions on it being set.
A public var in a class does indeed get auto wrapped in get/let’s by the compiler if you don’t do it.
The first time you ever tried to use copymemory varptr(myclass.myint)
You will scratch your head for quite a while trying to figure out *** is going on
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|