Update settingtypes.txt

Co-authored-by: DS <vorunbekannt75@web.de>
This commit is contained in:
fluxionary 2023-02-22 20:26:50 -08:00 committed by GitHub
parent 5cf746ca49
commit 90a34d67c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ mesecon.luacontroller_memsize (Controller memory limit) int 100000 10000 1000000
# IID is ignored and at most one interrupt may be queued if this setting is enabled.
mesecon.luacontroller_lightweight_interrupts (Lightweight interrupts) bool false
# Behavior of "print" inside a luacontroller. By default, this emits a message into debug.txt.
# Behavior of print() inside a luacontroller. By default, this emits a message into actionstream.
# Set it to noop if you wish to disable that behavior.
mesecon.luacontroller_print_behavior (Behavior of print) enum log log,noop