mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +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
|
local UDRO = function(memb) return { UD(memb) } end
|
||||||
|
|
||||||
-- NOTE: Only members that actually encountered in existing mods are added here.
|
-- NOTE: Only members that actually encountered in existing mods are added here.
|
||||||
|
-- TODO: r5043, r5044
|
||||||
local UserdefLabels = {
|
local UserdefLabels = {
|
||||||
althud = UD".althud",
|
althud = UD".althud",
|
||||||
auto_run = UD".auto_run",
|
auto_run = UD".auto_run",
|
||||||
|
|
|
@ -333,8 +333,11 @@ Quote behavior
|
||||||
Miscellaneous
|
Miscellaneous
|
||||||
^^^^^^^^^^^^^
|
^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
:r5097: http://svn.eduke32.com/listing.php?repname=eduke32&rev=5097
|
||||||
|
|
||||||
* Issuing `break` inside a part of an event chain (defined using multiple
|
* 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
|
Unavailable functionality
|
||||||
|
|
|
@ -31,6 +31,11 @@ Outputs:
|
||||||
|
|
||||||
C-CON:
|
C-CON:
|
||||||
------
|
------
|
||||||
|
(Since r5097:)
|
||||||
|
THIRD
|
||||||
|
SECOND
|
||||||
|
FIRST
|
||||||
|
(Before r5097:)
|
||||||
THIRD
|
THIRD
|
||||||
SECOND
|
SECOND
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue