diff -r 87edf67f2107 -r 1e58845fa3c1 ChangeLog.txt --- 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