LunaCON: update docs and comments in lunatic/test/event_chaining.con

git-svn-id: https://svn.eduke32.com/eduke32@5130 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2015-04-11 13:53:05 +00:00
parent 87cae94dab
commit ab2d73ce3d
3 changed files with 10 additions and 1 deletions

View file

@ -859,6 +859,7 @@ local UD = function(memb) return "_gud(_pli)"..memb end
local UDRO = function(memb) return { UD(memb) } end
-- NOTE: Only members that actually encountered in existing mods are added here.
-- TODO: r5043, r5044
local UserdefLabels = {
althud = UD".althud",
auto_run = UD".auto_run",

View file

@ -333,8 +333,11 @@ Quote behavior
Miscellaneous
^^^^^^^^^^^^^
:r5097: http://svn.eduke32.com/listing.php?repname=eduke32&rev=5097
* Issuing `break` inside a part of an event chain (defined using multiple
`onevent` blocks for one event kind) does not abort the whole chain.
`onevent` blocks for one event kind) does not abort the whole chain. (Since
EDuke32 {r5097}[r5097], this is the behavior of C-CON as well.)
Unavailable functionality

View file

@ -31,6 +31,11 @@ Outputs:
C-CON:
------
(Since r5097:)
THIRD
SECOND
FIRST
(Before r5097:)
THIRD
SECOND