Skip to content

Commit 5f229b7

Browse files
committed
resolve conflicts
2 parents b0bc4be + 7808b3a commit 5f229b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+4087
-1836
lines changed

docs/source/luascript/ref-core.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ machine.exit_pending (read-only)
253253
A Boolean indicating whether the emulation session is scheduled to exit.
254254
machine.hard_reset_pending (read-only)
255255
A Boolean indicating whether a hard reset of the emulated system is pending.
256+
machine.side_effects_disabled (read-only)
257+
A Boolean indicating whether side effects are disabled.
256258
machine.devices (read-only)
257259
A :ref:`device enumerator <luascript-ref-devenum>` that yields all
258260
:ref:`devices <luascript-ref-device>` in the emulated system.

0 commit comments

Comments
 (0)