Skip to content
Version 2.11.0
↓ Get the launcher

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; }