ChangeLog.txt
changeset 12090 fac17dd2bc2f
parent 12089 0183b4c448bf
child 12091 db5e12d623cc
equal deleted inserted replaced
12089:0183b4c448bf 12090:fac17dd2bc2f
   190  + New call: GetAmmoName(ammoType [, ignoreOverwrite]) -- returns the localized name for the specified ammoType
   190  + New call: GetAmmoName(ammoType [, ignoreOverwrite]) -- returns the localized name for the specified ammoType
   191  + New call: GetVisualGearType(vgUid) -- returns the visual gear type
   191  + New call: GetVisualGearType(vgUid) -- returns the visual gear type
   192  + New call: SetAmmoTexts(ammoType, name, caption, description) -- Overwrite displayed name and description of an ammo type
   192  + New call: SetAmmoTexts(ammoType, name, caption, description) -- Overwrite displayed name and description of an ammo type
   193  + New call: SetAmmoDescriptionAppendix(ammoType, descAppend) -- Append a custom text to the description of an ammo type without overwriting it
   193  + New call: SetAmmoDescriptionAppendix(ammoType, descAppend) -- Append a custom text to the description of an ammo type without overwriting it
   194  + New call: GetHogFort(gearUid) -- Returns the name of the fort of the hog's team
   194  + New call: GetHogFort(gearUid) -- Returns the name of the fort of the hog's team
       
   195  + New call: PlaceRubber(x, y, frameIdx) -- Places a rubber
   195  + New hook: onVisualGearAdd(vgUid) -- called when a visual gear is added
   196  + New hook: onVisualGearAdd(vgUid) -- called when a visual gear is added
   196  + New hook: onVisualGearDelete(vgUid) -- called when a visual gear is deleted
   197  + New hook: onVisualGearDelete(vgUid) -- called when a visual gear is deleted
   197  + New variable: AirMinesNum -- Number of air mines being placed on a medium-sized map
   198  + New variable: AirMinesNum -- Number of air mines being placed on a medium-sized map
   198  + New variable: WorldEdge -- World edge type (weNone, weWrap, weBounce, weSea)
   199  + New variable: WorldEdge -- World edge type (weNone, weWrap, weBounce, weSea)
   199  + Locale library: loc_noop -- Mark string for translation but don't translate it
   200  + Locale library: loc_noop -- Mark string for translation but don't translate it