Signature
native get_addr_val(addr);
Description
Returns the value of an address.
Notes
- Addresses can be acquired using get_var_addr()
Parameters
- addr — Variable address
Returns
Value at address
Errors
-
If the plugin attempts to access an address outside of the
stack or heap limits of the plugin, an error will be thrown.