mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Merge pull request #998 from gamous/patch-1
This commit is contained in:
commit
5aaf2058d4
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ namespace Dalamud.Memory
|
||||||
/// <param name="memoryAddress">The memory address to read from.</param>
|
/// <param name="memoryAddress">The memory address to read from.</param>
|
||||||
/// <param name="item">The item to write to the address.</param>
|
/// <param name="item">The item to write to the address.</param>
|
||||||
public static void Write<T>(IntPtr memoryAddress, T item) where T : unmanaged
|
public static void Write<T>(IntPtr memoryAddress, T item) where T : unmanaged
|
||||||
=> Write(memoryAddress, item);
|
=> Write(memoryAddress, item, false);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Writes a generic type to a specified memory address.
|
/// Writes a generic type to a specified memory address.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue