-
I wrote a program that patches the value of a object property in a class in a script package to point to another object in the same script package. For this I need to know the value of I'm using reflection to access the value, but was just wondering if it really needs to be private, and if there's another supported to way to do it without reflection? |
Beta Was this translation helpful? Give feedback.
Answered by
EliotVU
Jan 17, 2025
Replies: 1 comment
-
Unfortunately not :/ other than using the BinaryField's |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EliotVU
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately not :/ other than using the BinaryField's
Offset
of the recorded "Value" field.