Before 95 Share Posted August 31, 2017 It's proably pretty easy but I couldn't figure it out. I just want to paste the script version from @ScriptManifest into my paint, is there an easy way to do that? Link to comment Share on other sites More sharing options...
Nex 2519 Share Posted August 31, 2017 g.drawString("Version V...", 0, 0); that ? Link to comment Share on other sites More sharing options...
Manly 878 Share Posted August 31, 2017 getClient().getInstance().getScriptManager().getCurrentScript().getVersion() Before 1 Link to comment Share on other sites More sharing options...
Hashtag 8303 Share Posted August 31, 2017 getManifest().getVersion() Before 1 Link to comment Share on other sites More sharing options...
Before 95 Author Share Posted August 31, 2017 getClient().getInstance().getScriptManager().getCurrentScript().getVersion() getManifest().getVersion() Thanks boys Link to comment Share on other sites More sharing options...
slasso 27 Share Posted August 31, 2017 Or you can just make it a constant and use it inside the annotation and the paint Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now