Click or drag to resize

Native Constructor

Initializes a new instance of the Native class.

Namespace:  SampSharp.Core.Natives
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public Native(
	IGameModeClient gameModeClient,
	string name,
	int handle,
	params NativeParameterInfo[] parameters
)

Parameters

gameModeClient
Type: SampSharp.CoreIGameModeClient
The game mode client.
name
Type: SystemString
The name.
handle
Type: SystemInt32
The handle.
parameters
Type: SampSharp.Core.NativesNativeParameterInfo
The parameters.
See Also