Mem
Jump to navigation
Jump to search
This function accesses the global memory of SMBX and allows you to change it.
Arguments
| Field | Type | Description |
|---|---|---|
| address | int (hex) | The memory address of SMBX to access. See SMBX Global Memory to find what is stored in an address. |
| fieldtype | int | The field type of the address. The FIELD_#### constants may be used here. See LunaLua constants |
| value | object | The value to set for that address. Optional. Ignore to only test the value of the address. |