Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Thu Sep 19, 2019 2:00 pm Post subject:
Lua itself does not have threads, it is not a thread-safe language. You can accomplish this a few ways though.
You can create a timer and write the value you wish to freeze in the timer constantly, or you can just manipulate the memory records inside of your table from Lua, which will allow the records to use CE's normal setup (ie. being threaded) without having the Lua threading limitation.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum