NativeFunction Methods

RAGE Plugin Hook Documentation

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

The NativeFunction type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCall
Public methodStatic memberCallByAddress(IntPtr, Type, NativeArgument)
Calls a native by its address. This method should not be called directly. Use [!:Rage::NativeFunction::Natives] instead.
Public methodStatic memberCallByAddressReturnType(IntPtr, NativeArgument)
Calls a native by its address. This method should not be called directly. Use [!:Rage::NativeFunction::Natives] instead.
Public methodStatic memberCallByHash(UInt64, Type, NativeArgument)
Calls a native by its hash. This method should not be called directly. Use [!:Rage::NativeFunction::Natives] instead.
Public methodStatic memberCallByHashReturnType(UInt64, NativeArgument)
Calls a native by its hash. This method should not be called directly. Use [!:Rage::NativeFunction::Natives] instead.
Public methodStatic memberCallByName(String, Type, NativeArgument)
Calls a native by its name. This method should not be called directly. Use [!:Rage::NativeFunction::Natives] instead.
Public methodStatic memberCallByNameReturnType(String, NativeArgument)
Calls a native by its name. This method should not be called directly. Use [!:Rage::NativeFunction::Natives] instead.
Top
See Also

Reference