Click or drag to resize

NativeParameterInfoGetReferenceArgument Method

Returns the referenced value returned by a native.

Namespace:  SampSharp.Core.Natives
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public Object GetReferenceArgument(
	byte[] response,
	ref int index,
	int length,
	int nativeResult,
	IGameModeClient gameModeClient
)

Parameters

response
Type: SystemByte
The response to extract the value from.
index
Type: SystemInt32
The current top of the response.
length
Type: SystemInt32
The length of the argument.
nativeResult
Type: SystemInt32
The result of the invoked native
gameModeClient
Type: SampSharp.CoreIGameModeClient
The game mode client.

Return Value

Type: Object
The referenced value.
See Also