LuaAPI.wiki
changeset 919 47ff2b524869
parent 918 87e1d0a11e99
child 920 657f3042209d
--- a/LuaAPI.wiki	Sat Nov 19 22:19:47 2016 +0000
+++ b/LuaAPI.wiki	Sat Nov 19 22:20:23 2016 +0000
@@ -949,10 +949,10 @@
 ==== <tt>!SetAmmoTexts(ammoType, name, caption, description)</tt> (0.9.23) ====
 Allows you to overwrite the displayed name and tooltip descriptions of a given ammo type.
 
-* `ammoType`: The ammo type to set the text for
-* `name`: Name of the ammo type (e.g. “Grenade” for `amGrenade`), affects both name in ammo menu and in the “ticker” message on the screen top.
-* `caption`: The second line in the ammo menu (below the title). E.g. “Timed grenade” for `amGrenade`.
-* `description`: Description text in ammo menu, below the caption.
+ * `ammoType`: The ammo type to set the text for
+ * `name`: Name of the ammo type (e.g. “Grenade” for `amGrenade`), affects both name in ammo menu and in the “ticker” message on the screen top.
+ * `caption`: The second line in the ammo menu (below the title). E.g. “Timed grenade” for `amGrenade`.
+ * `description`: Description text in ammo menu, below the caption.
 
 `title`, `caption`, `description` can be `nil`, in which case they will be reverted to the engine default value. This function returns `nil`.