From 274266c901c77a099495d30da228301f07799552 Mon Sep 17 00:00:00 2001 From: Kenzzer <14257866+kenzzer@users.noreply.github.com> Date: Tue, 11 Nov 2025 03:53:02 +0000 Subject: [PATCH] Fix doc mistake for LoadAddressFromAddress --- plugins/include/sourcemod.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/include/sourcemod.inc b/plugins/include/sourcemod.inc index eb24e8981..1e6743b36 100644 --- a/plugins/include/sourcemod.inc +++ b/plugins/include/sourcemod.inc @@ -758,8 +758,6 @@ native void StoreToAddress(Address addr, any data, NumberType size, bool updateM * Load sizeof(void*) from a memory address. * * @param addr Address to a memory location. - * @param size How many bytes should be read. - * If loading a floating-point value, use NumberType_Int32. * @return The address that is stored at that address. * @error Address is null or pointing to reserved memory. */