NativeFunctionNatives Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets an object that can be used to invoke natives. See DynamicNativeFunction for more information.

Namespace:  Rage.Native
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static Object Natives { get; }

Property Value

Type: Object
An instance of DynamicNativeFunction.
See Also

Reference