diff options
Diffstat (limited to 'docs/source/luascript/ref-core.rst')
| -rw-r--r-- | docs/source/luascript/ref-core.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/luascript/ref-core.rst b/docs/source/luascript/ref-core.rst index 0b3760255aa..29234691592 100644 --- a/docs/source/luascript/ref-core.rst +++ b/docs/source/luascript/ref-core.rst @@ -197,6 +197,8 @@ machine:popmessage([msg]) machine:logerror(msg) Writes the message to the machine error log. This may be displayed in a debugger window, written to a file, or written to the standard error output. +machine:side_effects_disabled() + Returns a Boolean indicating whether side effects are disabled. Properties ~~~~~~~~~~ @@ -253,8 +255,6 @@ machine.exit_pending (read-only) A Boolean indicating whether the emulation session is scheduled to exit. machine.hard_reset_pending (read-only) A Boolean indicating whether a hard reset of the emulated system is pending. -machine.side_effects_disabled (read-only) - A Boolean indicating whether side effects are disabled. machine.devices (read-only) A :ref:`device enumerator <luascript-ref-devenum>` that yields all :ref:`devices <luascript-ref-device>` in the emulated system. |
