GuiReady

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

Client-Side
Event

 C#



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()
{

}