mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Fix doc mistake for LoadAddressFromAddress
This commit is contained in:
parent
871bc2bde3
commit
274266c901
@ -758,8 +758,6 @@ native void StoreToAddress(Address addr, any data, NumberType size, bool updateM
|
|||||||
* Load sizeof(void*) from a memory address.
|
* Load sizeof(void*) from a memory address.
|
||||||
*
|
*
|
||||||
* @param addr Address to a memory location.
|
* @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.
|
* @return The address that is stored at that address.
|
||||||
* @error Address is null or pointing to reserved memory.
|
* @error Address is null or pointing to reserved memory.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user