INative Interface |
Note: This API is now obsolete.
Namespace: SampSharp.Core.Natives
[ObsoleteAttribute("Native handle based native invocation is deprecated and will be removed in a future version.")] public interface INative
The INative type exposes the following members.
Name | Description | |
---|---|---|
![]() | Handle |
Gets the handle of this native.
|
![]() | Name |
Gets the name of the native function.
|
![]() | Parameters |
Gets the parameters.
|
Name | Description | |
---|---|---|
![]() | Invoke |
Invokes the native with the specified arguments.
|
![]() | InvokeBool |
Invokes the native with the specified arguments and returns the return value as a bool.
|
![]() | InvokeFloat |
Invokes the native with the specified arguments and returns the return value as a float.
|