Jump to content
The simFlight Network Forums

Storing LUA vars


Recommended Posts

Hi Pete,

is there a way to store in memory a variable declared in a LUA script? Are there specific offsets that could be used for that?

Could be useful if you need to run another script using the variable(s) set by another LUA or to recall the same script, originating the variable(s), to eventually do different actions depending by that value.

Thanks in advance for your help

Joe

Link to comment
Share on other sites

is there a way to store in memory a variable declared in a LUA script? Are there specific offsets that could be used for that?

Could be useful if you need to run another script using the variable(s) set by another LUA or to recall the same script, originating the variable(s), to eventually do different actions depending by that value.

That is exactly the purpose of the ipc.set and ipc.get functions. Such globals persist for the whole FS session.

Regards

Pete

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.