TmpMenu/docs/lua/classes/lua_patch.md
2023-07-02 00:59:02 +02:00

266 B

Class: lua_patch

Class representing a in-memory patch.

Functions (2)

apply()

Apply the modified value.

Exemple Usage:

lua_patch:apply()

restore()

Restore the original value.

Exemple Usage:

lua_patch:restore()