[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Debug Lua embeded without access to c++ source
- From: Coda Highland <chighland@...>
- Date: Thu, 1 Feb 2018 16:16:20 -0600
On Thu, Feb 1, 2018 at 2:30 PM, dyngeccetor8 <dyngeccetor8@disroot.org> wrote:
> 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
>
I've been corrected; I misunderstood what was actually going on. I
thought the I/O was happening in realtime, but it turns out to have
been done in batch mode.
/s/ Adam