NativeFunctionCall Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Rage.Native.NativeFunction.Call(System.UInt64,System.Type,Rage.Native.NativeArgument[])"]

Namespace:  Rage.Native
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static Object Call(
	ulong nativeHash,
	Type returnType,
	params NativeArgument[] arguments
)

Parameters

nativeHash
Type: SystemUInt64

[Missing <param name="nativeHash"/> documentation for "M:Rage.Native.NativeFunction.Call(System.UInt64,System.Type,Rage.Native.NativeArgument[])"]

returnType
Type: SystemType

[Missing <param name="returnType"/> documentation for "M:Rage.Native.NativeFunction.Call(System.UInt64,System.Type,Rage.Native.NativeArgument[])"]

arguments
Type: Rage.NativeNativeArgument

[Missing <param name="arguments"/> documentation for "M:Rage.Native.NativeFunction.Call(System.UInt64,System.Type,Rage.Native.NativeArgument[])"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Rage.Native.NativeFunction.Call(System.UInt64,System.Type,Rage.Native.NativeArgument[])"]

See Also

Reference