diff options
| author | 2025-12-03 11:06:47 -0500 | |
|---|---|---|
| committer | 2025-12-04 03:06:47 +1100 | |
| commit | 7e1b916a0aa2bb2d5e9a9937fa8fd5ada8a7fd06 (patch) | |
| tree | 37e5e0b86b340bddef0dcd5d73880292ece69c3c /docs | |
| parent | 1b29f05b60ff2ca78166d888827d709d47427caa (diff) | |
frontend/mame/luaengine.cpp: Refactored machine:side_effects_disabled() as a method instead of property. (#14626)
Diffstat (limited to 'docs')
| -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. |
