mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
Lunatic: some minor doc tweaks. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4729 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f1f90439cf
commit
142b5e2d2f
1 changed files with 4 additions and 2 deletions
|
@ -71,7 +71,7 @@ that may indicate problems in user Lua or CON code. Currently, strict mode
|
||||||
checks for
|
checks for
|
||||||
|
|
||||||
* Accesses to <<sprite,sprites>> not in the game world
|
* Accesses to <<sprite,sprites>> not in the game world
|
||||||
* Indexing the tables returned by <<require,`require("DEFS")`>> and the like
|
* Indexing the tables returned by <<require,`require("CON.DEFS")`>> and the like
|
||||||
with nonexistent keys. This may indicate a missing file from a bundle
|
with nonexistent keys. This may indicate a missing file from a bundle
|
||||||
belonging together.
|
belonging together.
|
||||||
|
|
||||||
|
@ -198,7 +198,8 @@ values. Values pre-defined by the system are not included.
|
||||||
* `CON.AI`: returns a table mapping labels of ++ai++s defined from CON
|
* `CON.AI`: returns a table mapping labels of ++ai++s defined from CON
|
||||||
to immutable <<con_ai,`con.ai`>> objects.
|
to immutable <<con_ai,`con.ai`>> objects.
|
||||||
|
|
||||||
* `end_gamevars`: used to mark the end of a gamevar block, described below.
|
* `end_gamevars`: used to mark the end of a gamevar block, described
|
||||||
|
<<game_variables,below>>.
|
||||||
|
|
||||||
|
|
||||||
==== The `module()` function
|
==== The `module()` function
|
||||||
|
@ -250,6 +251,7 @@ do return {
|
||||||
end
|
end
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
[[game_variables]]
|
||||||
===== Game variables
|
===== Game variables
|
||||||
|
|
||||||
Lunatic has a special mechanism to mark variables that represent persistent
|
Lunatic has a special mechanism to mark variables that represent persistent
|
||||||
|
|
Loading…
Reference in a new issue