# HG changeset patch # User Wuzzy # Date 1479594023 0 # Node ID 47ff2b524869bdc2859f0e0dd014ec4ae4ec818a # Parent 87e1d0a11e99815cd273cad196afa7b8c67c0913 LuaAPI: fix bullet points diff -r 87e1d0a11e99 -r 47ff2b524869 LuaAPI.wiki --- 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 @@ ==== !SetAmmoTexts(ammoType, name, caption, description) (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`.