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-local+709673996c0cc3c0733358a87691d1009326afa7
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