Initialization¶ This page documents hooks in the initialization category. PreLiliaLoaded()View Source Purpose Runs just before clientside options are loaded and the `LiliaLoaded` hook is fired. Category Initialization Realm Client Example Usage hook.Add("PreLiliaLoaded", "liaExamplePreLiliaLoaded", function() print("[MyModule] preparing client state") end)