PDA

View Full Version : How to access the LUA semaphore?


Mark F
February 9th, 2005, 10:11 AM
In previous versions of Girder, we used a plugin interface to aquire the LUA Semaphore before making lua_* calls from a separate thread. What is the 4.0 mechanism for this? I don't see it in the headers.

Ron
February 9th, 2005, 10:49 AM
It's hidden :-)

sFunctions3.CoreVars->LuaMutex

Mark F
February 9th, 2005, 12:11 PM
Doh! Now I see it. :) Thanks.