Table of Contents

Delegate ScriptEditorBase.RequestHelpEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

Represents the method that handles the RequestHelp event of a ScriptEditorBase class.

public delegate void ScriptEditorBase.RequestHelpEventHandler(string topic)

Parameters

topic string
Represents the method that handles the event of a class.

Constructors

RequestHelpEventHandler(object, IntPtr)

public RequestHelpEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string topic, AsyncCallback callback, object @object)

Parameters

topic string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string)

public virtual void Invoke(string topic)

Parameters

topic string