Table of Contents

Delegate ScriptEditorBase.SearchInFilesRequestedEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

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

public delegate void ScriptEditorBase.SearchInFilesRequestedEventHandler(string text)

Parameters

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

Constructors

SearchInFilesRequestedEventHandler(object, IntPtr)

public SearchInFilesRequestedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

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

Parameters

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

Parameters

text string