Update sourcemod.inc

This commit is contained in:
Benoist 2024-11-30 15:44:42 +01:00 committed by Headline
parent c6cb9afef9
commit 7f8dfd67f2

View File

@ -778,7 +778,7 @@ native Address LoadAddressFromAddress(Address addr);
* on the memory page being written to. * on the memory page being written to.
* @error Address is null or pointing to reserved memory. * @error Address is null or pointing to reserved memory.
*/ */
native void StoreAddressToAddress(Address addr, any data, NumberType size, bool updateMemAccess = true); native void StoreAddressToAddress(Address addr, Address data, bool updateMemAccess = true);
methodmap FrameIterator < Handle { methodmap FrameIterator < Handle {
// Creates a stack frame iterator to build your own stack traces. // Creates a stack frame iterator to build your own stack traces.