[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Debug Lua embeded without access to c++ source
- From: dyngeccetor8 <dyngeccetor8@...>
- Date: Thu, 1 Feb 2018 23:30:45 +0300
On 02/01/2018 07:33 PM, Coda Highland wrote:
> Not ARBITRARY files, but WoW scripts can access certain permitted
> files. I've seen scripts do I/O against a file that's managed by an
> external daemon process to provide broader functionality.
> [...]
> /s/ Adam
Can you provide more details? Because from what I know about Wow
addons, you may ask to store some tables at logoff time. So there
is no official way to exchange data in runtime.
-- Martin