Click or drag to resize

NativeScriptGetMethodDocumentation Method

Returns the documentation string that was previously set with godot_nativescript_set_method_documentation.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetMethodDocumentation(
	string method
)

Parameters

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:Godot.NativeScript.GetMethodDocumentation(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.NativeScript.GetMethodDocumentation(System.String)"]

See Also