GuiReady

From RAGE Multiplayer Wiki
Revision as of 18:16, 29 November 2018 by Ragempdev (talk | contribs)

Gets triggered when RAGE.Ui.DefaultWindow gets loaded and ready.

Client-Side
Event

 C#



C# Syntax

public delegate void OnGuiReadyDelegate();

Parameters

  • This event requires no parameters

Example

Events.OnGuiReady += OnGuiReady;
public void OnGuiReady()
{

}