--- a/LuaGlobals.wiki Wed Apr 17 13:02:33 2019 +0100
+++ b/LuaGlobals.wiki Wed Apr 17 13:06:59 2019 +0100
@@ -2,7 +2,7 @@
= Lua API: Global variables =
-This page contains a list of all global variables and variables supported by the [LuaAPI Lua API].
+This page contains a list of global variables and variables supported by the [LuaAPI Lua API].
== Table of Contents ==
<wiki:toc max_depth="3" />
@@ -124,6 +124,7 @@
|| `lfIndestructible` || Almost indestructible terrain, most weapons will not destroy it. ||
|| `0` || Normal destroyable terrain. Note that this is the case when no other land flag is set. ||
-== More constants ==
-More constants are at at [GearTypes Gear Types] , [AmmoTypes Ammo Types], [Sounds], [States], [Sprites], [VisualGearTypes Visual Gear Types].
+== More globals ==
+More globals are at at [GearTypes Gear Types] , [AmmoTypes Ammo Types], [Sounds], [States], [Sprites], [VisualGearTypes Visual Gear Types].
+Note: Some globals are specific to a few functions only and are not mentioned explicitly here; they are instead documented at the corresponding function (example: effect types for [LuaGears#SetEffect SetEffect]).
\ No newline at end of file