Delegate CodeEdit.SymbolLookupEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the SymbolLookup event of a CodeEdit class.
public delegate void CodeEdit.SymbolLookupEventHandler(string symbol, long line, long column)
Parameters
symbolstring- Represents the method that handles the event of a class.
linelong- Represents the method that handles the event of a class.
columnlong- Represents the method that handles the event of a class.
Constructors
SymbolLookupEventHandler(object, IntPtr)
public SymbolLookupEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string, long, long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string symbol, long line, long column, AsyncCallback callback, object @object)
Parameters
symbolstringlinelongcolumnlongcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(string, long, long)
public virtual void Invoke(string symbol, long line, long column)