LuaGameplay: Add link to StringIDs
authorWuzzy
Wed, 28 Jun 2023 22:11:07 +0000
changeset 2260 e9eccb1eeac4
parent 2259 5a96e2672310
child 2261 55bd0ae9d187
LuaGameplay: Add link to StringIDs
LuaGameplay.wiki
--- a/LuaGameplay.wiki	Wed Jun 28 22:10:26 2023 +0000
+++ b/LuaGameplay.wiki	Wed Jun 28 22:11:07 2023 +0000
@@ -119,7 +119,7 @@
  * `stringType`: One of:
   * `"TMsgStrId"` for basic messages (section `01` in `en.txt`) or
   * `"TGoalStrId"` for strings used to describe game rules in the mission panel (section `05` in `en.txt`) 
- * `msgId`: The corresponding message ID (see https://hg.hedgewars.org/hedgewars/file/tip/hedgewars/uTypes.pas for a list of IDs; look for `TMsgStrId` and `TGoalStrId`)
+ * `msgId`: The corresponding message ID (see [StringIDs])
 
 Example:
 <code language="lua">