mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
87cae94dab
commit
ab2d73ce3d
3 changed files with 10 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -31,6 +31,11 @@ Outputs:
|
|||
|
||||
C-CON:
|
||||
------
|
||||
(Since r5097:)
|
||||
THIRD
|
||||
SECOND
|
||||
FIRST
|
||||
(Before r5097:)
|
||||
THIRD
|
||||
SECOND
|
||||
|
||||
|
|
Loading…
Reference in a new issue