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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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