GuiReady

From RAGE Multiplayer Wiki
Revision as of 14:21, 29 November 2018 by Sake (talk | contribs)

Client-Side
Event

 C#



C# Syntax

public delegate void OnGuiReadyDelegate();

Parameters

  • This event requires no parameters

Example

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

}