How do I grab a variable out of a script? #258
Unanswered
BernardoGP4504
asked this question in
Q&A
Replies: 1 comment 2 replies
-
well you dont actually need the getProperty as every script has a map of normal, static, public variables (check the source to see them) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I do that on the title but with
Reflect.getProperty
? I need to know so I can make a FlxBar that tracks a script variableI've tried
this
,__script__
and evenscripts.getByName
The issue is more specific as to the
o
field inReflect.getProperty
, as I can't seem to make getProperty recognize the script I want to grab a variable fromBeta Was this translation helpful? Give feedback.
All reactions