Table of Contents

Delegate ScriptEditorBase.GoToHelpEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

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

public delegate void ScriptEditorBase.GoToHelpEventHandler(string what)

Parameters

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

Constructors

GoToHelpEventHandler(object, IntPtr)

public GoToHelpEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

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

Parameters

what 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 what)

Parameters

what string