Hell2Modding DocsClassesClass: rom.lua_patchOn this pageClass: rom.lua_patch Class representing a in-memory patch. Functions (2) apply() Apply the modified value. Example Usage: rom.lua_patch:apply() restore() Restore the original value. Example Usage: rom.lua_patch:restore()