NativePointerSetValueReturnType Method

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "M:Rage.Native.NativePointer.SetValue``1(``0)"]

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

public void SetValue<ReturnType>(
	ReturnType value
)
where ReturnType : struct, new()

Parameters

value
Type: ReturnType

[Missing <param name="value"/> documentation for "M:Rage.Native.NativePointer.SetValue``1(``0)"]

Type Parameters

ReturnType

[Missing <typeparam name="ReturnType"/> documentation for "M:Rage.Native.NativePointer.SetValue``1(``0)"]

See Also

Reference