GuiReady
Client-Side Event
Gets triggered when RAGE.Ui.DefaultWindow gets loaded and ready.
C# Syntax
public delegate void OnGuiReadyDelegate();
Parameters
- This event requires no parameters
Example
Events.OnGuiReady += OnGuiReady;
public void OnGuiReady()
{
}