mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
Update sourcemod.inc
This commit is contained in:
parent
c6cb9afef9
commit
7f8dfd67f2
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user