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
Methods
BeginInvoke(string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string what, AsyncCallback callback, object @object)
Parameters
what
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string)
public virtual void Invoke(string what)
Parameters
what
string