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