From f3c933e5d3501c71e7f38dc62b27096a90090d5e Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 25 Feb 2014 23:59:27 +0100 Subject: options: allow changing options at runtime Allow changing all options at runtime, except some cherry-picked options, which are disabled with M_OPT_FIXED. --- DOCS/man/en/input.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'DOCS/man/en/input.rst') diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index 62990af372..320e9cfd48 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -1009,8 +1009,10 @@ an option at runtime. See ``--vf`` and the ``vf`` command. ``options/`` (RW) - Read-only access to value of option ``--``. If the player is in idle - mode, the option can be changed by writing to this property. + Read-only access to value of option ``--``. Most options can be + changed at runtime by writing to this property. Note that many options + require reloading the file for changes to take effect. If there is an + equivalent property, prefer setting the property instead. Property Expansion ------------------ -- cgit v1.2.3