ChangeLog.txt
changeset 11945 1e58845fa3c1
parent 11943 a50cf6f5e3cd
child 11960 c933f2257020
--- a/ChangeLog.txt	Sat Nov 19 22:00:23 2016 +0100
+++ b/ChangeLog.txt	Sat Nov 19 22:17:08 2016 +0100
@@ -77,7 +77,7 @@
 
 Lua-API:
  + New call: SetCinematicMode(enable) -- e.g. for cutscenes etc.
- + New call: GetAmmoName(ammoType) -- returns the localized name for the specified ammoType
+ + New call: GetAmmoName(ammoType [, ignoreOverwrite]) -- returns the localized name for the specified ammoType
  + New call: GetVisualGearType(vgUid) -- returns the visual gear type
  + New call: SetAmmoTexts(ammoType, name, caption, description) -- Overwrite displayed name and description of an ammo type
  + New call: SetAmmoDescriptionAppendix(ammoType, descAppend) -- Append a custom text to the description of an ammo type without overwriting it