Click or drag to resize

GDNativeCallNative Method

[Missing <summary> documentation for "M:Godot.GDNative.CallNative(System.String,System.String,Godot.Collections.Array)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Object CallNative(
	string callingType,
	string procedureName,
	Array arguments
)

Parameters

callingType
Type: SystemString

[Missing <param name="callingType"/> documentation for "M:Godot.GDNative.CallNative(System.String,System.String,Godot.Collections.Array)"]

procedureName
Type: SystemString

[Missing <param name="procedureName"/> documentation for "M:Godot.GDNative.CallNative(System.String,System.String,Godot.Collections.Array)"]

arguments
Type: Godot.CollectionsArray

[Missing <param name="arguments"/> documentation for "M:Godot.GDNative.CallNative(System.String,System.String,Godot.Collections.Array)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.GDNative.CallNative(System.String,System.String,Godot.Collections.Array)"]

See Also