Skip to main content

Delegate IClientState.LevelChangeDelegate

A delegate type used for the Dalamud.Plugin.Services.IClientState.LevelChanged event.

Assembly: Dalamud.dll
Declaration
public delegate void IClientState.LevelChangeDelegate(uint classJobId, uint level)

Methods

Invoke(uint, uint)

Declaration
public virtual void Invoke(uint classJobId, uint level)
Parameters
TypeName
System.UInt32classJobId
System.UInt32level

BeginInvoke(uint, uint, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(uint classJobId, uint level, AsyncCallback callback, object @object)
Returns

System.IAsyncResult

Parameters
TypeName
System.UInt32classJobId
System.UInt32level
System.AsyncCallbackcallback
System.Objectobject

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
TypeName
System.IAsyncResultresult