native set_addr_val(addr, val);
addr | Variable address |
val | Value to set |
Sets the value of an address.
Addresses can be acquired using get_var_addr()
This function has no return value.
If the plugin attempts to access an address outside of the stack or heap limits of the plugin, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.