ILua.Ready property
True once LuaState.mainState and the DoString entry point have resolved (post-login). Chunks issued before this is true are dropped, so gate on it or simply retry each tick.
public bool Ready { get; }See Also
Section titled “See Also”- interface ILua
- namespace Stellar.Abstractions.Services